X265_LOWRES_CU_BITS   39 source/common/lowres.cpp     maxBlocksInRow = (width + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_BITS   40 source/common/lowres.cpp     maxBlocksInCol = (lines + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_BITS  152 source/encoder/ratecontrol.cpp     int lowresCuWidth = ((m_param->sourceWidth / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_BITS  153 source/encoder/ratecontrol.cpp     int lowresCuHeight = ((m_param->sourceHeight / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_BITS  326 source/encoder/slicetype.cpp     const int sizeIdx = X265_LOWRES_CU_BITS - 2;
X265_LOWRES_CU_BITS  592 source/encoder/slicetype.cpp     m_8x8Height = ((m_param->sourceHeight / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;
X265_LOWRES_CU_BITS  593 source/encoder/slicetype.cpp     m_8x8Width = ((m_param->sourceWidth / 2) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS;