Home
last modified time | relevance | path

Searched refs:h263p_decode_umotion (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dituh263dec.c310 static int h263p_decode_umotion(MpegEncContext * s, int pred) in h263p_decode_umotion() function
388 mx = h263p_decode_umotion(s, pred_x); in preview_obmc()
393 my = h263p_decode_umotion(s, pred_y); in preview_obmc()
406 mx = h263p_decode_umotion(s, pred_x); in preview_obmc()
411 my = h263p_decode_umotion(s, pred_y); in preview_obmc()
848 mx = h263p_decode_umotion(s, pred_x); in ff_h263_decode_mb()
856 my = h263p_decode_umotion(s, pred_y); in ff_h263_decode_mb()
873 mx = h263p_decode_umotion(s, pred_x); in ff_h263_decode_mb()
880 my = h263p_decode_umotion(s, pred_y); in ff_h263_decode_mb()
958 mx = h263p_decode_umotion(s, pred_x); in ff_h263_decode_mb()
[all …]