TComPicYuv (YUV数据类,包括原始数据,预测数据和残差数据)
1、yuv的buffer
2、buffer使用的parameters
3、memory 管理
4、得到图像的information
5、得到图片buffer的功能(图片buffer的起始位置,原始图像的起始位置,CU和PU的原始图像的起始位置)
6、其他(copy 功能,拓展图片buffer功能,转储图片,设置边框的拓展标志等)
TAppEncCfg(编码器配置信息类,定义了很多配置信息)
1、File I/O
2、Lambda修饰符
3、source specification源规范
4、profile/level
5、 coding structure(编码结构)
6、coding unit (CU) definition、transfom unit (TU) definition
7、coding tools(bit-depth、chroma format、PCM bit-depth、SAO、loop filter、PCM、encoder-only parameters)
8、weighted prediction
9、internal member functions
TAppEndTop(HEVC编码器应用对象类,继承自TAppEndCfg,实现了整个编码框架的入口,读取文件,初始化,编码,写数据以及结束处理等操作)
1、类接口
2、初始化
3、获得所需的缓冲区
4、删除分配的缓冲区
5、file I/O
网友评论