Lines Matching refs:tx_height
217 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()
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()
312 for (int r = 0; r < tx_height; ++r) { in reference_hybrid_2d()