Searched defs:ref8_ptr (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
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()
|
D | sad.c | 138 const uint8_t *ref8_ptr, int ref_stride, int width, in highbd_sad()
|
/external/libaom/libaom/test/ |
D | masked_variance_test.cc | 205 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in TEST_P() local 264 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in TEST_P() local
|
D | masked_sad_test.cc | 150 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in runHighbdMaskedSADTest() local
|