Searched refs:tx_width_log2 (Results 1 – 3 of 3) sorted by relevance
59 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in Reconstruct() local64 Get1DTransformSize(tx_width_log2); in Reconstruct()
1151 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in TransformLoop_C() local1169 const bool should_round = std::abs(tx_width_log2 - tx_height_log2) == 1; in TransformLoop_C()
389 const int tx_width_log2 = kTransformWidthLog2[adjusted_tx_size]; in GetCoeffBaseContextEob() local391 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()