Lines Matching refs:data
347 This method doesn't read data from the bit reader, BUT drops the amount of
440 /* Decodes the next Huffman code using data prepared by PreloadSymbol.
1408 If we know the data size is small, do not allocate more ring buffer
1920 if (BROTLI_PREDICT_FALSE(!words->data)) {
1924 const uint8_t* word = &words->data[offset];
2062 to complete decoding; all input data MUST be consumed by decoder, so
2067 - when result is "success" decoder MUST return all unused data back to input
2074 /* Ensure that |total_out| is set, even if no data will ever be pushed out. */
2092 be required to complete the transaction -> reading more data must be
2123 /* Not enough data in buffer, but can take one more byte from
2131 /* Retry with more data in buffer. */