Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c253 double psnrhvs; in vpx_psnrhvs() local
273 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in vpx_psnrhvs()
274 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.h599 ImageStat psnrhvs; member
Dvp9_encoder.c2124 cpi->psnrhvs.worst = 100.0; in vp9_create_compressor()
2386 cpi->psnrhvs.stat[ALL] / cpi->count, cpi->psnr.worst, in vp9_remove_compressor()
2387 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst); in vp9_remove_compressor()
5453 adjust_image_stat(y, u, v, frame_all, &cpi->psnrhvs);