Home
last modified time | relevance | path

Searched refs:idx9val (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmidivid.c59 int idx9val = 0; in decode_mvdv() local
126 idx9val = bytestream2_get_byte(&idx9); in decode_mvdv()
130 idx = bytestream2_get_byte(gb) | (((idx9val >> (7 - idx9bits)) & 1) << 8); in decode_mvdv()

Completed in 1 milliseconds