HomeSort by relevance Sort by last modified time
    Searched defs:encoder (Results 151 - 175 of 215) sorted by null

1 2 3 4 5 67 8 9

  /external/lzma/C/
LzmaEnc.c 1 /* LzmaEnc.c -- LZMA Encoder
1657 const CLzmaProb *encoder = p->posSlotEncoder[lenToPosState]; local
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 9 public class Encoder
74 public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitBitModels(m_Encoders); }
78 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte symbol) throws IOException
89 public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte matchByte, byte symbol) throws IOException
119 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[((1 + matchBit) << 8) + context], bit);
131 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[context], bit);
186 SevenZip.Compression.RangeCoder.Encoder.InitBitModels(_choice);
196 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) throws IOException
222 int a0 = SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_choice[0]);
223 int a1 = SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_choice[0]);
1328 BitTreeEncoder encoder = _posSlotEncoder[lenToPosState]; local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 1155 int32_t encoder; local
4523 int32_t encoder = false; local
    [all...]
  /external/zxing/core/
core.jar 
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 2868 const std::string encoder = fields[1]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 787 void RegisterEncoder(int pl_type, webrtc::VideoEncoder* encoder) {
789 registered_encoders_[pl_type] = encoder;
3717 webrtc::VideoEncoder* encoder = local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 91 * encoded with) in this encoder is very good, almost always yielding
96 * parameter estimation in this encoder is very good, almost always
150 static void set_defaults_(FLAC__StreamEncoder *encoder);
151 static void free_(FLAC__StreamEncoder *encoder);
152 static FLAC__bool resize_buffers_(FLAC__StreamEncoder *encoder, unsigned new_blocksize);
153 static FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, unsigned samples, FLAC__bool is_last_block);
154 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
155 static void update_metadata_(const FLAC__StreamEncoder *encoder);
157 static void update_ogg_metadata_(FLAC__StreamEncoder *encoder);
159 static FLAC__bool process_frame_(FLAC__StreamEncoder *encoder, FLAC__bool is_fractional_block, FLAC__bool is_last_block)
524 FLAC__StreamEncoder *encoder; local
4172 FLAC__StreamEncoder *encoder = (FLAC__StreamEncoder*)client_data; local
4203 FLAC__StreamEncoder *encoder = (FLAC__StreamEncoder *)client_data; local
4251 FLAC__StreamEncoder *encoder = (FLAC__StreamEncoder*)client_data; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/chromium_org/third_party/libxml/src/
testapi.c 27500 xmlCharEncodingHandlerPtr encoder; \/* the encoding converter or NULL *\/ local
28207 xmlCharEncodingHandlerPtr encoder; \/* the encoding converter or NULL *\/ local
28248 xmlCharEncodingHandlerPtr encoder; \/* the encoding converter or NULL *\/ local
28289 xmlCharEncodingHandlerPtr encoder; \/* the encoding converter or NULL *\/ local
28330 xmlCharEncodingHandlerPtr encoder; \/* the encoding converter or NULL *\/ local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
signapk.jar 

Completed in 1437 milliseconds

1 2 3 4 5 67 8 9