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