Searched refs:ff_h264_pred_direct_motion (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264dec.h | 601 void ff_h264_pred_direct_motion(const H264Context *const h, H264SliceContext *sl,
|
H A D | h264_cavlc.c | 855 ff_h264_pred_direct_motion(h, sl, &mb_type); in ff_h264_decode_mb_cavlc() 946 ff_h264_pred_direct_motion(h, sl, &mb_type); in ff_h264_decode_mb_cavlc()
|
H A D | h264_direct.c | 720 void ff_h264_pred_direct_motion(const H264Context *const h, H264SliceContext *sl, in ff_h264_pred_direct_motion() function
|
H A D | h264_cabac.c | 2124 ff_h264_pred_direct_motion(h, sl, &mb_type); in ff_h264_decode_mb_cabac() 2221 ff_h264_pred_direct_motion(h, sl, &mb_type); in ff_h264_decode_mb_cabac()
|
H A D | h264_mvpred.h | 819 ff_h264_pred_direct_motion(h, sl, &mb_type); in decode_mb_skip()
|
Completed in 10 milliseconds