HomeSort by relevance Sort by last modified time
    Searched refs:src_u (Results 1 - 20 of 20) sorted by null

  /external/libyuv/files/include/libyuv/
convert_from.h 28 const uint8* src_u, int src_stride_u,
37 const uint8* src_u, int src_stride_u,
46 const uint8* src_u, int src_stride_u,
65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
93 const uint8* src_u, int src_stride_u,
100 const uint8* src_u, int src_stride_u,
107 const uint8* src_u, int src_stride_u
    [all...]
scale.h 48 const uint8* src_u, int src_stride_u,
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
convert_argb.h 43 const uint8* src_u, int src_stride_u,
51 const uint8* src_u, int src_stride_u,
59 const uint8* src_u, int src_stride_u,
67 const uint8* src_u, int src_stride_u,
format_conversion.h 65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
97 const uint8* src_u, int src_stride_u,
planar_functions.h 65 const uint8* src_u, int src_stride_u,
150 const uint8* src_u, int src_stride_u,
158 const uint8* src_u, int src_stride_u,
166 const uint8* src_u, int src_stride_u,
250 const uint8* src_u, int src_stride_u,
258 const uint8* src_u, int src_stride_u,
convert.h 31 const uint8* src_u, int src_stride_u,
41 const uint8* src_u, int src_stride_u,
51 const uint8* src_u, int src_stride_u,
61 const uint8* src_u, int src_stride_u,
rotate.h 37 const uint8* src_u, int src_stride_u,
  /external/libyuv/files/source/
convert_from.cc 29 const uint8* src_u, int src_stride_u,
35 if (!src_y || !src_u || !src_v ||
61 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &&
79 CopyRow(src_u, dst_u, halfwidth);
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth);
81 src_u += src_stride_u;
85 CopyRow(src_u, dst_u, halfwidth);
109 const uint8* src_u, int src_stride_u,
115 if (!src_y || !src_u|| !src_v ||
144 src_u, dst_u)
    [all...]
convert_argb.cc 53 const uint8* src_u, int src_stride_u,
57 if (!src_y || !src_u || !src_v ||
86 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
89 src_u += src_stride_u;
98 const uint8* src_u, int src_stride_u,
102 if (!src_y || !src_u || !src_v ||
138 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
141 src_u += src_stride_u;
150 const uint8* src_u, int src_stride_u,
154 if (!src_y || !src_u || !src_v |
1195 const uint8* src_u; local
1220 const uint8* src_u; local
1244 const uint8* src_u; local
1263 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
convert.cc 32 const uint8* src_u, int src_stride_u,
38 if (!src_y || !src_u || !src_v ||
48 src_u = src_u + (halfheight - 1) * src_stride_u;
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
127 const uint8* src_u, int src_stride_u,
133 if (!src_y || !src_u || !src_v ||
142 src_u = src_u + (height - 1) * src_stride_u;
154 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &
1962 const uint8* src_u; local
1989 const uint8* src_u; local
2015 const uint8* src_u; local
2036 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
planar_functions.cc 61 uint8*, int, // src_u
235 const uint8* src_u, int src_stride_u,
241 if (!src_y || !src_u || !src_v || !dst_y || !dst_u || !dst_v ||
250 src_u = src_u + (halfheight - 1) * src_stride_u;
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
434 const uint8* src_u, int src_stride_u,
438 if (!src_y || !src_u || !src_v ||
474 I422ToBGRARow(src_y, src_u, src_v, dst_bgra, width);
477 src_u += src_stride_u
    [all...]
format_conversion.cc 437 const uint8* src_u, int src_stride_u,
447 src_u = src_u + (halfheight - 1) * src_stride_u;
485 I422ToARGBRow(src_y, src_u, src_v, row, width);
490 src_u += src_stride_u;
514 const uint8* src_u, int src_stride_u, \
519 src_u, src_stride_u, \
rotate.cc     [all...]
scale.cc 3064 const uint8* src_u = src + src_width * src_height; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 39 const uint8* src_u, int src_stride_u,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 215 const uint8_t *src_u = local
220 src_u + (src.mWidth / 2) * (src.mHeight / 2);
245 signed u = (signed)src_u[x / 2] - 128;
283 src_u += src.mWidth / 2;
309 const uint8_t *src_u = local
318 signed u = (signed)src_u[x & ~1] - 128;
319 signed v = (signed)src_u[(x & ~1) + 1] - 128;
356 src_u += src.mWidth;
383 const uint8_t *src_u = local
392 signed v = (signed)src_u[x & ~1] - 128
454 const uint8_t *src_u = local
    [all...]
SoftwareRenderer.cpp 168 const uint8_t *src_u = (const uint8_t *)data + mWidth * mHeight; local
169 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
186 memcpy(dst_u, src_u, (mCropWidth + 1) / 2);
189 src_u += mWidth / 2;
  /external/libyuv/files/unit_test/
scale_test.cc 34 align_buffer_page_end(src_u, src_uv_plane_size)
57 src_u[(i * src_stride_uv) + j] = (random() & 0xff);
72 src_u + (src_stride_uv * b) + b, src_stride_uv,
81 src_u + (src_stride_uv * b) + b, src_stride_uv,
93 src_u + (src_stride_uv * b) + b, src_stride_uv,
107 src_u + (src_stride_uv * b) + b, src_stride_uv,
159 free_aligned_buffer_page_end(src_u)
planar_test.cc 37 align_buffer_16(src_u, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \
47 src_u[(i * kWidth / SUBSAMP_X) + j] = (random() & 0xff); \
52 src_u, kWidth / SUBSAMP_X, \
59 src_u, kWidth / SUBSAMP_X, \
77 free_aligned_buffer_16(src_u) \
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3867 const uint8* const src_u = src + src_width * src_height; local
    [all...]

Completed in 32 milliseconds