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