Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261enc.c242 int mvd, mv_diff_x, mv_diff_y, i, cbp; in ff_h261_encode_mb() local
302 mv_diff_x = (motion_x >> 1) - s->last_mv[0][0][0]; in ff_h261_encode_mb()
306 h261_encode_motion(h, mv_diff_x); in ff_h261_encode_mb()