Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc343 void MoveCoefficientsForTxWidth64(int clamped_tx_height, int tx_width, in MoveCoefficientsForTxWidth64() argument
346 const int rows = clamped_tx_height - 2; in MoveCoefficientsForTxWidth64()
1405 const int clamped_tx_height = std::min(tx_height, 32); in ReadTransformCoefficients() local
1540 MoveCoefficientsForTxWidth64(clamped_tx_height, tx_width, residual); in ReadTransformCoefficients()