Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261dec.c417 h->current_mv_y = 0; in h261_decode_mb()
421 h->current_mv_y = decode_mv_component(&s->gb, h->current_mv_y); in h261_decode_mb()
424 h->current_mv_y = 0; in h261_decode_mb()
441 s->mv[0][0][1] = h->current_mv_y * 2; in h261_decode_mb()
Dh261.h44 int current_mv_y; member