MAX_CU_SIZE 265 source/common/common.h #define MAX_NUM_SPU_W (MAX_CU_SIZE / MIN_PU_SIZE) // maximum number of SPU in horizontal line MAX_CU_SIZE 165 source/common/constants.cpp uint32_t g_maxCUSize = MAX_CU_SIZE; MAX_CU_SIZE 355 source/common/constants.cpp const uint8_t g_log2Size[MAX_CU_SIZE + 1] = MAX_CU_SIZE 50 source/common/constants.h extern const uint8_t g_log2Size[MAX_CU_SIZE + 1]; // from size to log2(size) MAX_CU_SIZE 74 source/common/predict.cpp return m_predShortYuv[0].create(MAX_CU_SIZE, csp) && m_predShortYuv[1].create(MAX_CU_SIZE, csp); MAX_CU_SIZE 280 source/common/predict.cpp X265_CHECK(dstStride == MAX_CU_SIZE, "stride expected to be max cu size\n"); MAX_CU_SIZE 293 source/common/predict.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_LUMA - 1)]); MAX_CU_SIZE 340 source/common/predict.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_CHROMA - 1)]); MAX_CU_SIZE 393 source/common/predict.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_CHROMA - 1)]); MAX_CU_SIZE 753 source/common/predict.cpp pixel adiLineBuffer[5 * MAX_CU_SIZE]; MAX_CU_SIZE 55 source/common/predict.h enum { ADI_BUF_STRIDE = (2 * MAX_CU_SIZE + 1 + 15) }; // alignment to 16 bytes MAX_CU_SIZE 865 source/common/x86/asm-primitives.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_LUMA - 1)]); MAX_CU_SIZE 867 source/common/x86/asm-primitives.cpp const int immedStride = MAX_CU_SIZE; MAX_CU_SIZE 1265 source/encoder/analysis.cpp if (m_bHD && !skipRecursion && m_param->rdLevel == 2 && md.fencYuv.m_size != MAX_CU_SIZE) MAX_CU_SIZE 1565 source/encoder/motion.cpp ALIGN_VAR_32(pixel, subpelbuf[MAX_CU_SIZE * MAX_CU_SIZE]); MAX_CU_SIZE 1633 source/encoder/motion.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_LUMA - 1)]); MAX_CU_SIZE 310 source/encoder/sao.cpp int8_t _upBuff1[MAX_CU_SIZE + 2], *upBuff1 = _upBuff1 + 1, signLeft1[2]; MAX_CU_SIZE 311 source/encoder/sao.cpp int8_t _upBufft[MAX_CU_SIZE + 2], *upBufft = _upBufft + 1; MAX_CU_SIZE 313 source/encoder/sao.cpp memset(_upBuff1 + MAX_CU_SIZE, 0, 2 * sizeof(int8_t)); /* avoid valgrind uninit warnings */ MAX_CU_SIZE 784 source/encoder/sao.cpp int8_t _upBuff[2 * (MAX_CU_SIZE + 16 + 16)], *upBuff1 = _upBuff + 16, *upBufft = upBuff1 + (MAX_CU_SIZE + 16 + 16); MAX_CU_SIZE 786 source/encoder/sao.cpp ALIGN_VAR_32(int16_t, diff[MAX_CU_SIZE * MAX_CU_SIZE]); MAX_CU_SIZE 794 source/encoder/sao.cpp primitives.chroma[m_chromaFormat].cu[m_param->maxLog2CUSize - 2].sub_ps(diff, MAX_CU_SIZE, fenc0, rec0, stride, stride); MAX_CU_SIZE 796 source/encoder/sao.cpp primitives.cu[m_param->maxLog2CUSize - 2].sub_ps(diff, MAX_CU_SIZE, fenc0, rec0, stride, stride); MAX_CU_SIZE 805 source/encoder/sao.cpp diff[y * MAX_CU_SIZE + x] = (fenc0[y * stride + x] - rec0[y * stride + x]); MAX_CU_SIZE 859 source/encoder/sao.cpp primitives.saoCuStatsE1(diff + startY * MAX_CU_SIZE, rec0 + startY * stride, stride, upBuff1, endX, endY - startY, m_offsetOrg[plane][SAO_EO_1], m_count[plane][SAO_EO_1]); MAX_CU_SIZE 888 source/encoder/sao.cpp primitives.saoCuStatsE2(diff + startX + startY * MAX_CU_SIZE, rec0 + startX + startY * stride, stride, upBuff1, upBufft, endX - startX, endY - startY, m_offsetOrg[plane][SAO_EO_2], m_count[plane][SAO_EO_2]); MAX_CU_SIZE 913 source/encoder/sao.cpp primitives.saoCuStatsE3(diff + startX + startY * MAX_CU_SIZE, rec0 + startX + startY * stride, stride, upBuff1 + 1, endX - startX, endY - startY, m_offsetOrg[plane][SAO_EO_3], m_count[plane][SAO_EO_3]); MAX_CU_SIZE 960 source/encoder/sao.cpp int32_t _upBuff1[MAX_CU_SIZE + 2], *upBuff1 = _upBuff1 + 1; MAX_CU_SIZE 961 source/encoder/sao.cpp int32_t _upBufft[MAX_CU_SIZE + 2], *upBufft = _upBufft + 1; MAX_CU_SIZE 1775 source/encoder/sao.cpp diff += MAX_CU_SIZE; MAX_CU_SIZE 1785 source/encoder/sao.cpp X265_CHECK(endX <= MAX_CU_SIZE, "endX too big\n"); MAX_CU_SIZE 1805 source/encoder/sao.cpp diff += MAX_CU_SIZE; MAX_CU_SIZE 1818 source/encoder/sao.cpp X265_CHECK(endX <= MAX_CU_SIZE, "endX check failure\n"); MAX_CU_SIZE 1819 source/encoder/sao.cpp X265_CHECK(endY <= MAX_CU_SIZE, "endY check failure\n"); MAX_CU_SIZE 1841 source/encoder/sao.cpp diff += MAX_CU_SIZE; MAX_CU_SIZE 1854 source/encoder/sao.cpp X265_CHECK(endX < MAX_CU_SIZE, "endX check failure\n"); MAX_CU_SIZE 1855 source/encoder/sao.cpp X265_CHECK(endY < MAX_CU_SIZE, "endY check failure\n"); MAX_CU_SIZE 1879 source/encoder/sao.cpp diff += MAX_CU_SIZE; MAX_CU_SIZE 1891 source/encoder/sao.cpp X265_CHECK(endX < MAX_CU_SIZE, "endX check failure\n"); MAX_CU_SIZE 1892 source/encoder/sao.cpp X265_CHECK(endY < MAX_CU_SIZE, "endY check failure\n"); MAX_CU_SIZE 1917 source/encoder/sao.cpp diff += MAX_CU_SIZE; MAX_CU_SIZE 47 source/encoder/search.cpp ALIGN_VAR_32(const int16_t, Search::zeroShort[MAX_CU_SIZE]) = { 0 }; MAX_CU_SIZE 255 source/encoder/search.h static const int16_t zeroShort[MAX_CU_SIZE]; MAX_CU_SIZE 1066 source/test/pixelharness.cpp int endX = MAX_CU_SIZE - (rand() % 5); MAX_CU_SIZE 1067 source/test/pixelharness.cpp int endY = MAX_CU_SIZE - (rand() % 4) - 1; MAX_CU_SIZE 1102 source/test/pixelharness.cpp int endX = MAX_CU_SIZE - (rand() % 5) - 1; MAX_CU_SIZE 1103 source/test/pixelharness.cpp int endY = MAX_CU_SIZE - (rand() % 4) - 1; MAX_CU_SIZE 1127 source/test/pixelharness.cpp int8_t _upBuff1_ref[MAX_CU_SIZE + 2], *upBuff1_ref = _upBuff1_ref + 1; MAX_CU_SIZE 1128 source/test/pixelharness.cpp int8_t _upBuff1_vec[MAX_CU_SIZE + 2], *upBuff1_vec = _upBuff1_vec + 1; MAX_CU_SIZE 1142 source/test/pixelharness.cpp for (int x = 0; x < MAX_CU_SIZE + 2; x++) MAX_CU_SIZE 1146 source/test/pixelharness.cpp int endX = MAX_CU_SIZE - (rand() % 5); MAX_CU_SIZE 1147 source/test/pixelharness.cpp int endY = MAX_CU_SIZE - (rand() % 4) - 1; MAX_CU_SIZE 1173 source/test/pixelharness.cpp int8_t _upBuff1_ref[MAX_CU_SIZE + 2], *upBuff1_ref = _upBuff1_ref + 1; MAX_CU_SIZE 1174 source/test/pixelharness.cpp int8_t _upBufft_ref[MAX_CU_SIZE + 2], *upBufft_ref = _upBufft_ref + 1; MAX_CU_SIZE 1175 source/test/pixelharness.cpp int8_t _upBuff1_vec[MAX_CU_SIZE + 2], *upBuff1_vec = _upBuff1_vec + 1; MAX_CU_SIZE 1176 source/test/pixelharness.cpp int8_t _upBufft_vec[MAX_CU_SIZE + 2], *upBufft_vec = _upBufft_vec + 1; MAX_CU_SIZE 1191 source/test/pixelharness.cpp for (int x = 0; x < MAX_CU_SIZE + 2; x++) MAX_CU_SIZE 1198 source/test/pixelharness.cpp int endX = MAX_CU_SIZE - (rand() % 5) - 1; MAX_CU_SIZE 1199 source/test/pixelharness.cpp int endY = MAX_CU_SIZE - (rand() % 4) - 1; MAX_CU_SIZE 1227 source/test/pixelharness.cpp int8_t _upBuff1_ref[MAX_CU_SIZE + 2], *upBuff1_ref = _upBuff1_ref + 1; MAX_CU_SIZE 1228 source/test/pixelharness.cpp int8_t _upBuff1_vec[MAX_CU_SIZE + 2], *upBuff1_vec = _upBuff1_vec + 1; MAX_CU_SIZE 1249 source/test/pixelharness.cpp int endX = MAX_CU_SIZE - (rand() % 5) - 1; MAX_CU_SIZE 1250 source/test/pixelharness.cpp int endY = MAX_CU_SIZE - (rand() % 4) - 1; MAX_CU_SIZE 3191 source/test/pixelharness.cpp int8_t upBuff1[MAX_CU_SIZE + 2]; MAX_CU_SIZE 3200 source/test/pixelharness.cpp int8_t upBuff1[MAX_CU_SIZE + 2]; MAX_CU_SIZE 3201 source/test/pixelharness.cpp int8_t upBufft[MAX_CU_SIZE + 2]; MAX_CU_SIZE 3210 source/test/pixelharness.cpp int8_t upBuff1[MAX_CU_SIZE + 2];