HomeSort by relevance Sort by last modified time
    Searched refs:compute_psnr (Results 1 - 11 of 11) sorted by null

  /external/libavc/test/encoder/
psnr.h 27 /* compute_psnr */
44 void compute_psnr(app_ctxt_t *ps_app_ctxt,
50 #if COMPUTE_PSNR
54 #else /* COMPUTE_PSNR */
58 #endif /* COMPUTE_PSNR */
psnr.c 73 /* Function Name : compute_psnr */
95 void compute_psnr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2) function
main.c     [all...]
  /external/libvpx/libvpx/test/
util.h 24 inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) { function
error_resilience_test.cc 147 double mismatch_psnr = compute_psnr(img1, img2);
resize_test.cc 482 double mismatch_psnr = compute_psnr(img1, img2);
svc_datarate_test.cc 496 double mismatch_psnr = compute_psnr(img1, img2);
    [all...]
  /external/libaom/libaom/test/
hbd_metrics_test.cc 46 double compute_psnr(const YV12_BUFFER_CONFIG *source, function in namespace:__anon26753
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,
util.h 25 inline double compute_psnr(const aom_image_t *img1, const aom_image_t *img2) { function
error_resilience_test.cc 206 double mismatch_psnr = compute_psnr(img1, img2);
resize_test.cc 399 double mismatch_psnr = compute_psnr(img1, img2);

Completed in 336 milliseconds