Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c121 const unsigned char *dst, int _dystride, double _par, in calc_psnrhvs() argument
179 dct_d[i * 8 + j] = _dst8[(y + i) * _dystride + (j + x)]; in calc_psnrhvs()
182 dct_d[i * 8 + j] = _dst16[(y + i) * _dystride + (j + x)] >> _shift; in calc_psnrhvs()
Dfastssim.c449 int _dystride, int _w, int _h, uint32_t _bd, in calc_ssim() argument
456 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h, _bd, in calc_ssim()