Searched refs:pred_16x8_motion (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 159 static av_always_inline void pred_16x8_motion(const H264Context *const h, in pred_16x8_motion() function
|
H A D | h264_cavlc.c | 1007 pred_16x8_motion(h, sl, 8*i, list, sl->ref_cache[list][scan8[0] + 16*i], &mx, &my); in ff_h264_decode_mb_cavlc()
|
H A D | h264_cabac.c | 2278 pred_16x8_motion(h, sl, 8*i, list, sl->ref_cache[list][scan8[0] + 16*i], &mx, &my); in ff_h264_decode_mb_cabac()
|
Completed in 8 milliseconds