Home
last modified time | relevance | path

Searched refs:tx_width_log2 (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/
Dreconstruction.cc138 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in Reconstruct() local
147 tx_height = kGetNumRows[tx_width_log2 - 2](tx_type, tx_height, in Reconstruct()
154 Get1DTransformSize(tx_width_log2); in Reconstruct()
/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc1118 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in TransformLoop_C() local
1136 const bool should_round = std::abs(tx_width_log2 - tx_height_log2) == 1; in TransformLoop_C()
/external/libgav1/libgav1/src/tile/
Dtile.cc386 const int tx_width_log2 = kTransformWidthLog2[adjusted_tx_size]; in GetCoeffBaseContextEob() local
388 if (index <= DivideBy8(tx_height << tx_width_log2)) return 1; in GetCoeffBaseContextEob()
389 if (index <= DivideBy4(tx_height << tx_width_log2)) return 2; in GetCoeffBaseContextEob()