Searched refs:aom_calc_highbd_psnr (Results 1 – 6 of 6) sorted by relevance
/external/libaom/aom_dsp/ |
D | psnr.h | 83 void aom_calc_highbd_psnr(const YV12_BUFFER_CONFIG *a,
|
D | psnr.c | 341 void aom_calc_highbd_psnr(const YV12_BUFFER_CONFIG *a, in aom_calc_highbd_psnr() function
|
/external/libaom/test/ |
D | hbd_metrics_test.cc | 43 aom_calc_highbd_psnr(source, dest, &psnr, bd, in_bd); in compute_hbd_psnr()
|
/external/libaom/av1/encoder/ |
D | thirdpass.c | 456 aom_calc_highbd_psnr(orig, recon, &psnr, bit_depth, in_bit_depth); in av1_write_second_pass_per_frame_info()
|
D | encoder_utils.c | 943 aom_calc_highbd_psnr(cpi->source, &cpi->common.cur_frame->buf, &psnr[pass], in screen_content_tools_determination()
|
D | encoder.c | 1707 aom_calc_highbd_psnr(cpi->source, &cpi->common.cur_frame->buf, &psnr, in generate_psnr_packet() 4144 aom_calc_highbd_psnr(orig, recon, &psnr, bit_depth, in_bit_depth); in compute_internal_stats()
|