Home
last modified time | relevance | path

Searched refs:ref_stride (Results 1 – 25 of 56) sorted by relevance

123

/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
291 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
292 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
295 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
298 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
299 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
300 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
450 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
451 …t vpx_sad16x16_mmx(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
452 … vpx_sad16x16_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
290 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
291 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
294 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
297 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
298 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
299 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
445 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
446 …t vpx_sad16x16_mmx(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
447 … vpx_sad16x16_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_sse3.asm18 %define ref_stride rdx
33 movsxd rdx, dword ptr arg(3) ; ref_stride
40 %define ref_stride r9
49 %define ref_stride rcx
63 %define ref_stride
172 ; int ref_stride,
179 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
180 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
181 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
182 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
[all …]
Dvariance_sse2.c19 const unsigned char *ref, int ref_stride,
42 const uint8_t *ref, int ref_stride, in get4x4var_sse2() argument
47 const __m128i ref0 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 0), zero); in get4x4var_sse2()
48 const __m128i ref1 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 2), zero); in get4x4var_sse2()
68 const uint8_t *ref, int ref_stride, in vpx_get8x8var_sse2() argument
79 (const __m128i *)(ref + i * ref_stride)), zero); in vpx_get8x8var_sse2()
85 (const __m128i *)(ref + (i + 1) * ref_stride)), zero); in vpx_get8x8var_sse2()
107 const uint8_t *ref, int ref_stride, in vpx_get16x16var_sse2() argument
132 ref += ref_stride; in vpx_get16x16var_sse2()
149 const unsigned char *ref, int ref_stride, in variance_sse2() argument
[all …]
Dvariance_avx2.c13 const uint8_t *ref, int ref_stride,
17 const uint8_t *ref, int ref_stride,
21 const uint8_t *ref, int ref_stride, in variance_avx2() argument
34 &ref[ref_stride * i + j], ref_stride, &sse0, &sum0); in variance_avx2()
43 const uint8_t *ref, int ref_stride, in vpx_variance16x16_avx2() argument
46 variance_avx2(src, src_stride, ref, ref_stride, 16, 16, in vpx_variance16x16_avx2()
52 const uint8_t *ref, int ref_stride, in vpx_mse16x16_avx2() argument
55 vpx_get16x16var_avx2(src, src_stride, ref, ref_stride, sse, &sum); in vpx_mse16x16_avx2()
60 const uint8_t *ref, int ref_stride, in vpx_variance32x16_avx2() argument
63 variance_avx2(src, src_stride, ref, ref_stride, 32, 16, in vpx_variance32x16_avx2()
[all …]
Dhighbd_variance_sse2.c15 const uint16_t *ref, int ref_stride,
19 const uint16_t *ref, int ref_stride,
23 const uint16_t *ref, int ref_stride,
27 const uint16_t *ref, int ref_stride, in highbd_8_variance_sse2() argument
40 ref + ref_stride * i + j, ref_stride, &sse0, &sum0); in highbd_8_variance_sse2()
48 const uint16_t *ref, int ref_stride, in highbd_10_variance_sse2() argument
60 ref + ref_stride * i + j, ref_stride, &sse0, &sum0); in highbd_10_variance_sse2()
70 const uint16_t *ref, int ref_stride, in highbd_12_variance_sse2() argument
82 ref + ref_stride * i + j, ref_stride, &sse0, &sum0); in highbd_12_variance_sse2()
94 const uint8_t *ref8, int ref_stride, \
[all …]
Dsad4d_avx2.c17 int ref_stride, in vpx_sad32x32x4d_avx2() argument
52 ref0+= ref_stride; in vpx_sad32x32x4d_avx2()
53 ref1+= ref_stride; in vpx_sad32x32x4d_avx2()
54 ref2+= ref_stride; in vpx_sad32x32x4d_avx2()
55 ref3+= ref_stride; in vpx_sad32x32x4d_avx2()
87 int ref_stride, in vpx_sad64x64x4d_avx2() argument
137 ref0+= ref_stride; in vpx_sad64x64x4d_avx2()
138 ref1+= ref_stride; in vpx_sad64x64x4d_avx2()
139 ref2+= ref_stride; in vpx_sad64x64x4d_avx2()
140 ref3+= ref_stride; in vpx_sad64x64x4d_avx2()
Dsad_avx2.c18 int ref_stride) { \
32 ref_ptr+= ref_stride; \
47 int ref_stride) { \
53 int ref2_stride = ref_stride << 1; \
58 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride)); \
96 int ref_stride, \
115 ref_ptr+= ref_stride; \
131 int ref_stride, \
138 int ref2_stride = ref_stride << 1; \
143 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride)); \
Dsad_sse4.asm172 ; int ref_stride,
187 movsxd rdx, dword ptr arg(3) ;ref_stride
212 ; int ref_stride,
228 movsxd rdx, dword ptr arg(3) ;ref_stride
249 ; int ref_stride,
265 movsxd rdx, dword ptr arg(3) ;ref_stride
286 ; int ref_stride,
302 movsxd rdx, dword ptr arg(3) ;ref_stride
327 ; int ref_stride,
343 movsxd rdx, dword ptr arg(3) ;ref_stride
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
235 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
353 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
354 …vpx_sad16x16_media(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
357 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *…
360 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
363 …uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_a…
366 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
265 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
266 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
269 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
270 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
273 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
274 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
413 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
414 …vpx_sad16x16_media(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
415 … vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
235 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
352 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
355 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *…
358 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
361 …uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_a…
364 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
367 …int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
235 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
352 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
355 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *…
358 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
361 …uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_a…
364 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
367 …int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
235 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
352 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
355 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *…
358 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
361 …uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_a…
364 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
367 …int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c41 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_4width_msa() argument
54 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_4width_msa()
55 ref_ptr += (4 * ref_stride); in sse_diff_4width_msa()
69 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_8width_msa() argument
80 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_8width_msa()
81 ref_ptr += (4 * ref_stride); in sse_diff_8width_msa()
96 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_16width_msa() argument
107 ref_ptr += ref_stride; in sse_diff_16width_msa()
113 ref_ptr += ref_stride; in sse_diff_16width_msa()
119 ref_ptr += ref_stride; in sse_diff_16width_msa()
[all …]
Dsad_msa.c23 const uint8_t *ref_ptr, int32_t ref_stride, in sad_4width_msa() argument
35 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_msa()
36 ref_ptr += (4 * ref_stride); in sad_4width_msa()
49 const uint8_t *ref, int32_t ref_stride, in sad_8width_msa() argument
58 LD_UB4(ref, ref_stride, ref0, ref1, ref2, ref3); in sad_8width_msa()
59 ref += (4 * ref_stride); in sad_8width_msa()
70 const uint8_t *ref, int32_t ref_stride, in sad_16width_msa() argument
79 LD_UB2(ref, ref_stride, ref0, ref1); in sad_16width_msa()
80 ref += (2 * ref_stride); in sad_16width_msa()
85 LD_UB2(ref, ref_stride, ref0, ref1); in sad_16width_msa()
[all …]
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
265 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
266 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
269 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
270 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
273 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
274 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
406 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
407 … vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
410 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *…
[all …]
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h22 …int8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
246 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
249 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
252 …const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *s…
388 …int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
391 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *…
394 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
397 …uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_a…
400 …_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_a…
403 …int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dsad.c44 int height, const uint8_t *ref, int ref_stride) { in avg_pred() argument
54 ref += ref_stride; in avg_pred()
61 int ref_stride) { in highbd_avg_pred() argument
72 ref += ref_stride; in highbd_avg_pred()
79 const uint8_t *ref, int ref_stride) { \
80 return sad(src, src_stride, ref, ref_stride, m, n); \
83 const uint8_t *ref, int ref_stride, \
86 avg_pred(comp_pred, second_pred, m, n, ref, ref_stride); \
94 const uint8_t *ref_array, int ref_stride, \
98 sad_array[i] = vpx_sad##m##x##n##_c(src, src_stride, &ref_array[i], ref_stride); \
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c21 int ref_stride) { in vpx_sad8x16_neon() argument
32 ref_ptr += ref_stride; in vpx_sad8x16_neon()
39 ref_ptr += ref_stride; in vpx_sad8x16_neon()
55 int ref_stride) { in vpx_sad4x4_neon() argument
65 ref_ptr += ref_stride; in vpx_sad4x4_neon()
72 ref_ptr += ref_stride; in vpx_sad4x4_neon()
86 int ref_stride) { in vpx_sad16x8_neon() argument
97 ref_ptr += ref_stride; in vpx_sad16x8_neon()
105 ref_ptr += ref_stride; in vpx_sad16x8_neon()
140 const uint8_t *ref, int ref_stride) { in vpx_sad64x64_neon() argument
[all …]
Dsad4d_neon.c84 const uint8_t* const ref[4], int ref_stride, in vpx_sad64x64x4d_neon() argument
117 ref0 += ref_stride; in vpx_sad64x64x4d_neon()
118 ref1 += ref_stride; in vpx_sad64x64x4d_neon()
119 ref2 += ref_stride; in vpx_sad64x64x4d_neon()
120 ref3 += ref_stride; in vpx_sad64x64x4d_neon()
130 const uint8_t* const ref[4], int ref_stride, in vpx_sad32x32x4d_neon() argument
161 ref0 += ref_stride; in vpx_sad32x32x4d_neon()
162 ref1 += ref_stride; in vpx_sad32x32x4d_neon()
163 ref2 += ref_stride; in vpx_sad32x32x4d_neon()
164 ref3 += ref_stride; in vpx_sad32x32x4d_neon()
[all …]
/external/libvpx/libvpx/vp8/common/x86/
Dcopy_sse3.asm18 %define ref_stride rdx
34 movsxd rdx, dword ptr arg(3) ; ref_stride
41 %define ref_stride r9
51 %define ref_stride rcx
66 %define ref_stride
112 lea end_ptr, [ref_ptr+ref_stride*2]
116 movdqa XMMWORD PTR [ref_ptr + ref_stride], xmm2
117 movdqa XMMWORD PTR [ref_ptr + ref_stride + 16], xmm3
120 movdqa XMMWORD PTR [end_ptr + ref_stride], xmm6
121 movdqa XMMWORD PTR [end_ptr + ref_stride + 16], xmm7
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c115 int ref_stride, in build_intra_predictors_high() argument
162 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors_high()
166 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors_high()
168 left_col[i] = ref[(extend_bottom - 1) * ref_stride - 1]; in build_intra_predictors_high()
173 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors_high()
183 const uint16_t *above_ref = ref - ref_stride; in build_intra_predictors_high()
244 int ref_stride, uint8_t *dst, int dst_stride, in build_intra_predictors() argument
286 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors()
290 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors()
292 left_col[i] = ref[(extend_bottom - 1) * ref_stride - 1]; in build_intra_predictors()
[all …]
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_avg_neon.c54 const int ref_stride, const int height) { in vp9_int_pro_row_neon() argument
63 const uint8x16_t vec_row2 = vld1q_u8(ref + ref_stride); in vp9_int_pro_row_neon()
64 const uint8x16_t vec_row3 = vld1q_u8(ref + ref_stride * 2); in vp9_int_pro_row_neon()
65 const uint8x16_t vec_row4 = vld1q_u8(ref + ref_stride * 3); in vp9_int_pro_row_neon()
66 const uint8x16_t vec_row5 = vld1q_u8(ref + ref_stride * 4); in vp9_int_pro_row_neon()
67 const uint8x16_t vec_row6 = vld1q_u8(ref + ref_stride * 5); in vp9_int_pro_row_neon()
68 const uint8x16_t vec_row7 = vld1q_u8(ref + ref_stride * 6); in vp9_int_pro_row_neon()
69 const uint8x16_t vec_row8 = vld1q_u8(ref + ref_stride * 7); in vp9_int_pro_row_neon()
95 ref += ref_stride * 8; in vp9_int_pro_row_neon()
/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter_sse2.cc20 int ref_stride, in Get8x8varSse2() argument
31 _mm_loadl_epi64((const __m128i*)(ref + i * ref_stride)), zero); in Get8x8varSse2()
37 _mm_loadl_epi64((const __m128i*)(ref + (i + 1) * ref_stride)), zero); in Get8x8varSse2()
61 int ref_stride, in VarianceSSE2() argument
76 ref + ref_stride * i + j, ref_stride, &sse0, &sum0); in VarianceSSE2()
128 int ref_stride, in Variance16x8() argument
131 VarianceSSE2(src, src_stride << 1, ref, ref_stride << 1, 16, 8, sse, &sum, 8); in Variance16x8()

123