Home
last modified time | relevance | path

Searched refs:ref8_ptr (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dmasked_variance_test.cc205 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in TEST_P() local
226 ref_ret = ref_func_(src8_ptr, src_stride, xoffset, yoffset, ref8_ptr, in TEST_P()
231 ref8_ptr, ref_stride, second_pred8_ptr, in TEST_P()
264 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in TEST_P() local
287 ref_ret = ref_func_(src8_ptr, src_stride, xoffset, yoffset, ref8_ptr, in TEST_P()
292 ref8_ptr, ref_stride, second_pred8_ptr, in TEST_P()
Dmasked_sad_test.cc150 uint8_t *ref8_ptr = CONVERT_TO_BYTEPTR(ref_ptr); in runHighbdMaskedSADTest() local
170 ref_ret = ref_maskedSAD_op_(src8_ptr, src_stride, ref8_ptr, ref_stride, in runHighbdMaskedSADTest()
179 ref8_ptr, ref_stride, in runHighbdMaskedSADTest()
185 maskedSAD_op_(src8_ptr, src_stride, ref8_ptr, ref_stride, in runHighbdMaskedSADTest()
/external/libvpx/libvpx/vpx_dsp/
Dvariance.c240 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_variance64() argument
245 uint16_t *ref_ptr = CONVERT_TO_SHORTPTR(ref8_ptr); in highbd_variance64()
261 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_8_variance() argument
265 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_8_variance()
272 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_10_variance() argument
276 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_10_variance()
283 const uint8_t *ref8_ptr, int ref_stride, int w, in highbd_12_variance() argument
287 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_12_variance()
Dsad.c138 const uint8_t *ref8_ptr, int ref_stride, int width, in highbd_sad() argument
143 const uint16_t *ref_ptr = CONVERT_TO_SHORTPTR(ref8_ptr); in highbd_sad()