Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/
H A Dscan_test.cc50 const int clamped_tx_height = std::min(32, tx_height); in TEST_P() local
/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc343 void MoveCoefficientsForTxWidth64(int clamped_tx_height, int tx_width, in MoveCoefficientsForTxWidth64()
1402 const int clamped_tx_height = std::min(tx_height, 32); in ReadTransformCoefficients() local