HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libvpx/libvpx/vp8/common/
sad_c.c 17 static unsigned int sad_mx_n_c(const unsigned char *src_ptr, int src_stride,
34 src_ptr += src_stride;
45 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride,
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16);
52 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride,
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8);
59 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride,
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8);
67 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride,
71 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 16)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_other.h 38 const uint8_t *src_row, unsigned src_stride,
43 const float *src_row, unsigned src_stride,
52 const uint8_t *src_row, unsigned src_stride,
57 const uint8_t *src_row, unsigned src_stride,
63 const uint8_t *src_row, unsigned src_stride,
68 const float *src_row, unsigned src_stride,
77 const uint8_t *src_row, unsigned src_stride,
82 const uint8_t *src_row, unsigned src_stride,
88 const uint8_t *src_row, unsigned src_stride,
93 const float *src_row, unsigned src_stride,
    [all...]
u_format_zs.h 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_rgtc.h 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_yuv.h 126 const uint8_t *src_row, unsigned src_stride,
131 const uint8_t *src_row, unsigned src_stride,
136 const float *src_row, unsigned src_stride,
141 const uint8_t *src_row, unsigned src_stride,
150 const uint8_t *src_row, unsigned src_stride,
155 const uint8_t *src_row, unsigned src_stride,
160 const float *src_row, unsigned src_stride,
165 const uint8_t *src_row, unsigned src_stride,
175 const uint8_t *src_row, unsigned src_stride,
179 const uint8_t *src_row, unsigned src_stride,
    [all...]
u_format_s3tc.h 45 (*util_format_dxtn_fetch_t)( int src_stride,
73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_other.h 38 const uint8_t *src_row, unsigned src_stride,
43 const float *src_row, unsigned src_stride,
52 const uint8_t *src_row, unsigned src_stride,
57 const uint8_t *src_row, unsigned src_stride,
63 const uint8_t *src_row, unsigned src_stride,
68 const float *src_row, unsigned src_stride,
77 const uint8_t *src_row, unsigned src_stride,
82 const uint8_t *src_row, unsigned src_stride,
88 const uint8_t *src_row, unsigned src_stride,
93 const float *src_row, unsigned src_stride,
    [all...]
u_format_zs.h 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_rgtc.h 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_yuv.h 126 const uint8_t *src_row, unsigned src_stride,
131 const uint8_t *src_row, unsigned src_stride,
136 const float *src_row, unsigned src_stride,
141 const uint8_t *src_row, unsigned src_stride,
150 const uint8_t *src_row, unsigned src_stride,
155 const uint8_t *src_row, unsigned src_stride,
160 const float *src_row, unsigned src_stride,
165 const uint8_t *src_row, unsigned src_stride,
175 const uint8_t *src_row, unsigned src_stride,
179 const uint8_t *src_row, unsigned src_stride,
    [all...]
u_format_s3tc.h 45 (*util_format_dxtn_fetch_t)( int src_stride,
73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_sad_c.c 21 int src_stride, \
25 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
28 int src_stride, \
35 return sad_mx_n_c(src_ptr, src_stride, comp_pred, m, m, n); \
53 int src_stride,
57 sad_array[0] = vp9_sad64x32(src_ptr, src_stride,
59 sad_array[1] = vp9_sad64x32(src_ptr, src_stride,
61 sad_array[2] = vp9_sad64x32(src_ptr, src_stride,
63 sad_array[3] = vp9_sad64x32(src_ptr, src_stride,
68 int src_stride,
    [all...]
  /external/libyuv/files/source/
scale_neon.cc 29 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
46 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
64 "+r"(src_stride), // %1
72 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
90 void ScaleRowDown4Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
114 : "r"(src_stride) // %3
123 ptrdiff_t /* src_stride */,
141 ptrdiff_t src_stride,
190 "+r"(src_stride) // %3
197 ptrdiff_t src_stride,
    [all...]
rotate_neon.cc 25 void TransposeWx8_NEON(const uint8* src, int src_stride,
179 "+r"(src_stride), // %1
191 void TransposeUVWx8_NEON(const uint8* src, int src_stride,
390 "+r"(src_stride), // %1
rotate_argb.cc 28 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, int src_stride,
36 static void ARGBTranspose(const uint8* src, int src_stride,
39 void (*ScaleARGBRowDownEven)(const uint8* src_ptr, int src_stride,
49 int src_pixel_step = src_stride / 4;
57 void ARGBRotate90(const uint8* src, int src_stride,
63 src += src_stride * (height - 1);
64 src_stride = -src_stride;
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
68 void ARGBRotate270(const uint8* src, int src_stride,
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_asm_stubs.c 62 void vp9_convolve8_horiz_ssse3(const uint8_t *src, ptrdiff_t src_stride,
70 vp9_filter_block1d16_h8_ssse3(src, src_stride,
78 vp9_filter_block1d8_h8_ssse3(src, src_stride,
86 vp9_filter_block1d4_h8_ssse3(src, src_stride,
95 vp9_convolve8_horiz_c(src, src_stride, dst, dst_stride,
101 void vp9_convolve8_vert_ssse3(const uint8_t *src, ptrdiff_t src_stride,
108 vp9_filter_block1d16_v8_ssse3(src - src_stride * 3, src_stride,
116 vp9_filter_block1d8_v8_ssse3(src - src_stride * 3, src_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 29 int src_stride,
39 prefetch_load_int(src + src_stride);
56 src += src_stride;
64 int src_stride,
72 prefetch_load_int(src + src_stride);
86 src += src_stride;
94 int src_stride,
102 prefetch_load_int(src + src_stride);
116 src += src_stride;
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c 15 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride,
29 return vp9_convolve8_c(src, src_stride,
40 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
52 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride,
61 return vp9_convolve8_avg_c(src, src_stride,
70 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_dspr2.c 24 int32_t src_stride,
48 src -= 3 * src_stride;
60 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
62 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
64 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
104 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
106 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
108 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
110 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
175 [src_stride] "r" (src_stride), [cm] "r" (cm), [dst_ptr] "r" (dst_ptr
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 33 void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
39 unsigned int src_stride = be->src_stride; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/libvpx/libvpx/vp9/common/
vp9_convolve.h 16 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 910