cabac.h
资源名称:h264src.zip [点击查看]
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:0k
源码类别:
mpeg/mp3
开发平台:
Visual C++
- #ifndef _CABAC_H_
- #define _CABAC_H_
- #include "bitstream.h"
- void T264_macroblock_write_cabac ( T264_t *h, bs_t *s );
- void T264_cabac_mb_skip( T264_t *h, int b_skip );
- #endif