Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_txfm_test.cc216 const int tx_width = tx_size_wide[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()
237 const int tx_width = tx_size_wide[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()
243 const int stride = tx_width; in reference_hybrid_2d()
246 for (int c = 0; c < tx_width; ++c) { in reference_hybrid_2d()
258 reference_hybrid_1d(out_interm + r * stride, out + r * stride, tx_width, in reference_hybrid_2d()
270 if (tx_width == 64 && tx_height == 64) { // tx_size == TX_64X64 in reference_hybrid_2d()
[all …]