LOG2_UNIT_SIZE 257 source/common/common.h #define UNIT_SIZE (1 << LOG2_UNIT_SIZE) // unit size of CU partition LOG2_UNIT_SIZE 259 source/common/common.h #define LOG2_RASTER_SIZE (MAX_LOG2_CU_SIZE - LOG2_UNIT_SIZE) LOG2_UNIT_SIZE 492 source/common/cudata.cpp uint32_t tmpY2 = m_absIdxInCTU << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 571 source/common/cudata.cpp uint32_t tmpY2 = m_absIdxInCTU << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 675 source/common/cudata.cpp uint32_t absZorderCUIdx = g_zscanToRaster[m_absIdxInCTU] + (1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE)) - 1; LOG2_UNIT_SIZE 711 source/common/cudata.cpp uint32_t absZorderCUIdxLB = g_zscanToRaster[m_absIdxInCTU] + (((1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE)) - 1) << LOG2_RASTER_SIZE); LOG2_UNIT_SIZE 732 source/common/cudata.cpp if ((m_encData->getPicCTU(m_cuAddr)->m_cuPelY + g_zscanToPelY[curPartUnitIdx] + (partUnitOffset << LOG2_UNIT_SIZE)) >= m_slice->m_sps->picHeightInLumaSamples) LOG2_UNIT_SIZE 743 source/common/cudata.cpp uint32_t absZorderCUIdxLB = g_zscanToRaster[m_absIdxInCTU] + (((1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE)) - 1) << LOG2_RASTER_SIZE); LOG2_UNIT_SIZE 764 source/common/cudata.cpp if ((m_encData->getPicCTU(m_cuAddr)->m_cuPelX + g_zscanToPelX[curPartUnitIdx] + (partUnitOffset << LOG2_UNIT_SIZE)) >= m_slice->m_sps->picWidthInLumaSamples) LOG2_UNIT_SIZE 775 source/common/cudata.cpp uint32_t absZorderCUIdx = g_zscanToRaster[m_absIdxInCTU] + (1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE)) - 1; LOG2_UNIT_SIZE 1306 source/common/cudata.cpp partIdxRT = g_rasterToZscan[g_zscanToRaster[partIdxLT] + (1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE)) - 1]; LOG2_UNIT_SIZE 1348 source/common/cudata.cpp outPartIdxLB = g_rasterToZscan[g_zscanToRaster[m_absIdxInCTU] + (((1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE - 1)) - 1) << LOG2_RASTER_SIZE)]; LOG2_UNIT_SIZE 1388 source/common/cudata.cpp (((1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE - 1)) - 1) << LOG2_RASTER_SIZE) + LOG2_UNIT_SIZE 1389 source/common/cudata.cpp (1 << (m_log2CUSize[0] - LOG2_UNIT_SIZE)) - 1]; LOG2_UNIT_SIZE 2052 source/common/cudata.cpp + ((puHeight >> (LOG2_UNIT_SIZE + 1)) << LOG2_RASTER_SIZE) LOG2_UNIT_SIZE 2053 source/common/cudata.cpp + (puWidth >> (LOG2_UNIT_SIZE + 1))]; LOG2_UNIT_SIZE 2103 source/common/cudata.cpp uint32_t num4x4Partition = (1U << ((g_log2Size[maxCUSize] - LOG2_UNIT_SIZE) << 1)); LOG2_UNIT_SIZE 90 source/common/deblock.cpp uint32_t numUnits = 1 << (cuGeom.log2CUSize - LOG2_UNIT_SIZE); LOG2_UNIT_SIZE 104 source/common/deblock.cpp const uint32_t partIdxIncr = DEBLOCK_SMALLEST_BLOCK >> LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 106 source/common/deblock.cpp uint32_t chromaMask = ((DEBLOCK_SMALLEST_BLOCK << shiftFactor) >> LOG2_UNIT_SIZE) - 1; LOG2_UNIT_SIZE 107 source/common/deblock.cpp uint32_t e0 = (dir == EDGE_VER ? g_zscanToPelX[absPartIdx] : g_zscanToPelY[absPartIdx]) >> LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 140 source/common/deblock.cpp uint32_t qNumParts = 1 << (log2TrSize - LOG2_UNIT_SIZE - 1) * 2; LOG2_UNIT_SIZE 146 source/common/deblock.cpp uint32_t numUnits = 1 << (log2TrSize - LOG2_UNIT_SIZE); LOG2_UNIT_SIZE 339 source/common/deblock.cpp src += (edge << LOG2_UNIT_SIZE); LOG2_UNIT_SIZE 345 source/common/deblock.cpp src += (edge << LOG2_UNIT_SIZE) * stride; LOG2_UNIT_SIZE 379 source/common/deblock.cpp intptr_t unitOffset = idx * srcStep << LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 443 source/common/deblock.cpp srcOffset += (edge << (LOG2_UNIT_SIZE - cuQ->m_hChromaShift)); LOG2_UNIT_SIZE 450 source/common/deblock.cpp srcOffset += edge * stride << (LOG2_UNIT_SIZE - cuQ->m_vChromaShift); LOG2_UNIT_SIZE 485 source/common/deblock.cpp intptr_t unitOffset = idx * srcStep << LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 661 source/common/predict.cpp int log2UnitWidth = LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 662 source/common/predict.cpp int log2UnitHeight = LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 2668 source/encoder/encoder.cpp p->unitSizeDepth = p->maxLog2CUSize - LOG2_UNIT_SIZE; LOG2_UNIT_SIZE 952 source/encoder/entropy.cpp uint32_t parentIdx = absPartIdx & (0xFF << (log2CurSize + 1 - LOG2_UNIT_SIZE) * 2); LOG2_UNIT_SIZE 964 source/encoder/entropy.cpp uint32_t qNumParts = 1 << (log2CurSize - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 992 source/encoder/entropy.cpp uint32_t absPartIdxLT = absPartIdx & (0xFF << (log2CUSize - LOG2_UNIT_SIZE) * 2); LOG2_UNIT_SIZE 999 source/encoder/entropy.cpp uint32_t coeffOffset = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 1013 source/encoder/entropy.cpp uint32_t coeffOffsetC = absPartIdxC << (LOG2_UNIT_SIZE * 2 - (hChromaShift + vChromaShift)); LOG2_UNIT_SIZE 1033 source/encoder/entropy.cpp uint32_t curPartNum = 1 << (log2CurSize - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 1034 source/encoder/entropy.cpp uint32_t coeffOffsetC = absPartIdxC << (LOG2_UNIT_SIZE * 2 - (hChromaShift + vChromaShift)); LOG2_UNIT_SIZE 1087 source/encoder/entropy.cpp uint32_t qNumParts = 1 << (log2CurSize - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 1112 source/encoder/entropy.cpp uint32_t absPartIdxLT = absPartIdx & (0xFF << (log2CUSize - LOG2_UNIT_SIZE) * 2); LOG2_UNIT_SIZE 1119 source/encoder/entropy.cpp uint32_t coeffOffset = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 1139 source/encoder/entropy.cpp uint32_t qNumParts = 1 << (cu.m_log2CUSize[absPartIdx] - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 1585 source/encoder/entropy.cpp uint32_t qNumParts = 1 << (cu.m_log2CUSize[absPartIdx] - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 1757 source/encoder/entropy.cpp uint32_t tuNumParts = 1 << ((log2TrSize - LOG2_UNIT_SIZE) * 2 - 1); LOG2_UNIT_SIZE 96 source/encoder/search.cpp uint32_t numPartitions = 1 << (maxLog2CUSize - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 240 source/encoder/search.cpp uint32_t parentIdx = absPartIdx & (0xFF << (log2TrSize + 1 - LOG2_UNIT_SIZE) * 2); LOG2_UNIT_SIZE 249 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 264 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 288 source/encoder/search.cpp uint32_t coeffOffset = absPartIdx << (LOG2_UNIT_SIZE * 2 - shift); LOG2_UNIT_SIZE 294 source/encoder/search.cpp uint32_t coeffOffset = absPartIdx << (LOG2_UNIT_SIZE * 2 - 1); LOG2_UNIT_SIZE 297 source/encoder/search.cpp uint32_t tuNumParts = 2 << ((log2TrSizeC - LOG2_UNIT_SIZE) * 2); LOG2_UNIT_SIZE 351 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 441 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 543 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 713 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 741 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 761 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 771 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 795 source/encoder/search.cpp uint32_t tuNumParts = 1 << ((log2TrSize - LOG2_UNIT_SIZE) * 2 - 1); LOG2_UNIT_SIZE 816 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 875 source/encoder/search.cpp uint32_t coeffOffsetC = absPartIdxC << (LOG2_UNIT_SIZE * 2 - (m_hChromaShift + m_vChromaShift)); LOG2_UNIT_SIZE 965 source/encoder/search.cpp uint32_t coeffOffsetC = absPartIdxC << (LOG2_UNIT_SIZE * 2 - (m_hChromaShift + m_vChromaShift)); LOG2_UNIT_SIZE 1091 source/encoder/search.cpp uint32_t coeffOffsetC = absPartIdx << (LOG2_UNIT_SIZE * 2 - (m_hChromaShift + m_vChromaShift)); LOG2_UNIT_SIZE 1106 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 1119 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 1166 source/encoder/search.cpp uint32_t coeffOffsetC = absPartIdxC << (LOG2_UNIT_SIZE * 2 - (m_hChromaShift + m_vChromaShift)); LOG2_UNIT_SIZE 2867 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 2955 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 2994 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 3056 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 3124 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << (LOG2_UNIT_SIZE * 2); LOG2_UNIT_SIZE 3719 source/encoder/search.cpp uint32_t parentIdx = absPartIdx & (0xFF << (log2TrSize + 1 - LOG2_UNIT_SIZE) * 2); LOG2_UNIT_SIZE 3733 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize -1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 3745 source/encoder/search.cpp uint32_t qNumParts = 1 << (log2TrSize - 1 - LOG2_UNIT_SIZE) * 2; LOG2_UNIT_SIZE 3767 source/encoder/search.cpp uint32_t coeffOffsetY = absPartIdx << LOG2_UNIT_SIZE * 2;