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

12 3 4 5 6 7 8 910

  /external/libvpx/libvpx/vp9/common/
vp9_sadmxn.h 18 int src_stride,
31 src_ptr += src_stride;
vp9_convolve.c 21 static void convolve_horiz_c(const uint8_t *src, ptrdiff_t src_stride,
57 src += src_stride;
62 static void convolve_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride,
99 src += src_stride;
104 static void convolve_vert_c(const uint8_t *src, ptrdiff_t src_stride,
117 src -= src_stride * (taps / 2 - 1);
133 sum += src[(src_y + k) * src_stride] * filter_y[k];
146 static void convolve_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride,
159 src -= src_stride * (taps / 2 - 1);
175 sum += src[(src_y + k) * src_stride] * filter_y[k]
    [all...]
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_zs.c 116 const uint8_t *src_row, unsigned src_stride,
122 src_row += src_stride/sizeof(*src_row);
129 const uint8_t *src_row, unsigned src_stride,
135 src_row += src_stride/sizeof(*src_row);
142 const uint8_t *src_row, unsigned src_stride,
156 src_row += src_stride/sizeof(*src_row);
163 const float *src_row, unsigned src_stride,
179 src_row += src_stride/sizeof(*src_row);
185 const uint8_t *src_row, unsigned src_stride,
199 src_row += src_stride/sizeof(*src_row)
    [all...]
u_format_latc.c 56 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)
58 util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height);
63 unsigned src_stride, unsigned width, unsigned height)
65 util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height);
69 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)
90 src_row += src_stride;
95 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)
97 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height);
119 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)
125 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
    [all...]
u_format_etc.c 14 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)
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 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)
26 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)
55 src_row += src_stride;
60 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_s3tc.c 41 util_format_dxt1_rgb_fetch_stub(int src_stride,
51 util_format_dxt1_rgba_fetch_stub(int src_stride,
61 util_format_dxt3_rgba_fetch_stub(int src_stride,
71 util_format_dxt5_rgba_fetch_stub(int src_stride,
245 const uint8_t *src_row, unsigned src_stride,
263 src_row += src_stride;
269 const uint8_t *src_row, unsigned src_stride,
273 src_row, src_stride,
280 const uint8_t *src_row, unsigned src_stride,
284 src_row, src_stride,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.c 116 const uint8_t *src_row, unsigned src_stride,
122 src_row += src_stride/sizeof(*src_row);
129 const uint8_t *src_row, unsigned src_stride,
135 src_row += src_stride/sizeof(*src_row);
142 const uint8_t *src_row, unsigned src_stride,
156 src_row += src_stride/sizeof(*src_row);
163 const float *src_row, unsigned src_stride,
179 src_row += src_stride/sizeof(*src_row);
185 const uint8_t *src_row, unsigned src_stride,
199 src_row += src_stride/sizeof(*src_row)
    [all...]
u_format_latc.c 56 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)
58 util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height);
63 unsigned src_stride, unsigned width, unsigned height)
65 util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height);
69 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)
90 src_row += src_stride;
95 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)
97 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height);
119 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)
125 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
    [all...]
u_format_etc.c 14 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)
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 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)
26 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)
55 src_row += src_stride;
60 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_s3tc.c 41 util_format_dxt1_rgb_fetch_stub(int src_stride,
51 util_format_dxt1_rgba_fetch_stub(int src_stride,
61 util_format_dxt3_rgba_fetch_stub(int src_stride,
71 util_format_dxt5_rgba_fetch_stub(int src_stride,
245 const uint8_t *src_row, unsigned src_stride,
263 src_row += src_stride;
269 const uint8_t *src_row, unsigned src_stride,
273 src_row, src_stride,
280 const uint8_t *src_row, unsigned src_stride,
284 src_row, src_stride,
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_horiz_dspr2.c 24 int32_t src_stride,
46 vp9_prefetch_load(src + src_stride);
47 vp9_prefetch_load(src + src_stride + 32);
140 src += src_stride;
146 int32_t src_stride,
168 vp9_prefetch_load(src + src_stride);
169 vp9_prefetch_load(src + src_stride + 32);
327 src += src_stride;
333 int32_t src_stride,
360 vp9_prefetch_load(src_ptr + src_stride);
    [all...]
vp9_convolve8_horiz_dspr2.c 24 int32_t src_stride,
46 vp9_prefetch_load(src + src_stride);
47 vp9_prefetch_load(src + src_stride + 32);
129 src += src_stride;
135 int32_t src_stride,
157 vp9_prefetch_load(src + src_stride);
158 vp9_prefetch_load(src + src_stride + 32);
293 src += src_stride;
299 int32_t src_stride,
326 vp9_prefetch_load(src_ptr + src_stride);
    [all...]
vp9_convolve2_avg_dspr2.c 24 int32_t src_stride,
55 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
117 [src_stride] "r" (src_stride), [cm] "r" (cm),
123 src += src_stride;
129 int32_t src_stride,
160 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
222 [src_stride] "r" (src_stride), [cm] "r" (cm),
228 src += src_stride;
    [all...]
vp9_convolve2_vert_dspr2.c 24 int32_t src_stride,
55 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
110 [src_stride] "r" (src_stride),
116 src += src_stride;
122 int32_t src_stride,
152 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
207 [src_stride] "r" (src_stride),
213 src += src_stride;
    [all...]
vp9_convolve8_dspr2.c 40 int32_t src_stride,
63 vp9_prefetch_load(src + src_stride);
64 vp9_prefetch_load(src + src_stride + 32);
150 src += src_stride;
156 int32_t src_stride,
179 vp9_prefetch_load(src + src_stride);
180 vp9_prefetch_load(src + src_stride + 32);
326 src += src_stride;
332 int32_t src_stride,
358 vp9_prefetch_load(src_ptr + src_stride);
    [all...]
vp9_convolve2_avg_horiz_dspr2.c 24 int32_t src_stride,
43 vp9_prefetch_load(src + src_stride);
44 vp9_prefetch_load(src + src_stride + 32);
113 src += src_stride;
119 int32_t src_stride,
138 vp9_prefetch_load(src + src_stride);
139 vp9_prefetch_load(src + src_stride + 32);
262 src += src_stride;
268 int32_t src_stride,
293 vp9_prefetch_load(src_ptr + src_stride);
    [all...]
vp9_convolve2_dspr2.c 24 int32_t src_stride,
44 vp9_prefetch_load(src + src_stride);
45 vp9_prefetch_load(src + src_stride + 32);
108 src += src_stride;
114 int32_t src_stride,
135 vp9_prefetch_load(src + src_stride);
136 vp9_prefetch_load(src + src_stride + 32);
245 src += src_stride;
251 int32_t src_stride,
275 vp9_prefetch_load(src_ptr + src_stride);
    [all...]
vp9_convolve2_horiz_dspr2.c 24 int32_t src_stride,
42 vp9_prefetch_load(src + src_stride);
43 vp9_prefetch_load(src + src_stride + 32);
100 src += src_stride;
106 int32_t src_stride,
125 vp9_prefetch_load(src + src_stride);
126 vp9_prefetch_load(src + src_stride + 32);
224 src += src_stride;
230 int32_t src_stride,
255 vp9_prefetch_load(src_ptr + src_stride);
    [all...]
vp9_convolve8_vert_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"
167 [vector4a] "r" (vector4a), [src_stride] "r" (src_stride)
    [all...]
  /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/libyuv/files/source/
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...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_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
174 ; int src_stride,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid
    [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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.h 46 unsigned src_stride,

Completed in 1845 milliseconds

12 3 4 5 6 7 8 910