loopfilter.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:0k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ************************************************************************
- * file
- * loopfilter.h
- * brief
- * external deblocking filter interface
- ************************************************************************
- */
- #ifndef _LOOPFILTER_H_
- #define _LOOPFILTER_H_
- #include "global.h"
- #include "mbuffer.h"
- void DeblockPicture(ImageParameters *img, StorablePicture *p) ;
- #endif //_LOOPFILTER_H_