Home
last modified time | relevance | path

Searched defs:compressor (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/test/core/transport/chttp2/
Dhpack_encoder_timeout_test.cc40 HPackCompressor compressor; in EncodeTimeouts() local
Dhpack_encoder_test.cc185 std::unique_ptr<grpc_core::HPackCompressor> compressor = in EncodeHeaderIntoBytes() local
385 grpc_core::HPackCompressor compressor; in TEST() local
409 grpc_core::HPackCompressor compressor; in TEST() local
Dhpack_sync_fuzzer.cc65 HPackCompressor compressor; in FuzzOneInput() local
/third_party/astc-encoder/Test/
Dastc_test_competitive_plot.py37 def get_series(database, compressor, quality, block_size): argument
/third_party/ffmpeg/libavcodec/
Dhap.h54 enum HapCompressor compressor; member
/third_party/rust/rust/src/tools/rust-installer/src/
Dcompression.rs100 let compressor = XzEncoder::new_stream(std::io::BufWriter::new(file), encoder); in encode() localVariable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java412 LzcompCompress compressor = new LzcompCompress(); in compress() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dweight_quantizer.cc288 TensorCompressor compressor; in DoCompression() local
/third_party/ffmpeg/libavfilter/
Daf_sidechaincompress.c165 static void compressor(SidechainCompressContext *s, in compressor() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc498 Encoder::Encoder(HPackCompressor* compressor, bool use_true_binary_metadata, in Encoder()