Searched refs:vpx_calc_highbd_psnr (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.h | 40 void vpx_calc_highbd_psnr(const YV12_BUFFER_CONFIG *a,
|
D | psnr.c | 201 void vpx_calc_highbd_psnr(const YV12_BUFFER_CONFIG *a, in vpx_calc_highbd_psnr() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2864 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr, in vp9_get_psnr() 7112 vpx_calc_highbd_psnr(source_frame, coded_frame, &psnr, bit_depth, 7481 vpx_calc_highbd_psnr(orig, recon, &psnr, cpi->td.mb.e_mbd.bd, 7519 vpx_calc_highbd_psnr(orig, pp, &psnr2, cpi->td.mb.e_mbd.bd,
|