Searched refs:vpx_calc_psnr (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.h | 47 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 | 2664 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr); in generate_psnr_packet() 6824 vpx_calc_psnr(orig, recon, &psnr); 6862 vpx_calc_psnr(orig, pp, &psnr2);
|