Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_txfm_test.cc217 const int tx_height = tx_size_high[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local
224 const int rect_type = get_rect_tx_log_ratio(tx_width, tx_height); in get_amplification_factor()
238 const int tx_height = tx_size_high[tx_size]; in reference_hybrid_2d() local
240 double *const temp_in = new double[AOMMAX(tx_width, tx_height)]; in reference_hybrid_2d()
241 double *const temp_out = new double[AOMMAX(tx_width, tx_height)]; in reference_hybrid_2d()
242 double *const out_interm = new double[tx_width * tx_height]; in reference_hybrid_2d()
247 for (int r = 0; r < tx_height; ++r) { in reference_hybrid_2d()
250 reference_hybrid_1d(temp_in, temp_out, tx_height, type0); in reference_hybrid_2d()
251 for (int r = 0; r < tx_height; ++r) { in reference_hybrid_2d()
257 for (int r = 0; r < tx_height; ++r) { in reference_hybrid_2d()
[all …]