Searched refs:BrotliEncoderState (Results 1 – 7 of 7) sorted by relevance
/external/brotli/c/include/brotli/ |
D | encode.h | 213 typedef struct BrotliEncoderStateStruct BrotliEncoderState; typedef 230 BrotliEncoderState* state, BrotliEncoderParameter param, uint32_t value); 246 BROTLI_ENC_API BrotliEncoderState* BrotliEncoderCreateInstance( 254 BROTLI_ENC_API void BrotliEncoderDestroyInstance(BrotliEncoderState* state); 360 BrotliEncoderState* state, BrotliEncoderOperation op, size_t* available_in, 372 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderIsFinished(BrotliEncoderState* state); 382 BrotliEncoderState* state); 413 BrotliEncoderState* state, size_t* size);
|
/external/brotli/c/enc/ |
D | encode.c | 117 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s); 119 static size_t InputBlockSize(BrotliEncoderState* s) { in InputBlockSize() 123 static uint64_t UnprocessedInputSize(BrotliEncoderState* s) { in UnprocessedInputSize() 127 static size_t RemainingInputBlockSize(BrotliEncoderState* s) { in RemainingInputBlockSize() 135 BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) { in BrotliEncoderSetParameter() 193 static uint8_t* GetBrotliStorage(BrotliEncoderState* s, size_t size) { in GetBrotliStorage() 212 static int* GetHashTable(BrotliEncoderState* s, int quality, in GetHashTable() 675 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s) { in EnsureInitialized() 725 static void BrotliEncoderInitState(BrotliEncoderState* s) { in BrotliEncoderInitState() 765 BrotliEncoderState* BrotliEncoderCreateInstance( in BrotliEncoderCreateInstance() [all …]
|
/external/bsdiff/ |
D | brotli_compressor.h | 36 BrotliEncoderState* brotli_encoder_state_;
|
/external/brotli/go/cbrotli/ |
D | writer.go | 65 state *C.BrotliEncoderState
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | encoder_jni.cc | 16 BrotliEncoderState* state;
|
/external/brotli/python/ |
D | _brotli.cc | 90 static BROTLI_BOOL compress_stream(BrotliEncoderState* enc, BrotliEncoderOperation op, in compress_stream() 148 BrotliEncoderState* enc;
|
/external/brotli/c/tools/ |
D | brotli.c | 894 static BROTLI_BOOL CompressFile(Context* context, BrotliEncoderState* s) { in CompressFile() 926 BrotliEncoderState* s = BrotliEncoderCreateInstance(NULL, NULL, NULL); in CompressFiles()
|