blob: 4b21f33a4fb3cd92436370ed6fb62b2a782feeea [file] [log] [blame]
/*!
***************************************************************************
* \file
* img_chroma.h
*
* \author
* Athanasios Leontaris <aleon@dolby.com>
* Alexis Michael Tourapis <alexis.tourapis@dolby.com>
*
* \date
* 4. October 2006
*
* \brief
* Headerfile for luma interpolation functions
**************************************************************************
*/
#ifndef _IMG_CHROMA_H_
#define _IMG_CHROMA_H_
void getSubImagesChroma( StorablePicture *s );
#endif // _IMG_CHROMA_H_