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

1 2 3

  /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/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...]
rotate.cc 52 void TransposeWx8_NEON(const uint8* src, int src_stride,
55 void TransposeUVWx8_NEON(const uint8* src, int src_stride,
64 static void TransposeWx8_SSSE3(const uint8* src, int src_stride,
71 mov edi, [esp + 12 + 8] // src_stride
156 static void TransposeUVWx8_SSE2(const uint8* src, int src_stride,
166 mov edi, [esp + 16 + 8] // src_stride
285 static void TransposeWx8_SSSE3(const uint8* src, int src_stride,
363 : "r"(static_cast<intptr_t>(src_stride)), // %3
374 extern "C" void TransposeUVWx8_SSE2(const uint8* src, int src_stride,
497 static void TransposeWx8_FAST_SSSE3(const uint8* src, int src_stride,
    [all...]
scale.cc 56 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
59 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
63 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
65 void ScaleRowDown4Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
73 ptrdiff_t /* src_stride */,
76 ptrdiff_t src_stride,
79 ptrdiff_t src_stride,
85 ptrdiff_t /* src_stride */,
89 ptrdiff_t src_stride,
93 ptrdiff_t src_stride,
    [all...]
scale_argb.cc 41 ptrdiff_t /* src_stride */,
45 // src_stride ignored
68 ptrdiff_t src_stride,
73 mov esi, [esp + 4 + 8] // src_stride
104 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, ptrdiff_t src_stride,
111 // src_stride ignored
143 ptrdiff_t src_stride,
151 mov esi, [esp + 12 + 8] // src_stride
194 ptrdiff_t src_stride, int dst_width,
201 mov edx, [esp + 8 + 12] // 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/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);
vp8_enc_stubs_mmx.c 68 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
74 unsigned int src_stride = be->src_stride; local
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
subtract_mmx.asm 14 ;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/libyuv/files/include/libyuv/
rotate.h 55 void RotatePlane90(const uint8* src, int src_stride,
60 void RotatePlane180(const uint8* src, int src_stride,
65 void RotatePlane270(const uint8* src, int src_stride,
70 void RotateUV90(const uint8* src, int src_stride,
80 void RotateUV180(const uint8* src, int src_stride,
86 void RotateUV270(const uint8* src, int src_stride,
95 void TransposePlane(const uint8* src, int src_stride,
100 void TransposeUV(const uint8* src, int src_stride,
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 63 void ScaleRowDown2_NEON(const uint8* src_ptr, int src_stride,
79 void ScaleRowDown2Int_NEON(const uint8* src_ptr, int src_stride,
96 "+r"(src_stride), // %1
105 static void ScaleRowDown4_NEON(const uint8* src_ptr, int src_stride,
124 static void ScaleRowDown4Int_NEON(const uint8* src_ptr, int src_stride,
154 : "r"(src_stride) // %3
163 static void ScaleRowDown34_NEON(const uint8* src_ptr, int src_stride,
180 static void ScaleRowDown34_0_Int_NEON(const uint8* src_ptr, int src_stride,
229 "+r"(src_stride) // %3
235 static void ScaleRowDown34_1_Int_NEON(const uint8* src_ptr, int src_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_sse3.asm 16 %define src_stride rax
33 movsxd rax, dword ptr arg(1) ; src_stride
39 %define src_stride rdx
49 %define src_stride rsi
64 %define src_stride
89 %define src_stride rax
109 movsxd rbx, dword ptr arg(1) ; src_stride
117 %define src_stride rdx
129 %define src_stride rsi
145 %define src_stride
    [all...]
sad_sse2.asm 16 ; int src_stride,
32 movsxd rax, dword ptr arg(1) ;src_stride
89 ; int src_stride,
106 movsxd rbx, dword ptr arg(1) ;src_stride
153 ; int src_stride,
169 movsxd rbx, dword ptr arg(1) ;src_stride
206 ; int src_stride,
221 movsxd rax, dword ptr arg(1) ;src_stride
261 ; int src_stride,
278 movsxd rbx, dword ptr arg(1) ;src_stride
    [all...]
sad_mmx.asm 22 ; 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...]
sad_sse4.asm 160 ; 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...]
  /hardware/qcom/display/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /external/libvpx/armv7a/
vpx_rtcd.h 186 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
189 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
192 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
195 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
198 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
199 unsigned int vp8_sad16x16_armv6(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
202 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
205 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
208 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
211 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array)
    [all...]
  /external/libvpx/generic/
vpx_rtcd.h 152 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
155 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
158 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
161 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
164 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
167 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
170 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
173 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
176 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
179 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array)
    [all...]
  /external/libvpx/mips/
vpx_rtcd.h 152 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
155 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
158 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
161 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
164 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
167 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
170 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
173 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
176 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
179 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array)
    [all...]
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 170 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
173 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
176 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
179 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
182 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
185 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
188 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
191 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
194 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
197 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array)
    [all...]
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 221 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
222 unsigned int vp8_sad4x4_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
225 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
226 unsigned int vp8_sad8x8_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
229 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
230 unsigned int vp8_sad8x16_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
233 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
234 unsigned int vp8_sad16x8_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
237 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
238 unsigned int vp8_sad16x16_armv6(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/libvpx/libvpx/test/
subtract_test.cc 51 be.src_stride = kSrcStride[i];
68 base_src += be.src_stride;
92 base_src += be.src_stride;
  /external/webp/src/utils/
rescaler.h 55 const uint8_t* src, int src_stride);

Completed in 284 milliseconds

1 2 3