Searched refs:src_stride (Results 201 - 225 of 395) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp8/common/x86/
H A Dsad_mmx.asm22 ; int src_stride,
36 movsxd rax, dword ptr arg(1) ;src_stride
114 ; int src_stride,
128 movsxd rax, dword ptr arg(1) ;src_stride
186 ; int src_stride,
200 movsxd rax, dword ptr arg(1) ;src_stride
256 ; int src_stride,
270 movsxd rax, dword ptr arg(1) ;src_stride
345 ; int src_stride,
359 movsxd rax, dword ptr arg(1) ;src_stride
[all...]
H A Dsad_sse4.asm160 ; int src_stride,
176 movsxd rax, dword ptr arg(1) ;src_stride
201 ; int src_stride,
218 movsxd rax, dword ptr arg(1) ;src_stride
239 ; int src_stride,
256 movsxd rax, dword ptr arg(1) ;src_stride
277 ; int src_stride,
294 movsxd rax, dword ptr arg(1) ;src_stride
318 ; int src_stride,
335 movsxd rax, dword ptr arg(1) ;src_stride
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_sad_mmx.asm22 ; int src_stride,
36 movsxd rax, dword ptr arg(1) ;src_stride
114 ; int src_stride,
128 movsxd rax, dword ptr arg(1) ;src_stride
186 ; int src_stride,
200 movsxd rax, dword ptr arg(1) ;src_stride
256 ; int src_stride,
270 movsxd rax, dword ptr arg(1) ;src_stride
345 ; int src_stride,
359 movsxd rax, dword ptr arg(1) ;src_stride
[all...]
H A Dvp9_sad_sse4.asm170 ; int src_stride,
186 movsxd rax, dword ptr arg(1) ;src_stride
210 ; int src_stride,
227 movsxd rax, dword ptr arg(1) ;src_stride
247 ; int src_stride,
264 movsxd rax, dword ptr arg(1) ;src_stride
284 ; int src_stride,
301 movsxd rax, dword ptr arg(1) ;src_stride
325 ; int src_stride,
342 movsxd rax, dword ptr arg(1) ;src_stride
[all...]
H A Dvp9_sad_sse2.asm18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows
20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \
25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \
28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \
47 ; unsigned int vp9_sad64x64_sse2(uint8_t *src, int src_stride,
90 ; unsigned int vp9_sad32x32_sse2(uint8_t *src, int src_stride,
135 ; unsigned int vp9_sad16x{8,16}_sse2(uint8_t *src, int src_stride,
181 ; unsigned int vp9_sad8x{8,16}_sse2(uint8_t *src, int src_stride,
225 ; unsigned int vp9_sad4x{4, 8}_sse(uint8_t *src, int src_stride,
/external/pixman/test/
H A Dcomposite-traps-test.c99 int src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp; local
105 src_stride = (src_stride + 3) & ~3;
107 bits = (uint32_t *)make_random_bytes (src_stride * src_height);
110 src_format, src_width, src_height, bits, src_stride);
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h35 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
36 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 RTCD_EXTERN void (*vp9_convolve8_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 void vp9_convolve8_avg_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 RTCD_EXTERN void (*vp9_convolve8_avg_horiz)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
47 void vp9_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dsubtract_mmx.asm14 ;void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
76 ;void vp8_subtract_mby_mmx(short *diff, unsigned char *src, int src_stride,
89 movsxd rdx, dword ptr arg(2);src_stride
150 ; int src_stride, unsigned char *upred,
164 movsxd rdx, dword ptr arg(3);src_stride;
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dsubtract_mmx.asm14 ;void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
76 ;void vp8_subtract_mby_mmx(short *diff, unsigned char *src, int src_stride,
89 movsxd rdx, dword ptr arg(2);src_stride
150 ; int src_stride, unsigned char *upred,
164 movsxd rdx, dword ptr arg(3);src_stride;
/external/pixman/pixman/
H A Dpixman-arm-common.h36 * width, height, dst, dst_stride, src, src_stride, mask, mask_stride
62 int32_t src_stride); \
71 int32_t dst_stride, src_stride; \
74 src_stride, src_line, src_cnt); \
80 src_line, src_stride); \
164 int32_t src_stride, \
174 int32_t dst_stride, src_stride; \
186 src_stride, src_line, src_cnt); \
190 src_line, src_stride, \
204 int32_t src_stride, \
[all...]
H A Dpixman-mips-dspr2.c216 int src_stride,
237 src_stride = src_stride * (int) sizeof (uint32_t) / 2;
240 + src_stride * (src_y) + (src_x));
244 src_stride *= 2;
251 src_bytes += src_stride;
257 src_stride = src_stride * (int) sizeof (uint32_t) / 4;
260 + src_stride * (src_y) + (src_x));
264 src_stride *
213 mips_dspr2_blt(pixman_implementation_t *imp, uint32_t * src_bits, uint32_t * dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_variance_neon.c161 int src_stride,
170 var_filter_block2d_bil_w8(src, fdata3, src_stride, kPixelStepOne,
179 int src_stride,
188 var_filter_block2d_bil_w16(src, fdata3, src_stride, kPixelStepOne,
212 int src_stride,
221 var_filter_block2d_bil_w16(src, fdata3, src_stride, kPixelStepOne,
160 vp9_sub_pixel_variance8x8_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
178 vp9_sub_pixel_variance16x16_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
211 vp9_sub_pixel_variance32x32_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmfqe.c29 static void filter_by_weight(unsigned char *src, int src_stride, argument
45 src += src_stride;
50 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, argument
54 filter_by_weight(src, src_stride, dst, dst_stride, 16, src_weight);
57 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, argument
61 filter_by_weight(src, src_stride, dst, dst_stride, 8, src_weight);
64 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, argument
68 filter_by_weight(src, src_stride, dst, dst_stride, 4, src_weight);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_sad_sse2.asm18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows
20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \
25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \
28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \
47 ; unsigned int vp9_sad64x64_sse2(uint8_t *src, int src_stride,
90 ; unsigned int vp9_sad32x32_sse2(uint8_t *src, int src_stride,
135 ; unsigned int vp9_sad16x{8,16}_sse2(uint8_t *src, int src_stride,
181 ; unsigned int vp9_sad8x{8,16}_sse2(uint8_t *src, int src_stride,
225 ; unsigned int vp9_sad4x{4, 8}_sse(uint8_t *src, int src_stride,
H A Dvp9_sad4d_intrin_avx2.c14 int src_stride,
50 src+= src_stride;
84 int src_stride,
135 src+= src_stride;
13 vp9_sad32x32x4d_avx2(uint8_t *src, int src_stride, uint8_t *ref[4], int ref_stride, unsigned int res[4]) argument
83 vp9_sad64x64x4d_avx2(uint8_t *src, int src_stride, uint8_t *ref[4], int ref_stride, unsigned int res[4]) argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame.cc31 void DesktopFrame::CopyPixelsFrom(uint8_t* src_buffer, int src_stride, argument
39 src_buffer += src_stride;
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c29 static void filter_by_weight(unsigned char *src, int src_stride, argument
45 src += src_stride;
50 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, argument
54 filter_by_weight(src, src_stride, dst, dst_stride, 16, src_weight);
57 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, argument
61 filter_by_weight(src, src_stride, dst, dst_stride, 8, src_weight);
64 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, argument
68 filter_by_weight(src, src_stride, dst, dst_stride, 4, src_weight);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c197 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
266 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1);
401 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
408 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse);
420 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse);
434 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
446 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
467 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
472 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
477 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride,
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1);
400 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
407 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse);
419 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse);
433 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
445 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
466 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
471 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
476 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride,
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h36 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 void vp9_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 void vp9_convolve8_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 void vp9_convolve8_avg_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 void vp9_convolve8_avg_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 RTCD_EXTERN void (*vp9_convolve8_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
47 void vp9_convolve8_avg_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_
[all...]
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h36 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 void vp9_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 void vp9_convolve8_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 void vp9_convolve8_avg_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 void vp9_convolve8_avg_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 RTCD_EXTERN void (*vp9_convolve8_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
47 void vp9_convolve8_avg_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_
[all...]
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h36 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 void vp9_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 void vp9_convolve8_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 void vp9_convolve8_avg_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 void vp9_convolve8_avg_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 RTCD_EXTERN void (*vp9_convolve8_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
47 void vp9_convolve8_avg_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.h95 int src_stride, unsigned src_x, unsigned src_y);
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dsse.c68 GLuint src_stride,
H A Dx86_xform.c85 GLuint src_stride,

Completed in 402 milliseconds

1234567891011>>