spatial_domain_coding.h
来自「JM 11.0 KTA 2.1 Source Code」· C头文件 代码 · 共 22 行
H
22 行
/*!
***************************************************************************
*
* \file spatial_domain_coding.h
*
* \brief
* prototypes of spatial domain coding functions
*
* \date
* 17.11.2006
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* Matthias Narroschke narrosch@tnt.uni-hannover.de
**************************************************************************/
#ifndef _SPATIAL_DOMAIN_CODING_H_
#define _SPATIAL_DOMAIN_CODING_H_
int de_quantizer(int value);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?