Searched refs:v_src (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp261 unsigned char *y_src, *u_src, *v_src; local
285 v_src = newImageBuffer + surface_image.width * surface_image.height;
313 memcpy(v_dst, v_src, surface_image.width/2);
316 v_src += surface_image.width/2;
331 u_dst[col * 2 + 1] = v_src[col];
336 v_src += (surface_image.width / 2);
364 unsigned char *y_src, *u_src, *v_src; local
393 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
397 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
400 v_src
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmfqe.c76 unsigned char *v_src,
88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c438 unsigned char *y_src, *u_src, *v_src; local
457 v_src = ctx->frame_data_buffer + y_size + u_size;
474 u_dst[col * 2 + 1] = v_src[col];
479 v_src += (ctx->width / 2);
485 v_dst[col] = v_src[col];
491 v_src += (ctx->width / 2);
H A Dmpeg2vaenc.c438 unsigned char *y_src, *u_src, *v_src; local
457 v_src = ctx->frame_data_buffer + y_size + u_size;
474 u_dst[col * 2 + 1] = v_src[col];
479 v_src += (ctx->width / 2);
485 v_dst[col] = v_src[col];
491 v_src += (ctx->width / 2);
H A Davcenc.c359 unsigned char *y_src, *u_src, *v_src; local
378 v_src = newImageBuffer + y_size + u_size;
395 u_dst[col * 2 + 1] = v_src[col];
400 v_src += (picture_width / 2);
412 memcpy(v_dst, v_src, surface_image.width / 2);
416 v_src += (picture_width / 2);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodeframe.c419 unsigned char *v_src)
483 src_ptr1 = v_src;
416 yv12_extend_frame_left_right_c(YV12_BUFFER_CONFIG *ybf, unsigned char *y_src, unsigned char *u_src, unsigned char *v_src) argument
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2162 unsigned char *y_src, *u_src, *v_src; local
2182 v_src = newImageBuffer + y_size + u_size;
2203 u_dst[col * 2 + 1] = v_src[col];
2208 v_src += (picture_width / 2);

Completed in 217 milliseconds