Home | History | Annotate | Download | only in src

Lines Matching defs:source_y

969         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;
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, width);
1097 source_y += obj_image->image.pitches[0];
1221 unsigned char *source_y, *dst_y;
1240 source_y = image_data + obj_image->image.offsets[0]
1243 *dst_y_tmp = *source_y;