Searched refs:v_dst (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 214 unsigned char *y_dst, *u_dst, *v_dst; in construct_nv12_mask_surface() local 225 v_dst = u_dst; in construct_nv12_mask_surface() 262 unsigned char *y_dst, *u_dst, *v_dst; in upload_yv12_frame_to_yuv_surface() local 291 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]); in upload_yv12_frame_to_yuv_surface() 295 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]); in upload_yv12_frame_to_yuv_surface() 298 v_dst = u_dst; in upload_yv12_frame_to_yuv_surface() 313 memcpy(v_dst, v_src, surface_image.width/2); in upload_yv12_frame_to_yuv_surface() 320 v_dst += surface_image.pitches[1]; in upload_yv12_frame_to_yuv_surface() 323 v_dst += surface_image.pitches[2]; in upload_yv12_frame_to_yuv_surface() 365 unsigned char *y_dst, *u_dst, *v_dst; in store_yuv_surface_to_yv12_frame() local [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | mfqe.c | 79 unsigned char *v_dst, in apply_ifactor() argument 88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight); in apply_ifactor() 94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight); in apply_ifactor()
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 360 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local 382 v_dst = surface_p + surface_image.offsets[2]; in upload_yuv_to_surface() 408 v_dst = surface_p + surface_image.offsets[V]; in upload_yuv_to_surface() 412 memcpy(v_dst, v_src, surface_image.width / 2); in upload_yuv_to_surface() 414 v_dst += surface_image.pitches[V]; in upload_yuv_to_surface()
|
D | mpeg2enc.c | 439 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local 461 v_dst = surface_p + surface_image.offsets[2]; in upload_yuv_to_surface() 485 v_dst[col] = v_src[col]; in upload_yuv_to_surface() 489 v_dst += surface_image.pitches[2]; in upload_yuv_to_surface()
|
D | mpeg2vaenc.c | 439 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local 461 v_dst = surface_p + surface_image.offsets[2]; in upload_yuv_to_surface() 485 v_dst[col] = v_src[col]; in upload_yuv_to_surface() 489 v_dst += surface_image.pitches[2]; in upload_yuv_to_surface()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2163 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local 2186 v_dst = (unsigned char *)(surface_p + surface_image.offsets[2]); in upload_yuv_to_surface()
|