HomeSort by relevance Sort by last modified time
    Searched refs:u_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
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/libvpx/libvpx/vp8/common/
mfqe.c 75 unsigned char *u_src,
87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 75 unsigned char *u_src,
87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
  /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/webp/src/dec/
io.c 67 const uint8_t* u_src = io->u;
74 convert(y_src, u_src, v_src, dst, mb_w);
76 u_src += io->uv_stride;
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 419 unsigned char *u_src,
464 src_ptr1 = u_src;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 418 unsigned char *u_src,
463 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 400 milliseconds