deblock.p
来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 44 行
P
44 行
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _deblock_P
#define _deblock_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/deblock.c */
void smoothing _P_(( int *Pel,
char Idx[][10],
int width,
int height,
int v,
int h,
int v_idx,
int h_idx,
int diff,
int window,
int bit_depth
));
void Deringing _P_(( int *Rec_Y,
int *Rec_Cb,
int *Rec_Cr,
int width,
int height,
int levels,
int *quant,
int colors,
int bit_depth
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _deblock_P */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?