Home
last modified time | relevance | path

Searched refs:ref_ptr (Results 1 – 25 of 63) sorted by relevance

123

/external/libvpx/libvpx/vp8/common/
Dsad_c.c18 const unsigned char *ref_ptr, int ref_stride, in sad_mx_n_c() argument
28 sad += abs(src_ptr[c] - ref_ptr[c]); in sad_mx_n_c()
35 ref_ptr += ref_stride; in sad_mx_n_c()
46 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x16_c() argument
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16); in vp8_sad16x16_c()
53 const unsigned char *ref_ptr, int ref_stride, in vp8_sad8x8_c() argument
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8); in vp8_sad8x8_c()
60 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x8_c() argument
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8); in vp8_sad16x8_c()
68 const unsigned char *ref_ptr, int ref_stride, in vp8_sad8x16_c() argument
[all …]
Drtcd_defs.pl247 …, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
251 …, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
256 …, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
260 …, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
264 …, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
272 …tr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, u…
276 …tr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, u…
282 …tr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, u…
286 …tr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, u…
290 …tr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, u…
[all …]
Dvariance_c.c37 const unsigned char *ref_ptr, in variance() argument
54 diff = src_ptr[j] - ref_ptr[j]; in variance()
60 ref_ptr += recon_stride; in variance()
68 const unsigned char *ref_ptr, in vp8_variance16x16_c() argument
76 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, &var, &avg); in vp8_variance16x16_c()
84 const unsigned char *ref_ptr, in vp8_variance8x16_c() argument
92 variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 16, &var, &avg); in vp8_variance8x16_c()
100 const unsigned char *ref_ptr, in vp8_variance16x8_c() argument
108 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 8, &var, &avg); in vp8_variance16x8_c()
117 const unsigned char *ref_ptr, in vp8_variance8x8_c() argument
[all …]
Dvariance.h24 const unsigned char *ref_ptr,
31 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
46 const unsigned char *ref_ptr,
55 const unsigned char * const ref_ptr[],
64 const unsigned char *ref_ptr,
75 const unsigned char *ref_ptr,
99 const unsigned char *ref_ptr,
/external/libvpx/libvpx/vp9/common/
Dvp9_rtcd_defs.pl404 …riance32x16/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
407 …riance16x32/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
410 …riance64x32/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
413 …riance32x64/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
416 …riance32x32/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
419 …riance64x64/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
422 …riance16x16/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
425 …ariance16x8/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
428 …ariance8x16/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
431 …variance8x8/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, …
[all …]
/external/libvpx/x86/
Dvp9_rtcd.h261 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
262 void vp9_get16x16var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re…
265 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
266 void vp9_get8x8var_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
267 void vp9_get8x8var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_…
393 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
394 unsigned int vp9_mse16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i…
395 unsigned int vp9_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
398 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
401 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
[all …]
Dvp8_rtcd.h73 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, …
74 …e2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, …
144 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
145 …mx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
215 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
216 …mx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
217 …mt(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
248 …x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
249 …6_mmx(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
250 …6_wmt(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_sad_sse3.asm17 %define ref_ptr rdi
31 mov rdi, arg(2) ; ref_ptr
40 %define ref_ptr r8
50 %define ref_ptr rdx
65 %define ref_ptr
175 ; unsigned char *ref_ptr,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
[all …]
Dvp9_variance_avx2.c18 const unsigned char *ref_ptr,
28 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
71 const unsigned char *ref_ptr, int recon_stride, in variance_avx2() argument
85 ref_ptr + recon_stride * i + j, recon_stride, &sse0, &sum0); in variance_avx2()
96 const unsigned char *ref_ptr, in vp9_variance16x16_avx2() argument
102 variance_avx2(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, in vp9_variance16x16_avx2()
111 const unsigned char *ref_ptr, in vp9_mse16x16_avx2() argument
116 vp9_get16x16var_avx2(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, in vp9_mse16x16_avx2()
124 const uint8_t *ref_ptr, in vp9_variance32x32_avx2() argument
[all …]
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsad_neon.c16 unsigned char *ref_ptr, in vp8_sad8x8_neon() argument
27 d8 = vld1_u8(ref_ptr); in vp8_sad8x8_neon()
28 ref_ptr += ref_stride; in vp8_sad8x8_neon()
34 d8 = vld1_u8(ref_ptr); in vp8_sad8x8_neon()
35 ref_ptr += ref_stride; in vp8_sad8x8_neon()
50 unsigned char *ref_ptr, in vp8_sad8x16_neon() argument
61 d8 = vld1_u8(ref_ptr); in vp8_sad8x16_neon()
62 ref_ptr += ref_stride; in vp8_sad8x16_neon()
68 d8 = vld1_u8(ref_ptr); in vp8_sad8x16_neon()
69 ref_ptr += ref_stride; in vp8_sad8x16_neon()
[all …]
Dvariance_neon.c20 const unsigned char *ref_ptr, in vp8_variance16x16_neon() argument
43 q2u8 = vld1q_u8(ref_ptr); in vp8_variance16x16_neon()
44 ref_ptr += recon_stride; in vp8_variance16x16_neon()
45 q3u8 = vld1q_u8(ref_ptr); in vp8_variance16x16_neon()
46 ref_ptr += recon_stride; in vp8_variance16x16_neon()
47 __builtin_prefetch(ref_ptr); in vp8_variance16x16_neon()
99 const unsigned char *ref_ptr, in vp8_variance16x8_neon() argument
122 q2u8 = vld1q_u8(ref_ptr); in vp8_variance16x8_neon()
123 ref_ptr += recon_stride; in vp8_variance16x8_neon()
124 q3u8 = vld1q_u8(ref_ptr); in vp8_variance16x8_neon()
[all …]
/external/libvpx/libvpx/vp8/common/x86/
Dvariance_mmx.c42 const unsigned char *ref_ptr,
51 const unsigned char *ref_ptr,
58 const unsigned char *ref_ptr,
69 const unsigned char *ref_ptr,
84 const unsigned char *ref_ptr, in vp8_variance4x4_mmx() argument
91 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance4x4_mmx()
100 const unsigned char *ref_ptr, in vp8_variance8x8_mmx() argument
107 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance8x8_mmx()
117 const unsigned char *ref_ptr, in vp8_mse16x16_mmx() argument
125 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ; in vp8_mse16x16_mmx()
[all …]
Dsad_sse3.asm17 %define ref_ptr rdi
31 mov rdi, arg(2) ; ref_ptr
40 %define ref_ptr r8
50 %define ref_ptr rdx
65 %define ref_ptr
380 ; unsigned char *ref_ptr,
388 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
389 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
390 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
391 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
[all …]
Dvariance_sse2.c23 const unsigned char *ref_ptr,
37 const unsigned char *ref_ptr,
51 const unsigned char *ref_ptr,
60 const unsigned char *ref_ptr,
67 const unsigned char *ref_ptr,
79 const unsigned char *ref_ptr,
89 const unsigned char *ref_ptr,
99 const unsigned char *ref_ptr,
109 const unsigned char *ref_ptr,
119 const unsigned char *ref_ptr,
[all …]
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h123 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
124 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
180 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
181 …v6(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
182 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
206 …x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
207 …armv6(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
208 …_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
211 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
214 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
[all …]
Dvp9_rtcd.h245 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
246 void vp9_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re…
249 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
250 void vp9_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_…
377 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
380 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
383 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
386 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
405 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
406 unsigned int vp9_sad16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i…
[all …]
/external/libvpx/armv7a/
Dvp9_rtcd.h235 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
337 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
340 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
343 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
346 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
364 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
367 unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
370 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
373 void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int…
[all …]
Dvp8_rtcd.h108 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
156 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
157 …v6(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
178 …x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
179 …armv6(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
182 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
185 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
188 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
191 …6x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
194 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
[all …]
/external/libvpx/mips/
Dvp9_rtcd.h235 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
337 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
340 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
343 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
346 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
364 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
367 unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
370 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
373 void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int…
[all …]
Dvp8_rtcd.h95 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
134 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
155 …x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
158 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
161 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
164 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
167 …6x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
170 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
173 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
176 void vp8_sad16x8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
[all …]
/external/libvpx/generic/
Dvp9_rtcd.h235 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
337 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
340 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
343 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
346 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
364 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
367 unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
370 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
373 void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int…
[all …]
Dvp8_rtcd.h95 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
134 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
155 …x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
158 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
161 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
164 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
167 …6x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
170 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
173 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
176 void vp8_sad16x8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
[all …]
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h102 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
145 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride,…
166 …x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
169 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
172 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
175 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, i…
178 …6x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, …
181 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
184 …onst unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_strid…
187 void vp8_sad16x8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, in…
[all …]
Dvp9_rtcd.h246 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
249 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
376 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
379 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
382 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
385 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
403 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
406 unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
409 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
412 void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int…
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_variance.h27 const uint8_t *ref_ptr,
32 const uint8_t *ref_ptr,
38 const uint8_t *ref_ptr,
44 const uint8_t* const ref_ptr[],
49 const uint8_t *ref_ptr,
57 const uint8_t *ref_ptr,
65 const uint8_t *ref_ptr,

123