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

12 3

  /external/libyuv/files/source/
row_neon64.cc 131 const uint8* src_u,
147 "+r"(src_u), // %1
161 const uint8* src_u,
177 "+r"(src_u), // %1
191 const uint8* src_u,
209 "+r"(src_u), // %1
224 const uint8* src_u,
240 "+r"(src_u), // %1
254 const uint8* src_u,
270 "+r"(src_u), // %
    [all...]
row_common.cc     [all...]
rotate.cc 346 const uint8* src_u, int src_stride_u,
355 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 ||
365 src_u = src_u + (halfheight - 1) * src_stride_u;
376 src_u, src_stride_u,
386 RotatePlane90(src_u, src_stride_u,
397 RotatePlane270(src_u, src_stride_u,
408 RotatePlane180(src_u, src_stride_u,
convert.cc 32 const uint8* src_u, int src_stride_u,
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
64 const uint8* src_u, int src_stride_u,
72 if (!src_y || !src_u || !src_v ||
82 src_u = src_u + (halfheight - 1) * src_stride_u;
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
102 const uint8* src_u, int src_stride_u,
110 src_u, src_stride_u,
123 const uint8* src_u, int src_stride_u
    [all...]
planar_functions.cc 124 const uint8* src_u, int src_stride_u,
131 if (!src_y || !src_u || !src_v ||
140 src_u = src_u + (height - 1) * src_stride_u;
147 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
155 const uint8* src_u, int src_stride_u,
161 if (!src_y || !src_u || !src_v ||
170 src_u = src_u + (height - 1) * src_stride_u;
178 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height)
    [all...]
scale_argb.cc 433 const uint8* src_u,
471 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
562 const uint8* src_row_u = src_u + uv_yi * src_stride_u;
602 src_row_u = src_u + uv_yi * src_stride_u;
829 const uint8* src_u, int src_stride_u,
841 src_u, src_stride_u,
scale.cc 1645 const uint8* src_u = src + src_width * src_height; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_argb.cc 50 const uint8* src_u, int src_stride_u,
60 if (!src_y || !src_u || !src_v ||
106 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
109 src_u += src_stride_u;
118 const uint8* src_u, int src_stride_u,
128 if (!src_y || !src_u || !src_v ||
175 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
183 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
186 src_u += src_stride_u;
195 const uint8* src_u, int src_stride_u
    [all...]
rotate.cc 351 const uint8* src_u, int src_stride_u,
360 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 ||
370 src_u = src_u + (halfheight - 1) * src_stride_u;
381 src_u, src_stride_u,
391 RotatePlane90(src_u, src_stride_u,
402 RotatePlane270(src_u, src_stride_u,
413 RotatePlane180(src_u, src_stride_u,
planar_functions.cc 123 const uint8* src_u, int src_stride_u,
130 if (!src_y || !src_u || !src_v ||
139 src_u = src_u + (height - 1) * src_stride_u;
146 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
154 const uint8* src_u, int src_stride_u,
160 if (!src_y || !src_u || !src_v ||
169 src_u = src_u + (height - 1) * src_stride_u;
177 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height)
    [all...]
convert.cc 32 const uint8* src_u, int src_stride_u,
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
64 const uint8* src_u, int src_stride_u,
72 if (!src_y || !src_u || !src_v ||
82 src_u = src_u + (halfheight - 1) * src_stride_u;
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
102 const uint8* src_u, int src_stride_u,
110 src_u, src_stride_u,
123 const uint8* src_u, int src_stride_u
    [all...]
row_x86.asm 109 ; void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
113 cglobal MergeUVRow_%2, 4, 4, 3, src_u, src_v, dst_uv, pix
scale.cc 1662 const uint8* src_u = src + src_width * src_height; local
    [all...]
  /external/webrtc/talk/media/base/
videoframe.cc 49 const uint8_t* src_u = GetUPlane(); local
51 if (!src_y || !src_u || !src_v) {
70 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error);
171 const uint8_t* src_u = GetUPlane(); local
181 src_u += iwidth_offset / 2;
190 src_u += iheight_offset / 2 * GetUPitch();
196 libyuv::Scale(src_y, src_u, src_v,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 54 const uint8* src_u, int src_stride_u,
65 const uint8* src_u, int src_stride_u,
103 const uint8* src_u, int src_stride_u,
115 const uint8* src_u, int src_stride_u,
159 const uint8* src_u, int src_stride_u,
167 const uint8* src_u, int src_stride_u,
175 const uint8* src_u, int src_stride_u,
335 const uint8* src_u, int src_stride_u,
343 const uint8* src_u, int src_stride_u,
convert.h 28 const uint8* src_u, int src_stride_u,
38 const uint8* src_u, int src_stride_u,
48 const uint8* src_u, int src_stride_u,
59 const uint8* src_u, int src_stride_u,
rotate.h 37 const uint8* src_u, int src_stride_u,
  /external/libyuv/files/include/libyuv/
planar_functions.h 54 const uint8* src_u, int src_stride_u,
65 const uint8* src_u, int src_stride_u,
103 const uint8* src_u, int src_stride_u,
115 const uint8* src_u, int src_stride_u,
152 const uint8* src_u, int src_stride_u,
160 const uint8* src_u, int src_stride_u,
168 const uint8* src_u, int src_stride_u,
368 const uint8* src_u, int src_stride_u,
376 const uint8* src_u, int src_stride_u,
convert.h 26 const uint8* src_u, int src_stride_u,
36 const uint8* src_u, int src_stride_u,
46 const uint8* src_u, int src_stride_u,
57 const uint8* src_u, int src_stride_u,
rotate.h 37 const uint8* src_u, int src_stride_u,
  /external/libyuv/files/unit_test/
scale_test.cc 44 align_buffer_page_end(src_u, src_uv_plane_size)
46 if (!src_y || !src_u || !src_v) {
51 MemRandomize(src_u, src_uv_plane_size);
78 src_u + (src_stride_uv * b) + b, src_stride_uv,
91 src_u + (src_stride_uv * b) + b, src_stride_uv,
144 free_aligned_buffer_page_end(src_u)
172 align_buffer_page_end(src_u, src_uv_plane_size)
182 MemRandomize(src_u, src_uv_plane_size);
193 p_src_u_16[(i * src_stride_uv) + j] = src_u[(i * src_stride_uv) + j];
219 src_u + (src_stride_uv * b) + b, src_stride_uv
    [all...]
scale_argb_test.cc 314 const uint8* src_u, int src_stride_u,
327 src_u, src_stride_u,
374 align_buffer_page_end(src_u, src_uv_plane_size);
381 if (!dst_argb_c || !dst_argb_opt || !src_y || !src_u || !src_v) {
388 FillRamp(src_u, (Abs(src_width) + 1) / 2, (Abs(src_height) + 1) / 2, 3, 1, 1);
394 src_u, src_stride_uv,
406 src_u, src_stride_uv,
436 free_aligned_buffer_page_end(src_u);
convert_test.cc 39 align_buffer_page_end(src_u, \
64 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
82 src_u + OFF, \
93 src_u + OFF, \
147 free_aligned_buffer_page_end(src_u); \
183 align_buffer_page_end(src_u, \
200 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
214 src_u + OFF, \
224 src_u + OFF, \
263 free_aligned_buffer_page_end(src_u); \
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 249 const uint8_t *src_u = local
251 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
268 memcpy(dst_u, src_u, (mCropWidth + 1) / 2);
271 src_u += mWidth / 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3867 const uint8* const src_u = src + src_width * src_height; local
    [all...]

Completed in 1191 milliseconds

12 3