Searched defs:adjusted_tx_width_log2 (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 396 int GetCoeffBaseRangeContextEob(int adjusted_tx_width_log2, int pos, in GetCoeffBaseRangeContextEob() 1103 const uint16_t* scan, TransformSize tx_size, int adjusted_tx_width_log2, in ReadCoeffBase2D() 1170 const uint16_t* scan, TransformSize /*tx_size*/, int adjusted_tx_width_log2, in ReadCoeffBaseHorizontal() 1215 const uint16_t* scan, TransformSize /*tx_size*/, int adjusted_tx_width_log2, in ReadCoeffBaseVertical() 1393 const int adjusted_tx_width_log2 = kTransformWidthLog2[adjusted_tx_size]; in ReadTransformCoefficients() local
|