Home
last modified time | relevance | path

Searched refs:calc_psnr (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libva/test/encode/
Dh264encode.c109 static int calc_psnr = 0; variable
817 calc_psnr = 1; in process_cmdline()
2134 if (calc_psnr && srcyuv_fp && recyuv_fp) in print_performance()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c1045 static double calc_psnr(double d) { in calc_psnr() function
1090 psnr[j] = calc_psnr(si->sse_sum[i][j] / scale[j]); in vpx_svc_dump_statistics()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1695 static void calc_psnr(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b, in calc_psnr() function
1732 calc_psnr(cpi->Source, cpi->common.frame_to_show, &psnr); in generate_psnr_packet()
3257 calc_psnr(orig, recon, &psnr);
3275 calc_psnr(orig, pp, &psnr2);