HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 651 - 675 of 3290) sorted by null

<<21222324252627282930>>

  /external/libavc/encoder/
ih264e_cavlc.c 408 /* Initialize VLC table (Suffix Length) to encode the level */
621 /* encode ac block index 4x4 = 0*/
634 /* encode ac block index 4x4 = 1*/
647 /* encode ac block index 4x4 = 2*/
660 /* encode ac block index 4x4 = 0*/
747 /* encode luma residue */
763 /* encode dc block */
772 /* encode ac block index 8x8 = 0*/
784 /* encode sub blk */
796 /* encode ac block index 8x8 = 1*
    [all...]
  /external/nanopb-c/tests/encode_unittests/
encode_unittests.c 245 msg.data.funcs.encode = &fieldcallback;
301 msg.submsg.data.funcs.encode = &fieldcallback;
302 msg2.submsg.submsg.data.funcs.encode = &fieldcallback;
310 msg.submsg.data.funcs.encode = &crazyfieldcallback;
312 msg2.submsg.submsg.data.funcs.encode = &crazyfieldcallback;
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc.c 89 klass->encode = mix_videofmtenc_encode_default;
356 "======Video Encode Parent Object properities======:\n");
460 if (klass->encode) {
461 return klass->encode(mix, bufin, bufincnt, iovout, iovoutcnt, encode_params);
497 if (klass->encode) {
mixvideoformatenc_mpeg4.c 78 video_formatenc_class->encode = mix_videofmtenc_mpeg4_encode;
242 "======MPEG4 Encode Object properities======:\n");
558 //which is useful to check before encode
666 "not MPEG4 video encode Object\n");
708 if (parent_class->encode) {
709 return parent_class->encode(mix, bufin, bufincnt, iovout,
724 //TODO: also we could move some encode Preparation work to here
746 "not MPEG4 video encode Object\n");
    [all...]
  /external/vixl/src/vixl/a64/
instructions-a64.h 591 // The integer format map uses three bits (Q, size<1:0>) to encode the
601 // The long integer format map uses two bits (size<1:0>) to encode the
611 // The FP format map uses two bits (Q, size<0>) to encode the NEON FP vector
614 // The FP format map assumes two bits (Q, size<0>) are used to encode the
622 // The load/store format map uses three bits (Q, 11, 10) to encode the
632 // The logical format map uses one bit (Q) to encode the NEON vector format:
641 // The triangular format map uses between two and five bits to encode the NEON
656 // The scalar format map uses two bits (size<1:0>) to encode the NEON scalar
665 // The long scalar format map uses two bits (size<1:0>) to encode the longer
674 // The FP scalar format map assumes one bit (size<0>) is used to encode th
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 69 /* {"OMX.TI.G729.encode", NULL},
71 {"OMX.TI.G722.encode", NULL},
73 {"OMX.TI.G711.encode", NULL},
75 {"OMX.TI.G723.encode", NULL},
77 {"OMX.TI.G726.encode", NULL},
79 {"OMX.TI.GSMFR.encode", NULL},
86 {"OMX.TI.AAC.encode", "audio_encoder.aac"},
91 {"OMX.TI.AMR.encode", "audio_encoder.amrnb"},
92 {"OMX.TI.WBAMR.encode", "audio_encoder.amrwb"},
94 /* {"OMX.TI.PCM.encode", NULL}
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 203 """A synonym for self.encode()."""
204 return self.encode()
232 return other == self.encode()
256 ustr.encode() call.
276 ustr.encode(outcodec, errors)
284 s = s.encode(outcodec, errors)
344 # MIME-encode a header with many different charsets and/or encodings.
378 def encode(self, splitchars=';, '):
379 """Encode a message header into an RFC-compliant format.
384 7-bit ASCII, care must be taken to properly convert and encode (wit
374 def encode(self, splitchars=';, '): member in class:Header
    [all...]
charset.py 153 built-in, or to the encode() method of a Unicode string.
211 input_charset.encode('ascii')
216 input_charset = input_charset.lower().encode('ascii')
277 return unicode(s, self.input_codec).encode(self.output_codec)
323 return ustr.encode(codec, 'replace')
352 """Header-encode a string, optionally converting it to output_charset.
383 """Body-encode a string and convert it to output_charset.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 203 """A synonym for self.encode()."""
204 return self.encode()
232 return other == self.encode()
256 ustr.encode() call.
276 ustr.encode(outcodec, errors)
284 s = s.encode(outcodec, errors)
344 # MIME-encode a header with many different charsets and/or encodings.
378 def encode(self, splitchars=';, '):
379 """Encode a message header into an RFC-compliant format.
384 7-bit ASCII, care must be taken to properly convert and encode (wit
374 def encode(self, splitchars=';, '): member in class:Header
    [all...]
charset.py 153 built-in, or to the encode() method of a Unicode string.
211 input_charset.encode('ascii')
216 input_charset = input_charset.lower().encode('ascii')
277 return unicode(s, self.input_codec).encode(self.output_codec)
323 return ustr.encode(codec, 'replace')
352 """Header-encode a string, optionally converting it to output_charset.
383 """Body-encode a string and convert it to output_charset.
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 93 * @see #encode(byte[])
319 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset)));
330 String md5a1 = encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset)));
340 String md5a2 = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(a2)));
373 encode(md5Helper.digest(EncodingUtils.getAsciiBytes(serverDigestValue)));
456 private static String encode(byte[] binaryData) { method in class:DigestScheme
485 cnonce = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(cnonce)));
  /external/libopus/silk/float/
encode_frame_FLP.c 35 /* Low Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode with lower bitrate */
74 /* Encode frame */
109 /* pointers aligned with start of frame to encode */
110 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; /* start of frame to encode */
194 /* Encode Parameters */
199 /* Encode Excitation Signal */
318 /* Low-Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode excitation at lower bitrate */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 319 if (mode==0) { /* Encode using FLOAT, decode using FLOAT */
321 printf("Coding mode: Encode using FLOAT, decode using FLOAT \n\n");
336 } else if (mode==1) { /* Encode using FLOAT, decode using FIX */
338 printf("Coding mode: Encode using FLOAT, decode using FIX \n\n");
365 } else if (mode==2) { /* Encode using FIX, decode using FLOAT */
367 printf("Coding mode: Encode using FIX, decode using FLOAT \n\n");
396 printf("Coding mode: Encode using FIX, decode using FIX \n\n");
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 30 /* Purpose : Encode a frame of MPEG4 bitstream in datapartitioning mode. */
133 /* MB VLC Encode: VLC Encode MB */
204 /* Purpose : Encode a slice of MPEG4 bitstream in DataPar mode and save */
335 else /* don't encode the first MB in packet again */
349 /* MB VLC Encode: VLC Encode MB */
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 300 * Description : Video encode context
333 IMG_UINT32 ui32CabacBinLimit; //!< Min Bin Limit after which the Topaz hardware would encode MB as IPCM
334 IMG_UINT32 ui32CabacBinFlex; //!< Max Flex-Limit, the Topaz-HW will encode MB as IPCM after (BinLimit+BinFlex)
354 IMG_UINT8 ui8MPEG2IntraDCPrecision; // Only used in MPEG2, 2 bit field (0 = 8 bit, 1 = 9 bit, 2 = 10 bit and 3=11 bit precision). Set to zero for other encode standards.
382 IMG_BOOL bEncoderIdle; // Indicates that the encoder is waiting for data, Set to true at start of encode
459 //JPEG encode buffer sizes
464 //JPEG encode context data
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 5 Decode quoted-printable parts of a mail message or encode using
11 to encode and decode respectively. Input and output may be the name
20 to encode and decode respectively. Infile defaults to standard
25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
449 encode = mimify variable
451 encode = unmimify variable
468 encode(*encode_args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 5 Decode quoted-printable parts of a mail message or encode using
11 to encode and decode respectively. Input and output may be the name
20 to encode and decode respectively. Infile defaults to standard
25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
449 encode = mimify variable
451 encode = unmimify variable
468 encode(*encode_args)
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
BaseEncoding.java 50 * BaseEncoding.base32().encode("foo".getBytes(Charsets.US_ASCII))}</pre>
74 * <p>It is guaranteed that {@code encoding.decode(encoding.encode(x))} is always equal to
149 public String encode(byte[] bytes) { method in class:BaseEncoding
150 return encode(checkNotNull(bytes), 0, bytes.length);
157 public final String encode(byte[] bytes, int off, int len) { method in class:BaseEncoding
187 * This is the inverse operation to {@link #encode(byte[])}.
202 * This is the inverse operation to {@link #encode(byte[])}.
436 char encode(int bits) { method in class:BaseEncoding.Alphabet
550 out.write(alphabet.encode(charIndex));
566 out.write(alphabet.encode(charIndex))
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 705 return encode(input, pos, limit, " \"';<=>@[]^`{}|");
709 return encode(input, pos, limit, " \"':;<=>@[]\\^`{}|");
744 String portString = encode(input, pos, limit, ""); // To skip '\n' etc.
754 encode(pathBuilder, input, pos, limit, " \"<>^`{}|"); method
758 return encode(input, pos, limit, " \"'<>");
762 return encode(input, pos, limit, ""); // To skip '\n' etc.
815 static String encode(String input, int pos, int limit, String encodeSet) { method in class:HttpUrl
825 encode(out, input, i, limit, encodeSet); method
834 static void encode(StringBuilder out, String input, int pos, int limit, String encodeSet) { method in class:HttpUrl
847 // Percent encode this character
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 56 static uint32_t Encode(const ExternalReferenceEncoder& encoder, T id) {
57 return encoder.Encode(AddressOf(id));
72 Encode(encoder, Builtins::kArrayCode));
74 Encode(encoder, Runtime::kAbort));
78 encoder.Encode(stack_limit_address.address()));
82 encoder.Encode(real_stack_limit_address.address()));
84 encoder.Encode(ExternalReference::debug_break(isolate).address()));
87 encoder.Encode(ExternalReference::new_space_start(isolate).address()));
90 encoder.Encode(ExternalReference::roots_array_start(isolate).address()));
92 encoder.Encode(ExternalReference::cpu_features().address()))
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 73 * Encode a value with Double Metaphone
75 * @param value String to encode
83 * Encode a value with Double Metaphone, optionally using the alternate
86 * @param value String to encode
87 * @param alternate use alternate encode
198 * Encode the value using DoubleMetaphone. It will only work if
201 * @param obj Object to encode (should be of type String)
203 * @throws EncoderException encode parameter is not of type String
205 public Object encode(Object obj) throws EncoderException { method in class:DoubleMetaphone
207 throw new EncoderException("DoubleMetaphone encode parameter is not of type String");
218 public String encode(String value) { method in class:DoubleMetaphone
    [all...]
  /art/compiler/dex/
verified_method.cc 48 return nullptr; // Not a real failure, but a failure to encode.
97 LOG(WARNING) << "Cannot encode GC map for method with " << ref_bitmap_bits << " registers: "
102 // There are 2 bytes to encode the number of entries.
104 LOG(WARNING) << "Cannot encode GC map for method with " << num_entries << " entries: "
118 LOG(WARNING) << "Cannot encode GC map for method with "
195 *ref_bitmap_bits = max_ref_reg + 1; // If max register is 0 we need 1 bit to encode (ie +1).
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 99 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
166 bufInfos = encode(params);
211 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
271 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
342 ArrayList<MediaCodec.BufferInfo> bufInfo = encode(params);
433 if (encode(params) == null) {
  /external/guava/guava-tests/test/com/google/common/collect/
MapsCollectionTest.java 474 private static String encode(String str) { method in class:MapsCollectionTest
476 return BaseEncoding.base64().encode(str.getBytes(Charsets.UTF_8.name()));
515 map.put(entry.getKey(), encode(entry.getValue()));
534 map.put(entry.getKey(), encode(entry.getValue()));
558 map.put(entry.getKey(), encode(entry.getValue()));
575 map.put(entry.getKey(), encode(entry.getValue()));
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
BOCSU.java 36 * (initial 0). For each code point in the string, encode the
43 * <p>We encode differences with few bytes if their absolute values
47 * lead byte range in the middle and encode non-negative values going
66 * establish correct order. It would be possible to encode slightly
84 * Encode the code points of a string as
249 * Encode one difference value -0x10ffff..+0x10ffff in 1..4 bytes,

Completed in 852 milliseconds

<<21222324252627282930>>