Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxbm_parser.c33 uint16_t state16; member
59 uint16_t state16 = bpc->state16; in xbm_parse() local
71 state16 = (state16 << 8) | buf[i]; in xbm_parse()
79 } else if (state16 == END) { in xbm_parse()
87 bpc->state16 = state16; in xbm_parse()

Completed in 1 milliseconds