• Home
  • Raw
  • Download

Lines Matching refs:ref_ptr

25                             const uint8_t *ref_ptr, int ref_stride) {  in vpx_get4x4sse_cs_c()  argument
31 int diff = src_ptr[c] - ref_ptr[c]; in vpx_get4x4sse_cs_c()
36 ref_ptr += ref_stride; in vpx_get4x4sse_cs_c()
53 const uint8_t *ref_ptr, int ref_stride, int w, int h, in variance() argument
62 const int diff = src_ptr[j] - ref_ptr[j]; in variance()
68 ref_ptr += ref_stride; in variance()
81 const uint8_t *src_ptr, uint16_t *ref_ptr, unsigned int src_pixels_per_line, in var_filter_block2d_bil_first_pass() argument
88 ref_ptr[j] = ROUND_POWER_OF_TWO( in var_filter_block2d_bil_first_pass()
96 ref_ptr += output_width; in var_filter_block2d_bil_first_pass()
110 const uint16_t *src_ptr, uint8_t *ref_ptr, unsigned int src_pixels_per_line, in var_filter_block2d_bil_second_pass() argument
117 ref_ptr[j] = ROUND_POWER_OF_TWO( in var_filter_block2d_bil_second_pass()
124 ref_ptr += output_width; in var_filter_block2d_bil_second_pass()
130 const uint8_t *ref_ptr, int ref_stride, \
133 variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, &sum); \
140 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse) { \
149 return vpx_variance##W##x##H##_c(temp2, W, ref_ptr, ref_stride, sse); \
155 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, \
168 return vpx_variance##W##x##H##_c(temp3, W, ref_ptr, ref_stride, sse); \
177 const uint8_t *ref_ptr, int ref_stride, \
179 variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, sum); \
188 const uint8_t *ref_ptr, int ref_stride, \
191 variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, &sum); \
245 uint16_t *ref_ptr = CONVERT_TO_SHORTPTR(ref8_ptr); in highbd_variance64() local
251 const int diff = src_ptr[j] - ref_ptr[j]; in highbd_variance64()
256 ref_ptr += ref_stride; in highbd_variance64()
295 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
298 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
304 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
308 highbd_10_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
315 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
319 highbd_12_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
327 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
329 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, S, S, sse, \
334 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
336 highbd_10_variance(src_ptr, src_stride, ref_ptr, ref_stride, S, S, sse, \
341 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
343 highbd_12_variance(src_ptr, src_stride, ref_ptr, ref_stride, S, S, sse, \
349 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
352 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
358 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
361 highbd_10_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
367 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \
370 highbd_12_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
420 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse) { \
430 ref_ptr, ref_stride, sse); \
435 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse) { \
445 ref_ptr, ref_stride, sse); \
450 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse) { \
460 ref_ptr, ref_stride, sse); \
466 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, \
481 ref_ptr, ref_stride, sse); \
486 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, \
501 ref_ptr, ref_stride, sse); \
506 const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, \
521 ref_ptr, ref_stride, sse); \