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

Audio

开发平台:

Visual C++

  1. /*!
  2.  **************************************************************************************
  3.  * file
  4.  *    nal.h
  5.  * brief
  6.  *    NAL related headers
  7.  *
  8.  * date 4 Agust 2008
  9.  * author
  10.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  11.   *      - Karsten S黨ring                 <suehring@hhi.de>
  12.   *      - Alexis Michael Tourapis         <alexismt@ieee.org> ***************************************************************************************
  13.  */
  14. #ifndef _NAL_H_
  15. #define _NAL_H_
  16. #include "nalucommon.h"
  17. #include "enc_statistics.h"
  18. int  addCabacZeroWords(NALU_t *nalu, StatParameters *cur_stats);
  19. void SODBtoRBSP (Bitstream *currStream);
  20. int  RBSPtoEBSP(byte *NaluBuffer, unsigned char *rbsp, int rbsp_size);
  21. #endif