Searched refs:tx_w (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_inv_txfm2d_test.cc | 78 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local 80 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck() 120 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck() 130 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck() 134 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); in RunRoundtripCheck() 142 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck() 152 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_; in RunRoundtripCheck()
|
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 421 const int tx_w = tx_size_wide[max_tx_size]; in predict_skip_flag() local 434 const int n_coeff = tx_w * tx_h; in predict_skip_flag() 439 for (int col = 0; col < bw; col += tx_w) { in predict_skip_flag()
|