HomeSort by relevance Sort by last modified time
    Searched refs:psnrhvs (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 253 double psnrhvs; local
273 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs));
274 return convert_score_db(psnrhvs, 1.0, in_bd);
vpx_dsp.mk 36 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += psnrhvs.c
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 599 ImageStat psnrhvs; member in struct:VP9_COMP
vp9_encoder.c     [all...]

Completed in 101 milliseconds