00001 /*! 00002 *************************************************************************** 00003 * \file 00004 * img_chroma.h 00005 * 00006 * \author 00007 * Athanasios Leontaris <aleon@dolby.com> 00008 * Alexis Michael Tourapis <alexis.tourapis@dolby.com> 00009 * 00010 * \date 00011 * 4. October 2006 00012 * 00013 * \brief 00014 * Headerfile for luma interpolation functions 00015 ************************************************************************** 00016 */ 00017 00018 #ifndef _IMG_CHROMA_H_ 00019 #define _IMG_CHROMA_H_ 00020 00021 extern void getSubImagesChroma( ImageParameters *p_Img, InputParameters *p_Inp, StorablePicture *s ); 00022 00023 #endif // _IMG_CHROMA_H_