📄 nal.h
字号:
/*!
**************************************************************************************
* \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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -