Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261dec.c231 static int decode_mv_component(GetBitContext *gb, int v) in decode_mv_component() function
420 h->current_mv_x = decode_mv_component(&s->gb, h->current_mv_x); in h261_decode_mb()
421 h->current_mv_y = decode_mv_component(&s->gb, h->current_mv_y); in h261_decode_mb()