Home | History | Annotate | Download | only in x86

Lines Matching refs:ref_stride

16                                     const uint8_t *ref_ptr, int ref_stride) { \
31 ref_ptr += ref_stride; \
44 const uint8_t *ref_ptr, int ref_stride) { \
50 int ref2_stride = ref_stride << 1; \
55 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride)); \
94 int ref_stride, const uint8_t *second_pred) { \
113 ref_ptr += ref_stride; \
128 int ref_stride, const uint8_t *second_pred) { \
134 int ref2_stride = ref_stride << 1; \
139 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride)); \