Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dpsnrhvs.c121 const uint16_t *_dst16 = CONVERT_TO_SHORTPTR(dst); in calc_psnrhvs() local
143 sum2 += _dst16[y * _dystride + x] >> _shift; in calc_psnrhvs()
190 dct_d[i * 8 + j] = _dst16[(y + i) * _dystride + (j + x)] >> _shift; in calc_psnrhvs()
/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c128 const uint16_t *_dst16 = CONVERT_TO_SHORTPTR(dst); in calc_psnrhvs() local
188 dct_d[i * 8 + j] = _dst16[(y + i) * _dystride + (j + x)] >> _shift; in calc_psnrhvs()