Lines Matching refs:src_diff
200 int16_t *src_diff, int diff_stride, in tpl_get_satd_cost() argument
207 av1_subtract_block(bd_info, bh, bw, src_diff, diff_stride, src, src_stride, in tpl_get_satd_cost()
209 av1_quick_txfm(/*use_hadamard=*/0, tx_size, bd_info, src_diff, bw, coeff); in tpl_get_satd_cost()
228 const MACROBLOCK *x, int16_t *src_diff, int diff_stride, uint8_t *src, in txfm_quant_rdcost() argument
235 av1_subtract_block(bd_info, bh, bw, src_diff, diff_stride, src, src_stride, in txfm_quant_rdcost()
237 av1_quick_txfm(/*use_hadamard=*/0, tx_size, bd_info, src_diff, bw, coeff); in txfm_quant_rdcost()
335 int16_t *src_diff, tran_low_t *coeff, tran_low_t *qcoeff, in get_rate_distortion() argument
421 x, src_diff, block_size_wide[bsize_plane], in get_rate_distortion()
497 int16_t *src_diff = aom_memalign(32, tpl_block_pels * sizeof(int16_t)); in mode_estimation() local
506 if (!(predictor8 && src_diff && coeff && qcoeff && dqcoeff)) { in mode_estimation()
508 aom_free(src_diff); in mode_estimation()
563 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation()
575 get_rate_distortion(&rate_cost, &recon_error, &pred_error, src_diff, coeff, in mode_estimation()
605 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation()
756 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation()
876 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation()
906 get_rate_distortion(&rate_cost, &recon_error, &pred_error, src_diff, coeff, in mode_estimation()
934 get_rate_distortion(&rate_cost, &recon_error, &pred_error, src_diff, coeff, in mode_estimation()
956 get_rate_distortion(&rate_cost, &recon_error, &pred_error, src_diff, coeff, in mode_estimation()
977 get_rate_distortion(&rate_cost, &recon_error, &pred_error, src_diff, coeff, in mode_estimation()
1017 aom_free(src_diff); in mode_estimation()