Searched defs:source_y (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_output.c969 unsigned char *source_y, *dst_y;
979 source_y = surface_data + dest_y * psb_surface->stride + dest_x;
983 vaStatus = lnc_unpack_topaz_rec(width, height, source_y, source_uv,
1055 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; local
1059 source_y = image_data + obj_image->image.offsets[0] + src_y * obj_image->image.pitches[0] + src_x;
1062 memcpy(dst_y, source_y, width);
1063 source_y += obj_image->image.pitches[0];
1079 char *source_y, *dst_y;
1084 source_y = image_data + obj_image->image.offsets[0] + src_y * obj_image->image.pitches[0] + src_x;
1096 memcpy(dst_y, source_y, widt
1221 unsigned char *source_y, *dst_y; local
[all...]

Completed in 48 milliseconds