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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 182 const uint8* src_u; local
189 src_u = sample + src_width * abs_src_height +
192 src_u = sample + src_width * abs_src_height +
198 src_u, halfwidth,
207 const uint8* src_u; local
211 src_u = sample + src_width * abs_src_height +
216 src_u, halfwidth,
226 const uint8* src_u; local
232 src_u = sample + src_width * abs_src_height +
235 src_u = sample + src_width * abs_src_height
250 const uint8* src_u; local
269 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
convert_to_i420.cc 220 const uint8* src_u; local
227 src_u = sample + src_width * abs_src_height +
230 src_u = sample + src_width * abs_src_height +
236 src_u, halfwidth,
247 const uint8* src_u; local
253 src_u = sample + src_width * abs_src_height +
256 src_u = sample + src_width * abs_src_height +
262 src_u, halfwidth,
273 const uint8* src_u; local
277 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x
294 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
scale.cc 1662 const uint8* src_u = src + src_width * src_height; local
    [all...]
  /external/libyuv/files/source/
convert_to_argb.cc 181 const uint8* src_u; local
188 src_u = sample + src_width * abs_src_height +
191 src_u = sample + src_width * abs_src_height +
197 src_u, halfwidth,
206 const uint8* src_u; local
210 src_u = sample + src_width * abs_src_height +
215 src_u, halfwidth,
225 const uint8* src_u; local
231 src_u = sample + src_width * abs_src_height +
234 src_u = sample + src_width * abs_src_height
249 const uint8* src_u; local
268 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
convert_to_i420.cc 218 const uint8* src_u; local
225 src_u = sample + src_width * abs_src_height +
228 src_u = sample + src_width * abs_src_height +
234 src_u, halfwidth,
245 const uint8* src_u; local
251 src_u = sample + src_width * abs_src_height +
254 src_u = sample + src_width * abs_src_height +
260 src_u, halfwidth,
271 const uint8* src_u; local
275 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x
292 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
scale.cc 1645 const uint8* src_u = src + src_width * src_height; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 58 const uint8_t *src_u = cpi->Source->u_buffer; local
90 uint8_t usource = src_u[uvpos * src_uvstride + uvpos];
93 uint8_t usource2 = src_u[(uvpos + 1) * src_uvstride + uvpos];
96 uint8_t usource3 = src_u[uvpos * src_uvstride + (uvpos + 1)];
99 uint8_t usource4 = src_u[(uvpos + 1) * src_uvstride + (uvpos + 1)];
119 src_u += uv_bsize;
124 src_u += (src_uvstride << shuv) - (num_bl << shuv);
vp9_denoiser.c 579 const uint8_t *src_u = cpi->Source->u_buffer; local
602 src_u[uv_height_shift * src_uvstride + uv_width_shift];
633 src_u += 4;
638 src_u += (src_uvstride << 2) - (cm->mi_cols << 2);
  /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,
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 221 const uint8_t *src_u = local
226 src_u + (src.mWidth / 2) * (src.mHeight / 2);
229 libyuv::I420ToRGB565(src_y, src.mWidth, src_u, src.mWidth / 2, src_v, src.mWidth / 2,
251 const uint8_t *src_u = local
256 src_u + (src.mWidth / 2) * (src.mHeight / 2);
281 signed u = (signed)src_u[x / 2] - 128;
319 src_u += src.mWidth / 2;
345 const uint8_t *src_u = local
354 signed u = (signed)src_u[x & ~1] - 128;
355 signed v = (signed)src_u[(x & ~1) + 1] - 128
419 const uint8_t *src_u = local
490 const uint8_t *src_u = local
    [all...]
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 221 milliseconds