img_chroma.h

来自「压缩JM12.3d的完整的全部C语言的代码文档,用于嵌入式系统的压缩编解码」· C头文件 代码 · 共 24 行

H
24
字号
/*!
 ***************************************************************************
 * \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_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?