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

  /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 71 static void apply_ifactor(unsigned char *y_src,
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 71 static void apply_ifactor(unsigned char *y_src,
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
  /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/webp/src/dec/
io.c 66 const uint8_t* y_src = io->y;
74 convert(y_src, u_src, v_src, dst, mb_w);
75 y_src += io->y_stride;
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 418 unsigned char *y_src,
440 src_ptr1 = y_src;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 417 unsigned char *y_src,
439 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 928 milliseconds