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

  /external/webrtc/webrtc/modules/video_processing/util/
skin_detection.h 17 bool MbHasSkinColor(const uint8_t* y_src,
skin_detection.cc 43 bool MbHasSkinColor(const uint8_t* y_src,
51 const uint8_t* y = y_src + ((mb_row << 4) + 8) * stride_y + (mb_col << 4) + 8;
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.h 27 const uint8_t* y_src,
video_denoiser.cc 23 const uint8_t* y_src,
30 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4);
88 const uint8_t* y_src = frame.buffer(kYPlane); local
95 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4);
108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col);
139 TrailingReduction(mb_rows, mb_cols, y_src, stride_y, y_dst);
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 261 unsigned char *y_src, *u_src, *v_src; local
284 y_src = newImageBuffer;
303 memcpy(y_dst, y_src, surface_image.width);
305 y_src += surface_image.width;
364 unsigned char *y_src, *u_src, *v_src; local
391 y_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
405 memcpy(y_dst, y_src, surface_image.width);
406 y_src += surface_image.pitches[0];
    [all...]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 64 static void apply_ifactor(unsigned char *y_src, int y_src_stride,
71 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride,
79 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride,
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 438 unsigned char *y_src, *u_src, *v_src; local
455 y_src = ctx->frame_data_buffer;
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;
    [all...]
mpeg2vaenc.c 438 unsigned char *y_src, *u_src, *v_src; local
455 y_src = ctx->frame_data_buffer;
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;
    [all...]
avcenc.c 359 unsigned char *y_src, *u_src, *v_src; local
376 y_src = newImageBuffer;
386 memcpy(y_dst, y_src, surface_image.width);
388 y_src += picture_width;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 358 unsigned char *y_src,
379 src_ptr1 = y_src;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2162 unsigned char *y_src, *u_src, *v_src; local
    [all...]

Completed in 207 milliseconds