X265_LOWRES_CU_SIZE   39 source/common/lowres.cpp     maxBlocksInRow = (width + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_SIZE   40 source/common/lowres.cpp     maxBlocksInCol = (lines + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_SIZE   51 source/common/lowres.cpp     width = maxBlocksInRow * X265_LOWRES_CU_SIZE;
X265_LOWRES_CU_SIZE   52 source/common/lowres.cpp     lines = maxBlocksInCol * X265_LOWRES_CU_SIZE;
X265_LOWRES_CU_SIZE  152 source/encoder/ratecontrol.cpp     int lowresCuWidth = ((m_param->sourceWidth / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_SIZE  153 source/encoder/ratecontrol.cpp     int lowresCuHeight = ((m_param->sourceHeight / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_SIZE  315 source/encoder/slicetype.cpp     ALIGN_VAR_32(pixel, prediction[X265_LOWRES_CU_SIZE * X265_LOWRES_CU_SIZE]);
X265_LOWRES_CU_SIZE  316 source/encoder/slicetype.cpp     pixel fencIntra[X265_LOWRES_CU_SIZE * X265_LOWRES_CU_SIZE];
X265_LOWRES_CU_SIZE  317 source/encoder/slicetype.cpp     pixel neighbours[2][X265_LOWRES_CU_SIZE * 4 + 1];
X265_LOWRES_CU_SIZE  324 source/encoder/slicetype.cpp     const int cuSize  = X265_LOWRES_CU_SIZE;
X265_LOWRES_CU_SIZE  592 source/encoder/slicetype.cpp     m_8x8Height = ((m_param->sourceHeight / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_SIZE  593 source/encoder/slicetype.cpp     m_8x8Width = ((m_param->sourceWidth / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_SIZE  909 source/encoder/slicetype.cpp         uint32_t scale = m_param->maxCUSize / (2 * X265_LOWRES_CU_SIZE);
X265_LOWRES_CU_SIZE 2336 source/encoder/slicetype.cpp     const int cuSize = X265_LOWRES_CU_SIZE;
X265_LOWRES_CU_SIZE 2391 source/encoder/slicetype.cpp             ALIGN_VAR_32(pixel, subpelbuf[X265_LOWRES_CU_SIZE * X265_LOWRES_CU_SIZE]);
X265_LOWRES_CU_SIZE 2399 source/encoder/slicetype.cpp                 intptr_t stride = X265_LOWRES_CU_SIZE;
X265_LOWRES_CU_SIZE 2425 source/encoder/slicetype.cpp         ALIGN_VAR_32(pixel, subpelbuf0[X265_LOWRES_CU_SIZE * X265_LOWRES_CU_SIZE]);
X265_LOWRES_CU_SIZE 2426 source/encoder/slicetype.cpp         ALIGN_VAR_32(pixel, subpelbuf1[X265_LOWRES_CU_SIZE * X265_LOWRES_CU_SIZE]);
X265_LOWRES_CU_SIZE 2427 source/encoder/slicetype.cpp         intptr_t stride0 = X265_LOWRES_CU_SIZE, stride1 = X265_LOWRES_CU_SIZE;
X265_LOWRES_CU_SIZE 2431 source/encoder/slicetype.cpp         ALIGN_VAR_32(pixel, ref[X265_LOWRES_CU_SIZE * X265_LOWRES_CU_SIZE]);
X265_LOWRES_CU_SIZE 2432 source/encoder/slicetype.cpp         primitives.pu[LUMA_8x8].pixelavg_pp(ref, X265_LOWRES_CU_SIZE, src0, stride0, src1, stride1, 32);
X265_LOWRES_CU_SIZE 2433 source/encoder/slicetype.cpp         int bicost = tld.me.bufSATD(ref, X265_LOWRES_CU_SIZE);
X265_LOWRES_CU_SIZE 2439 source/encoder/slicetype.cpp         primitives.pu[LUMA_8x8].pixelavg_pp(ref, X265_LOWRES_CU_SIZE, src0, fref0->lumaStride, src1, fref1->lumaStride, 32);
X265_LOWRES_CU_SIZE 2440 source/encoder/slicetype.cpp         bicost = tld.me.bufSATD(ref, X265_LOWRES_CU_SIZE);