img_chroma.h

来自「This program can encode the YUV vdieo fo」· 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 + -
显示快捷键?