Searched refs:compute_psnr (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/test/ |
D | hbd_metrics_test.cc | 46 double compute_psnr(const YV12_BUFFER_CONFIG *source, in compute_psnr() function 233 MetricTestTParam(&compute_psnr, &compute_hbd_psnr, 8, 10, kPhvs_thresh), 234 MetricTestTParam(&compute_psnr, &compute_hbd_psnr, 10, 10, 236 MetricTestTParam(&compute_psnr, &compute_hbd_psnr, 8, 12, kPhvs_thresh), 237 MetricTestTParam(&compute_psnr, &compute_hbd_psnr, 12, 12,
|
D | util.h | 25 inline double compute_psnr(const aom_image_t *img1, const aom_image_t *img2) { in compute_psnr() function
|
D | error_resilience_test.cc | 206 double mismatch_psnr = compute_psnr(img1, img2); in MismatchHook()
|
D | resize_test.cc | 399 double mismatch_psnr = compute_psnr(img1, img2); in MismatchHook()
|
/external/libavc/test/encoder/ |
D | psnr.h | 44 void compute_psnr(app_ctxt_t *ps_app_ctxt,
|
D | psnr.c | 95 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
|
D | main.c | 2018 compute_psnr(ps_app_ctxt, &s_recon_buf, &s_inp_buf); in synchronous_encode()
|
/external/libvpx/libvpx/test/ |
D | util.h | 24 inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) { in compute_psnr() function
|
D | error_resilience_test.cc | 147 double mismatch_psnr = compute_psnr(img1, img2); in MismatchHook()
|
D | resize_test.cc | 482 double mismatch_psnr = compute_psnr(img1, img2); in MismatchHook()
|
D | svc_datarate_test.cc | 496 double mismatch_psnr = compute_psnr(img1, img2); in MismatchHook()
|