Home
last modified time | relevance | path

Searched refs:psnrhvs (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dpsnrhvs.c247 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()
Daom_dsp.cmake254 "${AOM_ROOT}/aom_dsp/psnrhvs.c" "${AOM_ROOT}/aom_dsp/ssim.c"
/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c255 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()
Dvpx_dsp.mk36 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += psnrhvs.c
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h728 ImageStat psnrhvs; member
Dvp9_encoder.c2236 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/
Dencoder.h870 ImageStat psnrhvs; member
Dencoder.c2652 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()