spatial_domain_coding.h

来自「JM 11.0 KTA 2.1 Source Code」· C头文件 代码 · 共 31 行

H
31
字号
/*!
 ***************************************************************************
 *
 * \file spatial_domain_coding.h
 *
 * \brief
 *    prototypes of spatial domain coding functions
 *
 * \date
 *    18.05.2005
 *
 * \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);
int  quantizer_index(int value, float adaptive_f);

void encode_in_spatial_domain    (int block8x8,int64  *cbp_blk, int *cbp, int *coeff_cost);
void encode_in_spatial_domain_8x8(int block8x8,int64  *cbp_blk, int *cbp, int *coeff_cost);
void eliminate_expensive_samples    (int bx, int by, int *SSD_best, int *ctr);
void eliminate_expensive_samples_8x8(int bx, int by, int *SSD_best, int *ctr);

#endif

⌨️ 快捷键说明

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