Searched refs:word (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_QuantTables_s.S25 .word 21845, 21845, 21845, 21845, 21845, 21845
26 .word 43690, 43690, 43690, 43690, 43690, 43690
27 .word 87381, 87381, 87381, 87381, 87381, 87381
28 .word 174762, 174762, 174762, 174762, 174762, 174762
29 .word 349525, 349525, 349525, 349525, 349525, 349525
30 .word 699050, 699050, 699050, 699050, 699050, 699050
31 .word 1398101, 1398101, 1398101, 1398101, 1398101, 1398101
32 .word 2796202, 2796202, 2796202, 2796202, 2796202, 2796202
H A DarmVCM4P10_Interpolate_Chroma_s.S16 .word WidthIs2MVIsNotZero, WidthIs2MVIsNotZero
17 .word WidthIs4MVIsNotZero, WidthIs4MVIsNotZero
18 .word WidthIs8MVIsNotZero
21 .word WidthIs2MVIsZero, WidthIs2MVIsZero
22 .word WidthIs4MVIsZero, WidthIs4MVIsZero
23 .word WidthIs8MVIsZero
H A DomxVCM4P10_PredictIntra_4x4_s.S16 .word OMX_VC_4x4_VERT, OMX_VC_4x4_HOR
17 .word OMX_VC_4x4_DC, OMX_VC_4x4_DIAG_DL
18 .word OMX_VC_4x4_DIAG_DR, OMX_VC_4x4_VR
19 .word OMX_VC_4x4_HD, OMX_VC_4x4_VL
20 .word OMX_VC_4x4_HU
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp425 uint32 word; local
434 word = (tmp << 8) | tmp;
435 word = (word << 16) | word;
437 *((uint32*)(comp += offset)) = word;
438 *((uint32*)(comp + 4)) = word;
453 int32 word; local
473 word = ((x0 + x4) >> 14);
474 CLIP_RESULT(word)
510 int32 word; local
583 int32 word; local
[all...]
H A Dblock_idct.cpp630 int32 word; local
696 word = ((x7 + x1) >> 14);
697 CLIP_RESULT(word)
701 word = word | (temp << 8);
705 word = word | (temp << 16);
709 word = word | (temp << 24);
710 *((int32*)(comp)) = word;
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp20 /* Change the bitstream parsing algorithm. Use temporary word of 2 or 4 bytes */
69 stream->word = 0;
126 stream->word <<= Length;
127 stream->word |= Value; /* assuming Value is not larger than Length */
134 stream->word <<= stream->bitLeft;
136 stream->word |= ((UInt)Value >> Length);
146 stream->word = Value;
200 /* Purpose : save written word into the bitstream buffer. */
210 UInt word; local
223 word
260 UInt word, shift; local
584 UInt word; local
[all...]
H A Dmotion_est.cpp681 ULong word; local
696 word = ptr[0];
698 word |= (byte << 8);
700 word |= (byte << 16);
702 word |= (byte << 24);
703 *htfmMB++ = word;
705 word = *(ptr += (width << 2));
707 word |= (byte << 8);
709 word |= (byte << 16);
711 word |
[all...]
H A Ddct.cpp57 /* assuming the block is word-aligned */
286 /* assuming the block is word-aligned */
492 /* assuming the block is word-aligned */
1251 ULong word; local
1258 word = *((ULong*)cur);
1259 temp += (word >> 24);
1260 temp += ((word >> 16) & 0xFF);
1261 temp += ((word >> 8) & 0xFF);
1262 temp += (word & 0xFF);
1264 word
[all...]
/frameworks/base/core/java/android/provider/
H A DUserDictionary.java59 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
66 * The word column.
69 public static final String WORD = "word";
78 * The locale that this word belongs to. Null if it pertains to all
85 * The uid of the application that inserted the word.
90 /** The locale type to specify that the word is common to all locales. */
93 /** The locale type to specify that the word is for the current locale. */
101 /** Adds a word to the dictionary, with the given frequency and the specified
104 * @param word the word t
109 addWord(Context context, String word, int frequency, int localeType) argument
[all...]
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_mdct_18_gcc.s325 .word constdata$1
331 .word 0x0807d2b0
332 .word 0x08483ee0
333 .word 0x08d3b7d0
334 .word 0x09c42570
335 .word 0x0b504f30
336 .word 0x0df29440
337 .word 0x12edfb20
338 .word 0x1ee8dd40
339 .word
[all...]
H A Dpvmp3_dct_16_gcc.s422 .word 0x404f4680
424 .word 0x519e4e00
426 .word 0x4140fb80
428 .word 0x42e13c00
430 .word 0x6e3c9300
432 .word 0x4cf8de80
434 .word 0x48919f80
436 .word 0x43e22480
438 .word 0x73326b80
440 .word
[all...]
H A Dpvmp3_dct_9_gcc.s176 .word 0x620dbe80
178 .word 0x163a1a80
180 .word 0x7847d900
182 .word 0x87b82700
184 .word 0xd438af00
186 .word 0xadb92280
188 .word 0x91261480
190 .word 0x81f1d200
192 .word 0x6ed9eb80
/frameworks/base/core/java/android/widget/
H A DAlphabetIndexer.java124 * Default implementation compares the first character of word with letter.
126 protected int compare(String word, String letter) { argument
128 if (word.length() == 0) {
131 firstLetter = word.substring(0, 1);
H A DSimpleAdapter.java358 String word = words[k];
360 if (word.toLowerCase().startsWith(prefixString)) {
H A DSpellChecker.java50 // Rough estimate, such that the word iterator interval usually does not need to be shifted
258 // Do not check this word if the user is currently editing it
260 final String word = (editable instanceof SpannableStringBuilder) ?
264 textInfos[textInfosCount++] = new TextInfo(word, mCookie, mIds[i]);
424 // Move back to the beginning of the current word, if any
457 // A new word has been created across the interval boundaries with this edit.
497 // iterate word by word
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py59 for word in self.words:
63 for letter in word:
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java196 * Add a word to a slot.
199 * @param word word to insert.
200 * @param pron pronunciation, or null to derive from word.
201 * @param weight weight to give the word. One is normal, 50 is low.
204 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) { argument
205 SR_GrammarAddWordToSlot(mGrammar, slot, word, pron, weight, tag);
664 String word, String pronunciation, int weight, String tag);
701 // const LCHAR* word);
705 private static native String SR_VocabularyGetPronunciation(int vocabulary, String word); argument
663 SR_GrammarAddWordToSlot(int grammar, String slot, String word, String pronunciation, int weight, String tag) argument
[all...]
/frameworks/compile/linkloader/include/
H A DELFTypes.h126 typedef detail::ELFWord word; typedef in struct:ELFPrimitiveTypes
147 typedef detail::ELFWord word; typedef in struct:ELFPrimitiveTypes
188 typedef typename ELFPrimitiveTypes<BITWIDTH>::word word_t; \
206 typedef ELFPrimitiveTypes<BITWIDTH>::word word_t; \
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DCalcWindowEnergy_v5.s108 .word 0xbec8b439
109 .word 0x609d4952
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp749 uint32 word; local
763 word = ptr[0];
765 word |= (byte << 8);
767 word |= (byte << 16);
769 word |= (byte << 24);
770 *htfmMB++ = word;
772 word = *(ptr += (pitch << 2));
774 word |= (byte << 8);
776 word |= (byte << 16);
778 word |
[all...]
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py24 # the word "OLD".
243 # Extract a word following the specified prefix.
257 word = self._get_following_word(line, prefix)
258 if word is None:
260 return float(word)
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dpred_lt4_1_neon.s97 .word inter4_2
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py361 # Extract a word following the specified prefix.
375 word = self._get_following_word(line, prefix)
376 if word is None:
378 return float(word)
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java216 final String word = words[k];
218 if (word.startsWith(prefixString)) {
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css149 word-wrap: break-word;
943 word-wrap: break-word; /* IE 5.5+ */

Completed in 574 milliseconds

12