Searched defs:Decode (Results 1 - 25 of 125) sorted by last modified time

12345

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1008 static WebRtc_Word16 Decode(ISACStruct* ISAC_main_inst, function
1177 /* Decode jitter information. */
1197 /* Decode bandwidth information. */
1314 return Decode(ISAC_main_inst, encoded, lenEncodedBytes, decoded,
1346 return Decode(ISAC_main_inst, encoded, lenEncodedBytes, decoded,
1715 /* Decode frame length. */
1721 /* Decode BW estimation. */
1764 /* Decode frame length. */
/external/vixl/src/a64/
H A Ddecoder-a64.cc33 void Decoder::Decode(Instruction *instr) { function in class:vixl::Decoder
/external/webp/src/dec/
H A Dwebp.c482 // Decode bitstream header, update io->width/io->height.
489 if (status == VP8_STATUS_OK) { // Decode
511 if (status == VP8_STATUS_OK) { // Decode
611 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, function
629 // Decode
642 return Decode(MODE_RGB, data, data_size, width, height, NULL);
647 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
652 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
657 return Decode(MODE_BGR, data, data_size, width, height, NULL);
662 return Decode(MODE_BGR
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h124 const Tuple* Decode(Label key) { function in class:fst::EncodeTable
201 // Encode -> Determinize -> Decode
249 table_->Decode(arc.ilabel);
327 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { function in namespace:fst
/external/skia/src/images/
H A DSkMovie_gif.cpp36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { function
44 fGIF = DGifOpen( stream, Decode );
46 fGIF = DGifOpen( stream, Decode, NULL );
/external/skia/dm/
H A DDMWriteTask.cpp89 static bool Decode(const char* path, SkImageInfo info, SkBitmap* bitmap) { function in struct:DM::__anon30430::PngAndRaw
188 if (!PngAndRaw::Decode(path.c_str(), bitmap.info(), &expected)) {
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp1024 DECLARE_PDF_NAME(Decode); variable
1057 HANDLE_NAME_ABBR(key, Decode, D);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.cpp171 SkPdfArray* SkPdfImageDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
172 SkPdfNativeObject* ret = get("Decode", "");
180 return get("Decode", "") != NULL;
H A DSkPdfType0FunctionDictionary_autogen.cpp59 SkPdfArray* SkPdfType0FunctionDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType0FunctionDictionary
60 SkPdfNativeObject* ret = get("Decode", "");
68 return get("Decode", "") != NULL;
H A DSkPdfType4ShadingDictionary_autogen.cpp47 SkRect SkPdfType4ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType4ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
H A DSkPdfType5ShadingDictionary_autogen.cpp47 SkPdfArray* SkPdfType5ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType5ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
H A DSkPdfType6ShadingDictionary_autogen.cpp47 SkPdfArray* SkPdfType6ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType6ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp80 FX_BOOL Decode(FX_LPBYTE output, FX_DWORD& outlen, const FX_BYTE* input, FX_DWORD& size, FX_BOOL bEarlyChange);
128 int CLZWDecoder::Decode(FX_LPBYTE dest_buf, FX_DWORD& dest_size, const FX_BYTE* src_buf, FX_DWORD& src_size, FX_BOOL bEarlyChange) function in class:CLZWDecoder
882 int err = pDecoder->Decode(NULL, dest_size, src_buf, offset, bEarlyChange);
896 pDecoder->Decode(dest_buf, dest_size, src_buf, offset, bEarlyChange);
H A Dfx_codec_jbig.cpp28 FX_BOOL CCodec_Jbig2Module::Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size, function in class:CCodec_Jbig2Module
49 FX_BOOL CCodec_Jbig2Module::Decode(IFX_FileRead* file_ptr, function in class:CCodec_Jbig2Module
H A Dfx_codec_jpx_opj.cpp559 FX_BOOL Decode(FX_LPBYTE dest_buf, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets);
672 FX_BOOL CJPX_Decoder::Decode(FX_LPBYTE dest_buf, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets) function in class:CJPX_Decoder
790 FX_BOOL CCodec_JpxModule::Decode(void* ctx, FX_LPBYTE dest_data, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets) function in class:CCodec_JpxModule
793 return pDecoder->Decode(dest_data, pitch, bTranslateColor, offsets);
/external/openfst/src/include/fst/
H A Dencode.h159 const Tuple* Decode(Label key) const { function in class:fst::EncodeTable
161 LOG(ERROR) << "EncodeTable::Decode: unknown decode key: " << key;
300 // Encode -> Determinize -> Decode
448 const typename EncodeTable<A>::Tuple* tuple = table_->Decode(arc.ilabel);
473 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { function in namespace:fst
/external/openfst/src/include/fst/script/
H A Ddecode.h32 void Decode(DecodeArgs *args) { function in namespace:fst::script
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
/external/openfst/src/script/
H A Ddecode.cc25 void Decode(MutableFstClass *ofst, const string &coder_fname) { function in namespace:fst::script
28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs);
32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs);
33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
/external/lzma/C/
H A DPpmd7.h98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size); member in struct:__anon26723
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c108 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function
226 res = Decode(&outStream.s, useOutFile ? &inStream.s : NULL);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp89 HRESULT CDecoder::Decode( function in class:NArchive::N7z::CDecoder
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h143 void Decode(UInt32 start, UInt32 size) function in class:NCompress::NRangeCoder::CDecoder
H A DRangeCoderBit.h83 UInt32 Decode(CDecoder *decoder) function in class:NCompress::NRangeCoder::CBitDecoder
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp501 HRESULT Decode(UInt32 decoderIndex);
526 encoder->Results[decoder->DecoderIndex] = encoder->Decode(decoder->DecoderIndex);
622 HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) function in class:CEncoderInfo
804 RINOK(encoder.Decode(0));
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) method in class:SevenZip.Compression.LZMA.Decoder.LenDecoder
44 if (m_Choice.Decode(rangeDecoder) == 0)
45 return m_LowCoder[posState].Decode(rangeDecoder);
49 if (m_Choice2.Decode(rangeDecoder) == 0)
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
54 symbol += m_HighCoder.Decode(rangeDecoder);
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
85 uint bit = m_Decoders[((1 + matchBit) << 8) + symbol].Decode(rangeDecoder);
90 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecode
[all...]

Completed in 247 milliseconds

12345