Searched refs:v_dst (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp214 unsigned char *y_dst, *u_dst, *v_dst; local
225 v_dst = u_dst;
262 unsigned char *y_dst, *u_dst, *v_dst; local
291 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
295 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
298 v_dst = u_dst;
313 memcpy(v_dst, v_src, surface_image.width/2);
320 v_dst += surface_image.pitches[1];
323 v_dst += surface_image.pitches[2];
365 unsigned char *y_dst, *u_dst, *v_dst; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmfqe.c79 unsigned char *v_dst,
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.c439 unsigned char *y_dst, *u_dst, *v_dst; local
461 v_dst = surface_p + surface_image.offsets[2];
485 v_dst[col] = v_src[col];
489 v_dst += surface_image.pitches[2];
H A Dmpeg2vaenc.c439 unsigned char *y_dst, *u_dst, *v_dst; local
461 v_dst = surface_p + surface_image.offsets[2];
485 v_dst[col] = v_src[col];
489 v_dst += surface_image.pitches[2];
H A Davcenc.c360 unsigned char *y_dst, *u_dst, *v_dst; local
382 v_dst = surface_p + surface_image.offsets[2];
408 v_dst = surface_p + surface_image.offsets[V];
412 memcpy(v_dst, v_src, surface_image.width / 2);
414 v_dst += surface_image.pitches[V];
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2163 unsigned char *y_dst, *u_dst, *v_dst; local
2186 v_dst = (unsigned char *)(surface_p + surface_image.offsets[2]);

Completed in 561 milliseconds