Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dsad.c137 unsigned int highbd_sad(const uint8_t *src8_ptr, int src_stride, in highbd_sad()
153 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/libaom/test/
Dmasked_variance_test.cc204 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in TEST_P() local
263 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in TEST_P() local
Dmasked_sad_test.cc149 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in runHighbdMaskedSADTest() local