HomeSort by relevance Sort by last modified time
    Searched refs:DECODE (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.cpp 17 int CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) function in class:CJBig2_ArithIntDecoder
23 S = pArithDecoder->DECODE(IAx + PREV);
25 D = pArithDecoder->DECODE(IAx + PREV);
28 D = pArithDecoder->DECODE(IAx + PREV);
31 D = pArithDecoder->DECODE(IAx + PREV);
34 D = pArithDecoder->DECODE(IAx + PREV);
37 D = pArithDecoder->DECODE(IAx + PREV);
64 D = pArithDecoder->DECODE(IAx + PREV);
92 int CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) function in class:CJBig2_ArithIaidDecoder
99 D = pArithDecoder->DECODE(IAID + PREV);
    [all...]
JBig2_ArithDecoder.h 24 int DECODE(JBig2ArithCtx *pCX);
73 inline int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx *pCX)
JBig2_GeneralDecoder.cpp 60 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
81 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
115 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
147 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
185 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
202 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
214 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
231 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
241 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
264 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
1266 CJBig2_Image *CJBig2_GRRDProc::decode(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext) function in class:CJBig2_GRRDProc
    [all...]
  /external/openfst/src/include/fst/script/
decode.h 32 void Decode(DecodeArgs *args) {
35 EncodeMapper<Arc> *decoder = EncodeMapper<Arc>::Read(args->arg2, DECODE);
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaCodecVideoDecoder.java 32 public static final int DECODE = 0;
71 case DECODE:
75 handler.obtainMessage(DECODE), delayMillis);
138 handler.sendMessage(handler.obtainMessage(DECODE));
332 // Decode and render to surface if desired.
  /external/lzma/Asm/x86/
AesOpt.asm 73 ; ---------- AES-CBC Decode ----------
81 DECODE macro op:req
103 DECODE LOAD_OP_W
118 DECODE LOAD_OP
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 30 enum EncodeType { ENCODE = 1, DECODE = 2 };
123 // Given an encode arc Label decode back to input/output labels and costs
124 const Tuple* Decode(Label key) {
188 // A mapper to encode/decode weighted transducers. Encoding of an
198 // EncodeTable is generated the same table may by used to decode the machine
201 // Encode -> Determinize -> Decode
204 // decode, even though the encoding is not complete.
220 // Copy constructor but setting the type, typically to DECODE
249 table_->Decode(arc.ilabel);
327 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper)
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 76 * Encode/decode another block of input data. this.output is
103 * Decode the Base64-encoded data in input and return the data in
109 * @param str the input String to decode, which is converted to
112 * Pass {@code DEFAULT} to decode standard Base64.
117 public static byte[] decode(String str, int flags) { method in class:Base64
118 return decode(str.getBytes(), flags);
122 * Decode the Base64-encoded data in input and return the data in
128 * @param input the input array to decode
130 * Pass {@code DEFAULT} to decode standard Base64.
135 public static byte[] decode(byte[] input, int flags) method in class:Base64
155 public static byte[] decode(byte[] input, int offset, int len, int flags) { method in class:Base64
    [all...]
  /external/openfst/src/include/fst/
encode.h 45 enum EncodeType { ENCODE = 1, DECODE = 2 };
158 // Given an encode arc Label decode back to input/output labels and costs
159 const Tuple* Decode(Label key) const {
161 LOG(ERROR) << "EncodeTable::Decode: unknown decode key: " << key;
287 // A mapper to encode/decode weighted transducers. Encoding of an
297 // EncodeTable is generated the same table may by used to decode the machine
300 // Encode -> Determinize -> Decode
303 // decode, even though the encoding is not complete.
323 // Copy constructor but setting the type, typically to DECODE
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 32 public final static int DECODE = 0;
804 public static byte[] decode( byte[] source, int off, int len, int options ) method in class:Base64
863 public static byte[] decode( String s ) method in class:Base64
878 public static byte[] decode( String s, int options ) method in class:Base64
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 

Completed in 133 milliseconds