Searched refs:final (Results 1 - 25 of 999) sorted by last modified time

1234567891011>>

/external/zlib/src/examples/
H A Dgun.c50 file are maintained in the final uncompressed file, to the extent that the
215 unsigned final; /* last character written for previous code */ local
251 final = prev = (unsigned)last; /* low 8 bits of code */
261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
325 match[stack++] = (unsigned char)final;
337 final = code;
343 suffix[end] = (unsigned char)final;
365 /* loop for next code with final and prev as the last match, rem and
/external/zopfli/src/zopfli/
H A Ddeflate.c515 final: whether to set the "final" bit on this block, must be the last block
528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, argument
544 AddBit(final, bp, out, outsize);
586 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, argument
628 AddLZ77Block(s.options, btype, final,
639 static void DeflateFixedBlock(const ZopfliOptions* options, int final, argument
660 AddLZ77Block(s.options, 1, final, store.litlens, store.dists, 0, store.size,
670 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, argument
682 AddBit(final, b
700 DeflateBlock(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
721 DeflateSplittingFirst(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
755 DeflateSplittingLast(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
827 ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
844 ZopfliDeflate(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t insize, unsigned char* bp, unsigned char** out, size_t* outsize) argument
[all...]
H A Ddeflate.h37 This function will usually output multiple deflate blocks. If final is 1, then
38 the final bit will be set on the last block.
45 final: whether this is the last section of the input, sets the final bit to the
57 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
66 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final,
H A Dkatajainen.c102 final: Whether this is the last time this function is called. If it is then it
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
132 if (!final) {
241 char final = i == numBoundaryPMRuns - 1; local
242 BoundaryPM(lists, maxbits, leaves, numsymbols, &pool, maxbits - 1, final);
105 BoundaryPM(Node* (*lists)[2], int maxbits, Node* leaves, int numsymbols, NodePool* pool, int index, char final) argument
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1673 const LodePNGCompressSettings* settings, int final)
1711 unsigned BFINAL = final;
1919 const LodePNGCompressSettings* settings, int final)
1924 unsigned BFINAL = final;
1989 int final = i == numdeflateblocks - 1; local
1994 if(settings->btype == 1) error = deflateFixed(out, &bp, &hash, in, start, end, settings, final);
1995 else if(settings->btype == 2) error = deflateDynamic(out, &bp, &hash, in, start, end, settings, final);
4711 /*maximum final image length is already reserved in the vector's length - this is not really necessary*/
1671 deflateDynamic(ucvector* out, size_t* bp, Hash* hash, const unsigned char* data, size_t datapos, size_t dataend, const LodePNGCompressSettings* settings, int final) argument
1916 deflateFixed(ucvector* out, size_t* bp, Hash* hash, const unsigned char* data, size_t datapos, size_t dataend, const LodePNGCompressSettings* settings, int final) argument
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c999 int final = 0; local
1113 final = 1;
1125 if (!final) {
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_nalu.h48 class AnnexBBufferReader final { class in namespace:webrtc
76 class AvccBufferWriter final { class in namespace:webrtc
/external/webrtc/webrtc/p2p/base/
H A Dport.cc234 bool final) {
259 if (final) {
225 AddAddress(const rtc::SocketAddress& address, const rtc::SocketAddress& base_address, const rtc::SocketAddress& related_address, const std::string& protocol, const std::string& relay_protocol, const std::string& tcptype, const std::string& type, uint32_t type_preference, uint32_t relay_preference, bool final) argument
H A Dport.h317 bool final);
H A Dport_unittest.cc157 bool final) {
159 type_preference, 0, final);
153 AddCandidateAddress(const rtc::SocketAddress& addr, const rtc::SocketAddress& base_address, const std::string& type, int type_preference, bool final) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_decoder_isac_t.h22 class AudioDecoderIsacT final : public AudioDecoder { class in namespace:webrtc
H A Daudio_encoder_isac_t.h24 class AudioEncoderIsacT final : public AudioEncoder { class in namespace:webrtc
H A Dlocked_bandwidth_info.h23 class LockedIsacBandwidthInfo final { class in namespace:webrtc
H A Dunittest.cc78 class BoundedCapacityChannel final { class in namespace:webrtc::__anon26182
/external/webrtc/webrtc/modules/audio_coding/codecs/mock/
H A Dmock_audio_encoder.h20 class MockAudioEncoder final : public AudioEncoder { class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_decoder_opus.h19 class AudioDecoderOpus final : public AudioDecoder { class in namespace:webrtc
H A Daudio_encoder_opus.h24 class AudioEncoderOpus final : public AudioEncoder { class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_decoder_pcm16b.h19 class AudioDecoderPcm16B final : public AudioDecoder { class in namespace:webrtc
H A Daudio_encoder_pcm16b.h21 class AudioEncoderPcm16B final : public AudioEncoderPcm { class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
H A Daudio_encoder_copy_red.h26 class AudioEncoderCopyRed final : public AudioEncoder { class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_network_stats_unittest.cc23 class MockAudioDecoder final : public AudioDecoder { class in namespace:webrtc::test
H A Dstatistics_calculator.h114 class PeriodicUmaCount final : public PeriodicUmaLogger { class in class:webrtc::StatisticsCalculator
130 class PeriodicUmaAverage final : public PeriodicUmaLogger { class in class:webrtc::StatisticsCalculator
/external/webrtc/webrtc/modules/audio_coding/test/
H A DTestVADDTX.h78 class TestWebRtcVadDtx final : public TestVadDtx { class in namespace:webrtc
95 class TestOpusDtx final : public TestVadDtx { class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dagc_manager_direct.h39 class AgcManagerDirect final { class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_file_processor.h84 class WavFileProcessor final : public AudioFileProcessor { class in namespace:webrtc
107 class AecDumpFileProcessor final : public AudioFileProcessor { class in namespace:webrtc

Completed in 366 milliseconds

1234567891011>>