Searched defs:Encode (Results 76 - 89 of 89) sorted by relevance

1234

/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp813 bool CCodec_FlateModule::Encode(const uint8_t* src_buf, function in class:CCodec_FlateModule
834 bool ret = Encode(pSrcBuf, src_size, dest_buf, dest_size);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp330 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OS);
339 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OS);
344 void MCDwarfLineAddr::Encode(int64_t LineDelta, uint64_t AddrDelta, function in class:MCDwarfLineAddr
/external/tensorflow/tensorflow/core/framework/
H A Dtensor.cc131 static void Encode(TensorBuffer* in, int64 n, Destination* out) { function in struct:tensorflow::__anon26273::Helper
172 static void Encode(TensorBuffer* in, int64 n, Destination* out) { function in struct:tensorflow::__anon26273::Helper
209 static void Encode(TensorBuffer* in, int64 n, Destination* out) { function in struct:tensorflow::__anon26273::Helper
239 static void Encode(TensorBuffer* in, int64 n, Destination* out) { function in struct:tensorflow::__anon26273::Helper
362 data[i].Encode(&tmp);
854 CASES(dtype(), Helper<T>::Encode(buf_, shape_.num_elements(),
/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc361 // Encode() sets the type_name of the VariantTensorData object to
382 // that it can be written on the next call to Encode().
393 void Encode(VariantTensorData* data) const { *data = *data_; } function in class:tensorflow::__anon26423::IteratorStateVariant
/external/vboot_reference/utility/
H A Deficompress.c141 Encode (
341 Status = Encode();
866 Encode () function
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_impl.cc128 int32_t AudioCodingModuleImpl::Encode(const InputData& input_data) { function in class:webrtc::acm2::AudioCodingModuleImpl
151 encoded_info = audio_encoder->Encode(
278 return r < 0 ? r : Encode(input_data);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc712 int VP8EncoderImpl::Encode(const VideoFrame& frame, function in class:webrtc::__anon31030::VP8EncoderImpl
/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp2646 void Encode ();
2856 // Encode the DC coefficient difference per section F.1.2.1
2885 * Encode a single difference value.
2899 // Encode the DC coefficient difference per section F.1.2.1
3061 * Encode and output Huffman-compressed image data.
3727 void dng_lossless_encoder::Encode () function in class:dng_lossless_encoder
3743 // Encode the image.
3774 encoder.Encode ();
/external/llvm/lib/MC/
H A DMCDwarf.cpp411 MCDwarfLineAddr::Encode(Context, Params, LineDelta, AddrDelta, OS);
422 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params, function in class:MCDwarfLineAddr
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs78 public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method in struct:SevenZip.Compression.LZMA.Encoder.LiteralEncoder.Encoder2
84 m_Encoders[context].Encode(rangeEncoder, bit);
103 m_Encoders[state].Encode(rangeEncoder, bit);
196 public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState) method in class:SevenZip.Compression.LZMA.Encoder.LenEncoder
200 _choice.Encode(rangeEncoder, 0);
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
206 _choice.Encode(rangeEncoder, 1);
209 _choice2.Encode(rangeEncoder, 0);
210 _midCoder[posState].Encode(rangeEncoder, symbol);
214 _choice2.Encode(rangeEncode
271 public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState) method in class:SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java78 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte symbol) throws IOException method in class:Encoder.LiteralEncoder.Encoder2
84 rangeEncoder.Encode(m_Encoders, context, bit);
103 rangeEncoder.Encode(m_Encoders, state, bit);
196 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) throws IOException method in class:Encoder.LenEncoder
200 rangeEncoder.Encode(_choice, 0, 0);
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
206 rangeEncoder.Encode(_choice, 0, 1);
209 rangeEncoder.Encode(_choice, 1, 0);
210 _midCoder[posState].Encode(rangeEncoder, symbol);
214 rangeEncoder.Encode(_choic
271 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) throws IOException method in class:Encoder.LenPriceTableEncoder
[all...]
/external/syslinux/gpxe/src/util/
H A Dnrv2b.c1236 void Encode(void) /* compression */ function
1494 Encode();
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc94 int32_t Encode(const webrtc::VideoFrame& input_image,
222 // and the next Encode() call being ignored.
383 int32_t MediaCodecVideoEncoder::Encode( function in class:webrtc_jni::MediaCodecVideoEncoder
/external/pdfium/fxjs/
H A Dcfxjse_formcalc_context.cpp267 {"Encode", CFXJSE_FormCalcContext::Encode},
3460 void CFXJSE_FormCalcContext::Encode(CFXJSE_Value* pThis, function in class:CFXJSE_FormCalcContext
3465 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Encode");

Completed in 615 milliseconds

1234