Lines Matching refs:tx_width
216 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()
281 } else if (tx_width == 32 && tx_height == 64) { // tx_size == TX_32X64 in reference_hybrid_2d()
285 } else if (tx_width == 64 && tx_height == 32) { // tx_size == TX_64X32 in reference_hybrid_2d()
294 } else if (tx_width == 16 && tx_height == 64) { // tx_size == TX_16X64 in reference_hybrid_2d()
298 } else if (tx_width == 64 && tx_height == 16) { // tx_size == TX_64X16 in reference_hybrid_2d()
311 for (int c = 0; c < tx_width; ++c) { in reference_hybrid_2d()