fmo.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- *
- * file fmo.h
- *
- * brief
- * Support for Flexilble Macroblock Ordering (FMO)
- *
- * date
- * 19 June, 2002
- *
- * author
- * Stephan Wenger stewe@cs.tu-berlin.de
- **************************************************************************/
- #ifndef _FMO_H_
- #define _FMO_H_
- int FmoInit (pic_parameter_set_rbsp_t* pps, seq_parameter_set_rbsp_t* sps);
- int FmoFinit (void);
- int FmoGetNumberOfSliceGroup(void);
- int FmoGetLastMBOfPicture(void);
- int FmoGetLastMBInSliceGroup(int SliceGroup);
- int FmoGetSliceGroupId (int mb);
- int FmoGetNextMBNr (int CurrentMbNr);
- #endif