Searched refs:pred_motion (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 94 static av_always_inline void pred_motion(const H264Context *const h, in pred_motion() function 120 ff_tlog(h->avctx, "pred_motion match_count=%d\n", match_count); in pred_motion() 148 "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", in pred_motion() 191 pred_motion(h, sl, n, 4, list, ref, mx, my); in pred_16x8_motion() 234 pred_motion(h, sl, n, 2, list, ref, mx, my); in pred_8x16_motion()
|
H A D | h264_cavlc.c | 918 pred_motion(h, sl, index, block_width, list, sl->ref_cache[list][ scan8[index] ], &mx, &my); in ff_h264_decode_mb_cavlc() 972 pred_motion(h, sl, 0, 4, list, sl->ref_cache[list][ scan8[0] ], &mx, &my); in ff_h264_decode_mb_cavlc()
|
H A D | h264_cabac.c | 2181 pred_motion(h, sl, index, block_width, list, sl->ref_cache[list][ scan8[index] ], &mx, &my); in ff_h264_decode_mb_cabac() 2246 pred_motion(h, sl, 0, 4, list, sl->ref_cache[list][ scan8[0] ], &mx, &my); in ff_h264_decode_mb_cabac()
|
Completed in 7 milliseconds