|
FFmpeg
|
H.264 / AVC / MPEG-4 part10 macroblock decoding. More...
#include <stdint.h>#include "config.h"#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "h264dec.h"#include "h264_ps.h"#include "qpeldsp.h"#include "thread.h"#include "h264_mb_template.c"Macros | |
| #define | XCHG(a, b, xchg) |
| #define | BITS 8 |
| #define | SIMPLE 1 |
| #define | BITS 16 |
| #define | SIMPLE 0 |
Functions | |
| void | ff_h264_hl_decode_mb (const H264Context *h, H264SliceContext *sl) |
H.264 / AVC / MPEG-4 part10 macroblock decoding.
| #define XCHG | ( | a, | |
| b, | |||
| xchg | |||
| ) |
1.8.12