Home
last modified time | relevance | path

Searched refs:k4x4HeightLog2 (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/tile/bitstream/
Dpartition.cc96 k4x4HeightLog2[block_parameters_holder_.Find(row4x4, column4x4 - 1) in GetPartitionCdf()
Dpalette.cc140 k4x4WidthLog2[block.size] + k4x4HeightLog2[block.size] - 2; in ReadPaletteModeInfo()
/external/libgav1/libgav1/src/utils/
Dconstants.cc22 const uint8_t k4x4HeightLog2[kMaxBlockSizes] = { variable
Dconstants.h723 extern const uint8_t k4x4HeightLog2[kMaxBlockSizes];
/external/libgav1/libgav1/src/tile/
Dtile.cc483 const int block_width4x4_log2 = k4x4HeightLog2[SuperBlockSize()];
2034 [k4x4HeightLog2[plane_size]]; in ComputePrediction()
Dprediction.cc885 const int num_limit = std::min(uint8_t{4}, k4x4HeightLog2[block.size]); in ObmcPrediction()