Home
last modified time | relevance | path

Searched defs:src8_ptr (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vpx_dsp/
Dsad.c130 unsigned int highbd_sad(const uint8_t *src8_ptr, int src_stride, in highbd_sad()
146 static INLINE unsigned int highbd_sadb(const uint8_t *src8_ptr, int src_stride, in highbd_sadb()
Dvariance.c239 static void highbd_variance64(const uint8_t *src8_ptr, int src_stride, in highbd_variance64()
260 static void highbd_8_variance(const uint8_t *src8_ptr, int src_stride, in highbd_8_variance()
271 static void highbd_10_variance(const uint8_t *src8_ptr, int src_stride, in highbd_10_variance()
282 static void highbd_12_variance(const uint8_t *src8_ptr, int src_stride, in highbd_12_variance()
Dsubtract.c36 ptrdiff_t diff_stride, const uint8_t *src8_ptr, in vpx_highbd_subtract_block_c()
/external/libaom/test/
Dmasked_variance_test.cc203 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in TEST_P() local
262 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in TEST_P() local
Dmasked_sad_test.cc285 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in runHighbdMaskedSADTest() local
/external/libvpx/vpx_dsp/arm/
Dsubtract_neon.c86 const uint8_t *src8_ptr, in vpx_highbd_subtract_block_neon()
/external/libvpx/vpx_dsp/x86/
Dsubtract_avx2.c101 const uint8_t *src8_ptr, in vpx_highbd_subtract_block_avx2()