HomeSort by relevance Sort by last modified time
    Searched refs:ref_stride (Results 1 - 16 of 16) sorted by null

  /external/libvpx/vp8/encoder/
sad_c.c 18 int ref_stride,
33 ref_ptr += ref_stride;
45 int ref_stride,
61 ref_ptr += ref_stride;
72 int ref_stride,
76 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 8, 8);
84 int ref_stride,
88 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 16, 8);
97 int ref_stride,
101 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, 8, 16)
    [all...]
variance.h 21 int ref_stride, \
31 int ref_stride, \
41 int ref_stride, \
51 int ref_stride, \
61 int ref_stride, \
71 int ref_stride, \
pickinter.c 46 extern unsigned int (*vp8_get16x16pred_error)(unsigned char *src_ptr, int src_stride, unsigned char *ref_ptr, int ref_stride);
97 int ref_stride,
117 ref_ptr += ref_stride;
firstpass.c 441 int ref_stride=d->pre_stride; local
448 VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16) ( src_ptr, src_stride, ref_ptr, ref_stride, (unsigned int *)(best_motion_err));
    [all...]
  /external/libvpx/vp8/encoder/x86/
sad_mmx.asm 24 ; int ref_stride)
37 movsxd rdx, dword ptr arg(3) ;ref_stride
116 ; int ref_stride)
129 movsxd rdx, dword ptr arg(3) ;ref_stride
188 ; int ref_stride)
201 movsxd rdx, dword ptr arg(3) ;ref_stride
258 ; int ref_stride)
271 movsxd rdx, dword ptr arg(3) ;ref_stride
347 ; int ref_stride)
360 movsxd rdx, dword ptr arg(3) ;ref_stride
    [all...]
sad_sse2.asm 18 ; int ref_stride)
32 movsxd rdx, dword ptr arg(3) ;ref_stride
89 ; int ref_stride,
105 movsxd rdx, dword ptr arg(3) ;ref_stride
153 ; int ref_stride)
168 movsxd rdx, dword ptr arg(3) ;ref_stride
206 ; int ref_stride)
220 movsxd rdx, dword ptr arg(3) ;ref_stride
261 ; int ref_stride)
277 movsxd rdx, dword ptr arg(3) ;ref_stride
    [all...]
sad_sse4.asm 162 ; int ref_stride,
177 movsxd rdx, dword ptr arg(3) ;ref_stride
203 ; int ref_stride,
219 movsxd rdx, dword ptr arg(3) ;ref_stride
241 ; int ref_stride,
257 movsxd rdx, dword ptr arg(3) ;ref_stride
279 ; int ref_stride,
295 movsxd rdx, dword ptr arg(3) ;ref_stride
320 ; int ref_stride,
336 movsxd rdx, dword ptr arg(3) ;ref_stride
    [all...]
sad_sse3.asm 222 ; int ref_stride,
237 movsxd rdx, dword ptr arg(3) ;ref_stride
279 ; int ref_stride,
294 movsxd rdx, dword ptr arg(3) ;ref_stride
332 ; int ref_stride,
347 movsxd rdx, dword ptr arg(3) ;ref_stride
375 ; int ref_stride,
390 movsxd rdx, dword ptr arg(3) ;ref_stride
414 ; int ref_stride,
429 movsxd rdx, dword ptr arg(3) ;ref_stride
    [all...]
sad_ssse3.asm 153 ; int ref_stride,
201 movsxd rdx, dword ptr arg(3) ;ref_stride
264 ; int ref_stride,
312 movsxd rdx, dword ptr arg(3) ;ref_stride
variance_mmx.c 91 int ref_stride
variance_sse2.c 61 int ref_stride
variance_impl_sse2.asm 195 ; int ref_stride
212 movsxd rdx, DWORD PTR arg(3) ;[ref_stride]
variance_impl_mmx.asm     [all...]
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 150 ;# r6 int ref_stride
170 ;# r6 int ref_stride
190 ;# r6 int ref_stride
210 ;# r6 int ref_stride
248 ;# r6 int ref_stride
csystemdependent.c 51 unsigned int (*vp8_get16x16pred_error)(unsigned char *src_ptr, int src_stride, unsigned char *ref_ptr, int ref_stride);
91 extern unsigned int vp8_get16x16pred_error_c(unsigned char *src_ptr, int src_stride, unsigned char *ref_ptr, int ref_stride);
  /external/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 83 ; r3 int ref_stride

Completed in 100 milliseconds