Searched refs:BrotliSafeReadBits (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/dec/ |
D | decode.c | 185 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 …]
|
D | bit_reader.h | 267 static BROTLI_INLINE BROTLI_BOOL BrotliSafeReadBits( in BrotliSafeReadBits() function
|