HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 51 - 75 of 487) sorted by null

1 23 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/third_party/libyuv/source/
scale.cc 41 int src_stride, int dst_stride,
45 void (*ScaleRowDown2)(const uint8* src_ptr, ptrdiff_t src_stride,
50 int row_stride = src_stride << 1;
52 src_ptr += src_stride; // Point to odd rows.
53 src_stride = 0;
66 IS_ALIGNED(src_stride, 16) && IS_ALIGNED(row_stride, 16) &&
75 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &&
83 src_stride = 0;
87 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
95 int src_stride, int dst_stride
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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...]
  /external/chromium_org/third_party/libvpx/source/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...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /external/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]

Completed in 207 milliseconds

1 23 4 5 6 7 8 91011>>