Searched defs:ref8_ptr (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | variance.c | 240 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_variance64() 261 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_8_variance() 272 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_10_variance() 283 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_12_variance()
|
H A D | sad.c | 131 const uint8_t *ref8_ptr, int ref_stride, int width, in highbd_sad()
|
/aosp_15_r20/external/libaom/test/ |
H A D | masked_variance_test.cc | 204 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in TEST_P() local 263 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in TEST_P() local
|
H A D | masked_sad_test.cc | 231 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in runHighbdMaskedSADTest() local
|