Searched refs:aom_get_y_sse (Results 1 – 5 of 5) sorted by relevance
/external/libaom/aom_dsp/ |
D | psnr.h | 50 int64_t aom_get_y_sse(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b);
|
D | psnr.c | 186 int64_t aom_get_y_sse(const YV12_BUFFER_CONFIG *a, in aom_get_y_sse() function 323 case 0: return aom_get_y_sse(a, b); in aom_get_sse_plane() 332 case 0: return aom_get_y_sse(a, b); in aom_get_sse_plane()
|
/external/libaom/av1/encoder/ |
D | rc_utils.h | 339 kf_err = aom_get_y_sse(cpi->source, &cm->cur_frame->buf); in recode_loop_update_q() 342 kf_err = aom_get_y_sse(cpi->source, &cm->cur_frame->buf); in recode_loop_update_q()
|
D | encoder.c | 3164 cpi->ambient_err = aom_get_y_sse(cpi->source, &cm->cur_frame->buf); in encode_with_recode_loop_and_filter() 3167 cpi->ambient_err = aom_get_y_sse(cpi->source, &cm->cur_frame->buf); in encode_with_recode_loop_and_filter() 3218 : aom_get_y_sse(cpi->source, &cm->cur_frame->buf); in encode_with_recode_loop_and_filter() 3220 *sse = aom_get_y_sse(cpi->source, &cm->cur_frame->buf); in encode_with_recode_loop_and_filter()
|
D | tune_vmaf.c | 1092 (double)aom_get_y_sse(source, recon); in av1_update_vmaf_curve()
|