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,
58 const unsigned char *src_ptr,
67 const unsigned char *src_ptr,
78 const unsigned char *src_ptr,
88 unsigned char *src_ptr,
129 const unsigned char *src_ptr,
141 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
142 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
143 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
144 vp8_get8x8var_mmx(src_ptr + 8 * source_stride + 8, source_stride, ref_ptr + 8 * recon_stride + 8, recon_stride, &sse3, &sum3);
160 const unsigned char *src_ptr,
169 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
176 const unsigned char *src_ptr,
185 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
193 const unsigned char *src_ptr,
203 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
204 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
205 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
206 vp8_get8x8var_mmx(src_ptr + 8 * source_stride + 8, source_stride, ref_ptr + 8 * recon_stride + 8, recon_stride, &sse3, &sum3);
215 const unsigned char *src_ptr,
225 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
226 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
227 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
228 vp8_get8x8var_mmx(src_ptr + 8 * source_stride + 8, source_stride, ref_ptr + 8 * recon_stride + 8, recon_stride, &sse3, &sum3);
237 const unsigned char *src_ptr,
246 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
247 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
258 const unsigned char *src_ptr,
267 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
268 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse1, &sum1) ;
299 const unsigned char *src_ptr,
311 src_ptr, src_pixels_per_line,
323 const unsigned char *src_ptr,
336 src_ptr, src_pixels_per_line,
347 const unsigned char *src_ptr,
362 src_ptr, src_pixels_per_line,
370 src_ptr + 8, src_pixels_per_line,
386 const unsigned char *src_ptr,
395 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
401 const unsigned char *src_ptr,
415 src_ptr, src_pixels_per_line,
423 src_ptr + 8, src_pixels_per_line,
438 const unsigned char *src_ptr,
450 src_ptr, src_pixels_per_line,
460 const unsigned char *src_ptr,
470 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
471 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1);
472 vp8_get8x8var_mmx(src_ptr + (source_stride >> 1), source_stride, ref_ptr + (recon_stride >> 1), recon_stride, &sse2, &sum2) ;
473 vp8_get8x8var_mmx(src_ptr + (source_stride >> 1) + 8, source_stride, ref_ptr + (recon_stride >> 1) + 8, recon_stride, &sse3, &sum3);
483 const unsigned char *src_ptr,
491 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ;
492 vp8_get8x8var_mmx(src_ptr + (source_stride >> 1), source_stride, ref_ptr + (recon_stride >> 1), recon_stride, &sse1, &sum1) ;
504 const unsigned char *src_ptr,
520 src_ptr, src_pixels_per_line,
528 src_ptr + 8, src_pixels_per_line,
538 src_ptr + f2soffset, src_pixels_per_line,
548 src_ptr + f2soffset + 8, src_pixels_per_line,
563 const unsigned char *src_ptr,
579 src_ptr, src_pixels_per_line,
587 src_ptr + f2soffset, src_pixels_per_line,
601 const unsigned char *src_ptr,
607 return vp8_sub_pixel_variance16x16_mmx(src_ptr, source_stride, 4, 0,
613 const unsigned char *src_ptr,
619 return vp8_sub_pixel_variance16x16_mmx(src_ptr, source_stride, 0, 4,
625 const unsigned char *src_ptr,
631 return vp8_sub_pixel_variance16x16_mmx(src_ptr, source_stride, 4, 4,