Home
last modified time | relevance | path

Searched defs:compute_psnr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dutil.h24 inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) { in compute_psnr() function
/aosp_15_r20/external/libaom/test/
H A Dutil.h32 inline double compute_psnr(const aom_image_t *img1, const aom_image_t *img2) { in compute_psnr() function
H A Dhbd_metrics_test.cc46 double compute_psnr(const YV12_BUFFER_CONFIG *source, in compute_psnr() function
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dpsnr.c78 void compute_psnr(app_ctxt_t *ps_app_ctxt, in compute_psnr() function
/aosp_15_r20/external/libavc/examples/svcenc/
H A Dpsnr.c89 void compute_psnr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2) in compute_psnr() function
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer_shared_objects.h253 bool compute_psnr = true; member
/aosp_15_r20/external/libyuv/util/
H A Dpsnr_main.cc251 bool compute_psnr) { in UpdateMetrics()
/aosp_15_r20/external/libultrahdr/examples/
H A Dultrahdr_app.cpp1557 int compute_psnr = 0; in main() local