Home | History | Annotate | Download | only in x86

Lines Matching refs:src_ptr

18     const unsigned char *src_ptr,
28 const short *src_ptr,
37 extern unsigned int vp8_get_mb_ss_mmx(short *src_ptr);
40 const unsigned char *src_ptr,
49 const unsigned char *src_ptr,
60 const unsigned char *src_ptr,
71 const unsigned char *src_ptr,
81 unsigned char *src_ptr,
89 const unsigned char *src_ptr,
101 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
102 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
103 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
104 vp8_get8x8var_mmx(src_ptr + 8 * source_stride + 8, source_stride, ref_ptr + 8 * recon_stride + 8, recon_stride, &sse3, &sum3);
120 const unsigned char *src_ptr,
129 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
136 const unsigned char *src_ptr,
145 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
153 const unsigned char *src_ptr,
163 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
164 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
165 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
166 vp8_get8x8var_mmx(src_ptr + 8 * source_stride + 8, source_stride, ref_ptr + 8 * recon_stride + 8, recon_stride, &sse3, &sum3);
175 const unsigned char *src_ptr,
185 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
186 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
187 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
188 vp8_get8x8var_mmx(src_ptr + 8 * source_stride + 8, source_stride, ref_ptr + 8 * recon_stride + 8, recon_stride, &sse3, &sum3);
197 const unsigned char *src_ptr,
206 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
207 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
218 const unsigned char *src_ptr,
227 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
228 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse1, &sum1) ;
259 const unsigned char *src_ptr,
271 src_ptr, src_pixels_per_line,
283 const unsigned char *src_ptr,
296 src_ptr, src_pixels_per_line,
307 const unsigned char *src_ptr,
322 src_ptr, src_pixels_per_line,
330 src_ptr + 8, src_pixels_per_line,
346 const unsigned char *src_ptr,
355 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
361 const unsigned char *src_ptr,
375 src_ptr, src_pixels_per_line,
383 src_ptr + 8, src_pixels_per_line,
398 const unsigned char *src_ptr,
410 src_ptr, src_pixels_per_line,
421 const unsigned char *src_ptr,
427 return vp8_sub_pixel_variance16x16_mmx(src_ptr, source_stride, 4, 0,
433 const unsigned char *src_ptr,
439 return vp8_sub_pixel_variance16x16_mmx(src_ptr, source_stride, 0, 4,
445 const unsigned char *src_ptr,
451 return vp8_sub_pixel_variance16x16_mmx(src_ptr, source_stride, 4, 4,