Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmidivid.c58 int idx9bits = 0; in decode_mvdv() local
125 if (idx9bits == 0) { in decode_mvdv()
127 idx9bits = 8; in decode_mvdv()
129 idx9bits--; in decode_mvdv()
130 idx = bytestream2_get_byte(gb) | (((idx9val >> (7 - idx9bits)) & 1) << 8); in decode_mvdv()

Completed in 1 milliseconds