Searched refs:psnrhvs (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | psnrhvs.c | 247 double psnrhvs; in aom_psnrhvs() local 270 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in aom_psnrhvs() 271 return convert_score_db(psnrhvs, 1.0, in_bd); in aom_psnrhvs()
|
D | aom_dsp.cmake | 254 "${AOM_ROOT}/aom_dsp/psnrhvs.c" "${AOM_ROOT}/aom_dsp/ssim.c"
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnrhvs.c | 255 double psnrhvs; in vpx_psnrhvs() local 275 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in vpx_psnrhvs() 276 return convert_score_db(psnrhvs, 1.0, in_bd); in vpx_psnrhvs()
|
D | vpx_dsp.mk | 36 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += psnrhvs.c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 728 ImageStat psnrhvs; member
|
D | vp9_encoder.c | 2236 cpi->psnrhvs.worst = 100.0; in vp9_create_compressor() 2523 cpi->psnrhvs.stat[ALL] / cpi->count, cpi->psnr.worst, in vp9_remove_compressor() 2524 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in vp9_remove_compressor() 6955 adjust_image_stat(y, u, v, frame_all, &cpi->psnrhvs);
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 870 ImageStat psnrhvs; member
|
D | encoder.c | 2652 cpi->psnrhvs.worst = 100.0; in av1_create_compressor() 3032 cpi->psnrhvs.stat[STAT_ALL] / cpi->count, cpi->psnr.worst, in av1_remove_compressor() 3033 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in av1_remove_compressor() 5420 adjust_image_stat(y, u, v, frame_all, &cpi->psnrhvs); in compute_internal_stats()
|