|
FFmpeg
|
H.264 / AVC / MPEG-4 part10 cavlc bitstream decoding. More...
#include "internal.h"#include "avcodec.h"#include "h264dec.h"#include "h264_mvpred.h"#include "h264data.h"#include "golomb.h"#include "mpegutils.h"#include "libavutil/avassert.h"Functions | |
| av_cold void | ff_h264_decode_init_vlc (void) |
| int | ff_h264_decode_mb_cavlc (const H264Context *h, H264SliceContext *sl) |
| Decode a macroblock. More... | |
H.264 / AVC / MPEG-4 part10 cavlc bitstream decoding.
| int ff_h264_decode_mb_cavlc | ( | const H264Context * | h, |
| H264SliceContext * | sl | ||
| ) |
Decode a macroblock.
1.8.12