Searched refs:src_mb_buffer (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tpl_model.c | 461 const uint8_t *src_mb_buffer, in get_inter_cost() argument 496 inter_cost = (int)cpi->ppi->fn_ptr[bsize].sdf(src_mb_buffer, src_stride, in get_inter_cost() 500 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in get_inter_cost() 513 src_mb_buffer, src_stride, in get_inter_cost() 517 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in get_inter_cost() 550 uint8_t *src_mb_buffer = xd->cur_buf->y_buffer + mb_y_offset; in mode_estimation() local 636 src_mb_buffer, src_stride, predictor, bw); in mode_estimation() 639 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation() 657 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation() 697 tpl_get_satd_cost(bd_info, src_diff, bw, src_mb_buffer, src_stride, in mode_estimation() [all …]
|