Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261dec.c416 h->current_mv_x = 0; in h261_decode_mb()
420 h->current_mv_x = decode_mv_component(&s->gb, h->current_mv_x); in h261_decode_mb()
423 h->current_mv_x = 0; in h261_decode_mb()
440 … s->mv[0][0][0] = h->current_mv_x * 2; // gets divided by 2 in motion compensation in h261_decode_mb()
Dh261.h43 int current_mv_x; member