Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_inv_txfm2d_test.cc56 int tx_h = tx_size_high[tx_size_]; in RunRoundtripCheck() local
57 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck()
119 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
129 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
/external/libaom/libaom/av1/encoder/
Drdopt.c3865 const int tx_h = tx_size_high[max_tx_size]; in predict_skip_flag() local
3879 const int n_coeff = tx_w * tx_h; in predict_skip_flag()
3883 for (int row = 0; row < bh; row += tx_h) { in predict_skip_flag()
3894 src_diff += tx_h * bw; in predict_skip_flag()