Searched refs:psnrhvs (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | psnrhvs.c | 253 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()
|
D | vpx_dsp.mk | 36 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += psnrhvs.c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 599 ImageStat psnrhvs; member
|
D | vp9_encoder.c | 2124 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);
|