Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp261 unsigned char *y_src, *u_src, *v_src; in upload_yv12_frame_to_yuv_surface() local
285 v_src = newImageBuffer + surface_image.width * surface_image.height; in upload_yv12_frame_to_yuv_surface()
313 memcpy(v_dst, v_src, surface_image.width/2); in upload_yv12_frame_to_yuv_surface()
316 v_src += surface_image.width/2; in upload_yv12_frame_to_yuv_surface()
331 u_dst[col * 2 + 1] = v_src[col]; in upload_yv12_frame_to_yuv_surface()
336 v_src += (surface_image.width / 2); in upload_yv12_frame_to_yuv_surface()
364 unsigned char *y_src, *u_src, *v_src; in store_yuv_surface_to_yv12_frame() local
393 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]); in store_yuv_surface_to_yv12_frame()
397 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]); in store_yuv_surface_to_yv12_frame()
400 v_src = u_src; in store_yuv_surface_to_yv12_frame()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c76 unsigned char *v_src, 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/
Dmpeg2enc.c438 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
457 v_src = ctx->frame_data_buffer + y_size + u_size; in upload_yuv_to_surface()
474 u_dst[col * 2 + 1] = v_src[col]; in upload_yuv_to_surface()
479 v_src += (ctx->width / 2); in upload_yuv_to_surface()
485 v_dst[col] = v_src[col]; in upload_yuv_to_surface()
491 v_src += (ctx->width / 2); in upload_yuv_to_surface()
Dmpeg2vaenc.c438 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
457 v_src = ctx->frame_data_buffer + y_size + u_size; in upload_yuv_to_surface()
474 u_dst[col * 2 + 1] = v_src[col]; in upload_yuv_to_surface()
479 v_src += (ctx->width / 2); in upload_yuv_to_surface()
485 v_dst[col] = v_src[col]; in upload_yuv_to_surface()
491 v_src += (ctx->width / 2); in upload_yuv_to_surface()
Davcenc.c359 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
378 v_src = newImageBuffer + y_size + u_size; in upload_yuv_to_surface()
395 u_dst[col * 2 + 1] = v_src[col]; in upload_yuv_to_surface()
400 v_src += (picture_width / 2); in upload_yuv_to_surface()
412 memcpy(v_dst, v_src, surface_image.width / 2); in upload_yuv_to_surface()
416 v_src += (picture_width / 2); in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2162 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
2182 v_src = newImageBuffer + y_size + u_size; in upload_yuv_to_surface()
2203 u_dst[col * 2 + 1] = v_src[col]; in upload_yuv_to_surface()
2208 v_src += (picture_width / 2); in upload_yuv_to_surface()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c419 unsigned char *v_src) in yv12_extend_frame_left_right_c() argument
483 src_ptr1 = v_src; in yv12_extend_frame_left_right_c()