Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/
H A 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()
H A 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()
H A Dsubtract.c36 ptrdiff_t diff_stride, const uint8_t *src8_ptr, in vpx_highbd_subtract_block_c()
/aosp_15_r20/external/libaom/test/
H A 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
H A Dmasked_sad_test.cc230 uint8_t *src8_ptr = CONVERT_TO_BYTEPTR(src_ptr); in runHighbdMaskedSADTest() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dsubtract_neon.c86 const uint8_t *src8_ptr, in vpx_highbd_subtract_block_neon()
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dsubtract_avx2.c101 const uint8_t *src8_ptr, in vpx_highbd_subtract_block_avx2()