Searched refs:vpx_calc_psnr (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.h | 44 void vpx_calc_psnr(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b,
|
D | psnr.c | 249 void vpx_calc_psnr(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b, in vpx_calc_psnr() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2867 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr); in vp9_get_psnr() 7117 vpx_calc_psnr(source_frame, coded_frame, &psnr); 7484 vpx_calc_psnr(orig, recon, &psnr); 7522 vpx_calc_psnr(orig, pp, &psnr2);
|