Searched refs:tx_w (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_inv_txfm2d_test.cc | 55 int tx_w = tx_size_wide[tx_size_]; in RunRoundtripCheck() local 57 int txfm2d_size = tx_w * tx_h; in RunRoundtripCheck() 97 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd); in RunRoundtripCheck() 107 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd); in RunRoundtripCheck() 111 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd); 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/ |
D | rdopt.c | 3866 const int tx_w = tx_size_wide[max_tx_size]; in predict_skip_flag() local 3879 const int n_coeff = tx_w * tx_h; in predict_skip_flag() 3884 for (int col = 0; col < bw; col += tx_w) { in predict_skip_flag()
|