Searched defs:psnrhvs (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dpsnrhvs.c209 double psnrhvs; local
224 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs));
226 return convert_score_db(psnrhvs, 1.0);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h433 ImageStat psnrhvs; member in struct:VP9_COMP

Completed in 30 milliseconds