Searched refs:v_psnrhvs (Results 1 – 2 of 2) sorted by relevance
245 double *y_psnrhvs, double *u_psnrhvs, double *v_psnrhvs, in aom_psnrhvs() argument266 *v_psnrhvs = in aom_psnrhvs()270 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in aom_psnrhvs()
253 double *u_psnrhvs, double *v_psnrhvs, uint32_t bd, in vpx_psnrhvs() argument272 *v_psnrhvs = calc_psnrhvs(src->v_buffer, src->uv_stride, dest->v_buffer, in vpx_psnrhvs()275 psnrhvs = (*y_psnrhvs) * .8 + .1 * ((*u_psnrhvs) + (*v_psnrhvs)); in vpx_psnrhvs()