Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c185 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8()
195 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8()
209 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8()
231 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength()
246 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength()
257 if (!BrotliSafeReadBits(br, 2, &bits)) { in DecodeMetaBlockLength()
273 if (!BrotliSafeReadBits(br, 4, &bits)) { in DecodeMetaBlockLength()
288 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength()
298 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength()
308 if (!BrotliSafeReadBits(br, 2, &bits)) { in DecodeMetaBlockLength()
[all …]
Dbit_reader.h267 static BROTLI_INLINE BROTLI_BOOL BrotliSafeReadBits( in BrotliSafeReadBits() function