Home
last modified time | relevance | path

Searched defs:psnr (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_psnr.c19 const double psnr = 10.0 * log10(samples * peak * peak / sse); in vpx_sse_to_psnr() local
Dsvc_encodeframe.c1056 double psnr[COMPONENTS]; in vpx_svc_dump_statistics() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dutil.h40 double psnr = 100.0; in compute_psnr() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h191 double psnr[4]; /**< PSNR, total/y/u/v */ member
192 } psnr; /**< data for PSNR packet */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c262 const double psnr = 10.0 * log10(samples * peak * peak / sse); in sse_to_psnr() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1690 double psnr[4]; // total/y/u/v member
1696 PSNR_STATS *psnr) { in calc_psnr()
1731 PSNR_STATS psnr; in generate_psnr_packet() local
3256 PSNR_STATS psnr; local
/hardware/intel/common/libva/test/encode/
Dh264encode.c2090 static int calc_PSNR(double *psnr) in calc_PSNR()
2132 double psnr = 0, total_size = frame_width * frame_height * 1.5 * frame_count; in print_performance() local