MAX_CU_SIZE        72 libde265-1.0.3/libde265/motion.cc   ALIGNED_16(int16_t) mcbuffer[MAX_CU_SIZE * (MAX_CU_SIZE+7)];
MAX_CU_SIZE       130 libde265-1.0.3/libde265/motion.cc     pixel_t padbuf[(MAX_CU_SIZE+16)*(MAX_CU_SIZE+7)];
MAX_CU_SIZE       149 libde265-1.0.3/libde265/motion.cc           padbuf[x+extra_left + (y+extra_top)*(MAX_CU_SIZE+16)] = ref[ xA + yA*ref_stride ];
MAX_CU_SIZE       153 libde265-1.0.3/libde265/motion.cc       src_ptr = &padbuf[extra_top*(MAX_CU_SIZE+16) + extra_left];
MAX_CU_SIZE       154 libde265-1.0.3/libde265/motion.cc       src_stride = MAX_CU_SIZE+16;
MAX_CU_SIZE       201 libde265-1.0.3/libde265/motion.cc   ALIGNED_32(int16_t mcbuffer[MAX_CU_SIZE*(MAX_CU_SIZE+7)]);
MAX_CU_SIZE       223 libde265-1.0.3/libde265/motion.cc     pixel_t padbuf[(MAX_CU_SIZE+16)*(MAX_CU_SIZE+3)];
MAX_CU_SIZE       245 libde265-1.0.3/libde265/motion.cc           padbuf[x+extra_left + (y+extra_top)*(MAX_CU_SIZE+16)] = ref[ xA + yA*ref_stride ];
MAX_CU_SIZE       249 libde265-1.0.3/libde265/motion.cc       src_ptr = &padbuf[extra_left + extra_top*(MAX_CU_SIZE+16)];
MAX_CU_SIZE       250 libde265-1.0.3/libde265/motion.cc       src_stride = MAX_CU_SIZE+16;
MAX_CU_SIZE       309 libde265-1.0.3/libde265/motion.cc   ALIGNED_16(int16_t) predSamplesL                 [2 /* LX */][MAX_CU_SIZE* MAX_CU_SIZE];
MAX_CU_SIZE       310 libde265-1.0.3/libde265/motion.cc   ALIGNED_16(int16_t) predSamplesC[2 /* chroma */ ][2 /* LX */][MAX_CU_SIZE* MAX_CU_SIZE];