Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dpsnrhvs.c243 double *y_psnrhvs, double *u_psnrhvs, double *v_psnrhvs, in aom_psnrhvs() argument
263 *y_psnrhvs = in aom_psnrhvs()
275 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in aom_psnrhvs()
/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c256 const YV12_BUFFER_CONFIG *dest, double *y_psnrhvs, in vpx_psnrhvs() argument
270 *y_psnrhvs = calc_psnrhvs(src->y_buffer, src->y_stride, dest->y_buffer, in vpx_psnrhvs()
279 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in vpx_psnrhvs()