Home
last modified time | relevance | path

Searched refs:adjusted_tx_width_log2 (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dtile.cc396 int GetCoeffBaseRangeContextEob(int adjusted_tx_width_log2, int pos, in GetCoeffBaseRangeContextEob() argument
399 const int tx_width = 1 << adjusted_tx_width_log2; in GetCoeffBaseRangeContextEob()
400 const int row = pos >> adjusted_tx_width_log2; in GetCoeffBaseRangeContextEob()
1103 const uint16_t* scan, TransformSize tx_size, int adjusted_tx_width_log2, in ReadCoeffBase2D() argument
1109 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBase2D()
1112 const int row = pos >> adjusted_tx_width_log2; in ReadCoeffBase2D()
1170 const uint16_t* scan, TransformSize /*tx_size*/, int adjusted_tx_width_log2, in ReadCoeffBaseHorizontal() argument
1176 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseHorizontal()
1215 const uint16_t* scan, TransformSize /*tx_size*/, int adjusted_tx_width_log2, in ReadCoeffBaseVertical() argument
1221 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseVertical()
[all …]
/external/libgav1/libgav1/src/
Dtile.h403 const uint16_t* scan, TransformSize tx_size, int adjusted_tx_width_log2,
411 const uint16_t* scan, TransformSize tx_size, int adjusted_tx_width_log2,
419 const uint16_t* scan, TransformSize tx_size, int adjusted_tx_width_log2,