nal.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- **************************************************************************************
- * file
- * nal.h
- * brief
- * NAL related headers
- *
- * date 4 Agust 2008
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Karsten S黨ring <suehring@hhi.de>
- * - Alexis Michael Tourapis <alexismt@ieee.org> ***************************************************************************************
- */
- #ifndef _NAL_H_
- #define _NAL_H_
- #include "nalucommon.h"
- #include "enc_statistics.h"
- int addCabacZeroWords(NALU_t *nalu, StatParameters *cur_stats);
- void SODBtoRBSP (Bitstream *currStream);
- int RBSPtoEBSP(byte *NaluBuffer, unsigned char *rbsp, int rbsp_size);
- #endif