post_filter.p

来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 49 行

P
49
字号
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _post_filter_P
#define _post_filter_P

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


/* vm_common/src/post_filter.c */
Void  	PostFilter _P_((	Vop *filter_vop,
			Int filter_type
	));
Void  	HorizDeblockFilter _P_((	SInt *rec,
			Int width,
			Int height,
			SInt *QP_store,
			Int chr
	));
Void  	VertDeblockFilter _P_((	SInt *rec,
			Int width,
			Int height,
			SInt *QP_store,
			Int chr
	));
Void  	Deringing_Luma _P_((	SInt *Rec_Y,
			Int width,
			Int height,
			SInt *QP_store,
			Int Combined
	));
Void  	Deringing_Chroma _P_((	SInt *Rec_C,
			Int width,
			Int height,
			SInt *QP_store,
			Int Combined
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _post_filter_P  */ 

⌨️ 快捷键说明

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