/* * Fast C2P (Chunky-to-Planar) Conversion * * Copyright (C) 2003-2008 Geert Uytterhoeven * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */#include <linux/types.h>externvoidc2p_planar(void*dst,constvoid*src,u32dx,u32dy,u32width,u32height,u32dst_nextline,u32dst_nextplane,u32src_nextline,u32bpp);externvoidc2p_iplan2(void*dst,constvoid*src,u32dx,u32dy,u32width,u32height,u32dst_nextline,u32src_nextline,u32bpp);