Searched refs:tx_width_log2 (Results 1 – 3 of 3) sorted by relevance
138 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in Reconstruct() local147 tx_height = kGetNumRows[tx_width_log2 - 2](tx_type, tx_height, in Reconstruct()154 Get1DTransformSize(tx_width_log2); in Reconstruct()
1118 const int tx_width_log2 = kTransformWidthLog2[tx_size]; in TransformLoop_C() local1136 const bool should_round = std::abs(tx_width_log2 - tx_height_log2) == 1; in TransformLoop_C()
386 const int tx_width_log2 = kTransformWidthLog2[adjusted_tx_size]; in GetCoeffBaseContextEob() local388 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()