Searched refs:kTransformHeightLog2 (Results 1 – 5 of 5) sorted by relevance
139 const int tx_height_log2 = kTransformHeightLog2[tx_size]; in Reconstruct()
148 const uint8_t kTransformHeightLog2[kNumTransformSizes] = { variable
749 extern const uint8_t kTransformHeightLog2[kNumTransformSizes];
230 const int height = 1 << kTransformHeightLog2[tx_size]; in IntraPrediction()
1119 const int tx_height_log2 = kTransformHeightLog2[tx_size]; in TransformLoop_C()