Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dreconstruction.cc59 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in Reconstruct() local
64 Get1DTransformSize(tx_width_log2); in Reconstruct()
/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc1151 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in TransformLoop_C() local
1169 const bool should_round = std::abs(tx_width_log2 - tx_height_log2) == 1; in TransformLoop_C()
/external/libgav1/libgav1/src/tile/
Dtile.cc389 const int tx_width_log2 = kTransformWidthLog2[adjusted_tx_size]; in GetCoeffBaseContextEob() local
391 if (index <= DivideBy8(tx_height << tx_width_log2)) return 1; in GetCoeffBaseContextEob()
392 if (index <= DivideBy4(tx_height << tx_width_log2)) return 2; in GetCoeffBaseContextEob()