HomeSort by relevance Sort by last modified time
    Searched refs:tx_w (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/test/
av1_inv_txfm2d_test.cc 55 int tx_w = tx_size_wide[tx_size_]; local
57 int txfm2d_size = tx_w * tx_h;
97 inv_txfm_func(ref_coeffs_int, expected, tx_w, tx_type_, bd);
107 fwd_txfm_func(input, coeffs, tx_w, tx_type_, bd);
111 inv_txfm_func(coeffs, actual, tx_w, tx_type_, bd);
119 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_;
129 << " tx_w: " << tx_w << " tx_h " << tx_h << " tx_type: " << tx_type_;
  /external/libaom/libaom/av1/encoder/
rdopt.c 3866 const int tx_w = tx_size_wide[max_tx_size]; local
    [all...]

Completed in 52 milliseconds