📄 postprocessing.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -