Searched refs:k4x4HeightLog2 (Results 1 – 6 of 6) sorted by relevance
96 k4x4HeightLog2[block_parameters_holder_.Find(row4x4, column4x4 - 1) in GetPartitionCdf()
140 k4x4WidthLog2[block.size] + k4x4HeightLog2[block.size] - 2; in ReadPaletteModeInfo()
22 const uint8_t k4x4HeightLog2[kMaxBlockSizes] = { variable
723 extern const uint8_t k4x4HeightLog2[kMaxBlockSizes];
483 const int block_width4x4_log2 = k4x4HeightLog2[SuperBlockSize()];2034 [k4x4HeightLog2[plane_size]]; in ComputePrediction()
885 const int num_limit = std::min(uint8_t{4}, k4x4HeightLog2[block.size]); in ObmcPrediction()