Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dparams.h35 int lgwin; member
H A Dencode.c264 static void EncodeWindowBits(int lgwin, BROTLI_BOOL large_window, in EncodeWindowBits() argument
715 int lgwin = s->params.lgwin; in EnsureInitialized() local
1204 BrotliCompressBufferQuality10( int lgwin, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliCompressBufferQuality10() argument
1471 BrotliEncoderCompress( int quality, int lgwin, BrotliEncoderMode mode, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliEncoderCompress() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dparams.h35 int lgwin; member
H A Dencode.c264 static void EncodeWindowBits(int lgwin, BROTLI_BOOL large_window, in EncodeWindowBits() argument
715 int lgwin = s->params.lgwin; in EnsureInitialized() local
1204 BrotliCompressBufferQuality10( int lgwin, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliCompressBufferQuality10() argument
1471 BrotliEncoderCompress( int quality, int lgwin, BrotliEncoderMode mode, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliEncoderCompress() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc78 int lgwin = context[3]; in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate() local
H A DEncoder.java30 private int lgwin = -1; field in Encoder.Parameters
53 public Parameters setWindow(int lgwin) { in setWindow() argument
[all...]
H A DEncoderJNI.java32 Wrapper(int inputBufferSize, int quality, int lgwin) in Wrapper() argument
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc62 static int lgwin_convertor(PyObject *o, int *lgwin) { in lgwin_convertor() argument
174 int lgwin = -1; in brotli_Compressor_init() local
[all...]
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c93 int lgwin; member
998 uint32_t lgwin = DEFAULT_LGWIN; CompressFiles() local
[all...]

Completed in 7 milliseconds