FFmpeg
Macros | Functions
h264_direct.c File Reference

H.264 / AVC / MPEG-4 part10 direct mb/block decoding. More...

#include "internal.h"
#include "avcodec.h"
#include "h264dec.h"
#include "h264_ps.h"
#include "mpegutils.h"
#include "rectangle.h"
#include "thread.h"
#include <assert.h>

Macros

#define MB_TYPE_16x16_OR_INTRA
 

Functions

void ff_h264_direct_dist_scale_factor (const H264Context *const h, H264SliceContext *sl)
 
void ff_h264_direct_ref_list_init (const H264Context *const h, H264SliceContext *sl)
 
void ff_h264_pred_direct_motion (const H264Context *const h, H264SliceContext *sl, int *mb_type)
 

Detailed Description

H.264 / AVC / MPEG-4 part10 direct mb/block decoding.

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Macro Definition Documentation

§ MB_TYPE_16x16_OR_INTRA

#define MB_TYPE_16x16_OR_INTRA
Value:
(MB_TYPE_16x16 | MB_TYPE_INTRA4x4 | \
MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PCM)