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

  /external/webrtc/webrtc/modules/video_processing/util/
skin_detection.h 18 const uint8_t* u_src,
skin_detection.cc 44 const uint8_t* u_src,
52 const uint8_t* u = u_src + ((mb_row << 3) + 4) * stride_u + (mb_col << 3) + 4;
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 261 unsigned char *y_src, *u_src, *v_src; local
286 u_src = newImageBuffer + surface_image.width * surface_image.height * 5 / 4;
314 memcpy(u_dst, u_src, surface_image.width/2);
317 u_src += surface_image.width/2;
330 u_dst[col * 2] = u_src[col];
335 u_src += (surface_image.width / 2);
364 unsigned char *y_src, *u_src, *v_src; local
394 u_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
396 u_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
399 u_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1])
    [all...]
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc 89 const uint8_t* u_src = frame.buffer(kUPlane); local
108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col);
127 u_src + (mb_row << 3) * stride_u + (mb_col << 3);
  /hardware/libhardware/modules/camera/3_4/arc/
image_processor.cpp 315 const uint8_t* u_src = src + width * height; local
320 return libyuv::I420Copy(src, width, u_src, width / 2, v_src, width / 2, dst,
334 const uint8_t* u_src = src + width * height; local
343 *vu_dst++ = *u_src++;
  /external/libvpx/libvpx/vp8/common/
mfqe.c 66 unsigned char *u_src, unsigned char *v_src,
73 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride,
80 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride,
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 438 unsigned char *y_src, *u_src, *v_src; local
456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
478 u_src += (ctx->width / 2);
484 u_dst[col] = u_src[col];
490 u_src += (ctx->width / 2);
    [all...]
mpeg2vaenc.c 438 unsigned char *y_src, *u_src, *v_src; local
456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
478 u_src += (ctx->width / 2);
484 u_dst[col] = u_src[col];
490 u_src += (ctx->width / 2);
    [all...]
avcenc.c 359 unsigned char *y_src, *u_src, *v_src; local
377 u_src = newImageBuffer + y_size; /* UV offset for NV12 */
394 u_dst[col * 2] = u_src[col];
399 u_src += (picture_width / 2);
411 memcpy(u_dst, u_src, surface_image.width / 2);
415 u_src += (picture_width / 2);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 359 unsigned char *u_src,
402 src_ptr1 = u_src;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2162 unsigned char *y_src, *u_src, *v_src; local
    [all...]

Completed in 552 milliseconds