loopfilter.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:0k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  ************************************************************************
  3.  *  file
  4.  *     loopfilter.h
  5.  *  brief
  6.  *     external deblocking filter interface
  7.  ************************************************************************
  8.  */
  9. #ifndef _LOOPFILTER_H_
  10. #define _LOOPFILTER_H_
  11. #include "global.h"
  12. #include "mbuffer.h"
  13. void DeblockPicture(ImageParameters *img, StorablePicture *p) ;
  14. #endif //_LOOPFILTER_H_