Searched defs:FLAC__bitreader_read_unary_unsigned (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dbitreader.c697 FLaC__INLINE FLAC__bool FLAC__bitreader_read_unary_unsigned(FLAC__BitReader *br, unsigned *val) function
788 if(!FLAC__bitreader_read_unary_unsigned(br, &msbs))
806 /* a lot of the logic is copied, then adapted, from FLAC__bitreader_read_unary_unsigned() and FLAC__bitreader_read_raw_uint32() */
1192 if(!FLAC__bitreader_read_unary_unsigned(br, &msbs))
1236 if(!FLAC__bitreader_read_unary_unsigned(br, &msbs))

Completed in 275 milliseconds