MAX_CU_SIZE 101 libde265/motion.cc ALIGNED_16(int16_t) mcbuffer[MAX_CU_SIZE * (MAX_CU_SIZE+7)]; MAX_CU_SIZE 162 libde265/motion.cc uint8_t padbuf[(MAX_CU_SIZE+16)*(MAX_CU_SIZE+7)]; MAX_CU_SIZE 181 libde265/motion.cc padbuf[x+extra_left + (y+extra_top)*(MAX_CU_SIZE+16)] = ref[ xA + yA*ref_stride ]; MAX_CU_SIZE 185 libde265/motion.cc src_ptr = &padbuf[extra_top*(MAX_CU_SIZE+16) + extra_left]; MAX_CU_SIZE 186 libde265/motion.cc src_stride = MAX_CU_SIZE+16; MAX_CU_SIZE 231 libde265/motion.cc ALIGNED_32(int16_t mcbuffer[MAX_CU_SIZE*(MAX_CU_SIZE+7)]); MAX_CU_SIZE 253 libde265/motion.cc uint8_t padbuf[(MAX_CU_SIZE+16)*(MAX_CU_SIZE+3)]; MAX_CU_SIZE 275 libde265/motion.cc padbuf[x+extra_left + (y+extra_top)*(MAX_CU_SIZE+16)] = ref[ xA + yA*ref_stride ]; MAX_CU_SIZE 279 libde265/motion.cc src_ptr = &padbuf[extra_left + extra_top*(MAX_CU_SIZE+16)]; MAX_CU_SIZE 280 libde265/motion.cc src_stride = MAX_CU_SIZE+16; MAX_CU_SIZE 317 libde265/motion.cc ALIGNED_16(int16_t) predSamplesL [2 /* LX */][MAX_CU_SIZE* MAX_CU_SIZE]; MAX_CU_SIZE 318 libde265/motion.cc ALIGNED_16(int16_t) predSamplesC[2 /* chroma */ ][2 /* LX */][MAX_CU_SIZE* MAX_CU_SIZE];