Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c250 const YV12_BUFFER_CONFIG *dest, double *y_psnrhvs, in vpx_psnrhvs() argument
264 *y_psnrhvs = calc_psnrhvs(src->y_buffer, src->y_stride, dest->y_buffer, in vpx_psnrhvs()
273 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in vpx_psnrhvs()