postprocessing.h

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

H
24
字号


#ifndef _POST_PROCESSING_H
#define _POST_PROCESSING_H


#include "global.h"
#include "mbuffer.h"
#include "defines.h"


#ifdef USE_POST_FILTER
#define FILTER_LENGTH 9
int calculate_filtersPP(int fl);
void QuantizeAllFiltersPP(int fl,int Numbits,Bitstream *bitstream);
double Apply_postprocessing(imgpel **refY,imgpel **imgY_org,Bitstream *bitstream);
void finish_bitstream(Bitstream *bitstream);
int postProcessing(Picture *frame_pic);

int writePostfilterSEIUnit(Bitstream* currStream);
void direct_output_postfilter(StorablePicture *p, int p_out);
#endif
#endif

⌨️ 快捷键说明

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