/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | idct_vca.cpp | 425 uint32 word; in idctrow1_intra() local 434 word = (tmp << 8) | tmp; in idctrow1_intra() 435 word = (word << 16) | word; in idctrow1_intra() 437 *((uint32*)(comp += offset)) = word; in idctrow1_intra() 438 *((uint32*)(comp + 4)) = word; in idctrow1_intra() 453 int32 word; in idctrow2_intra() local 473 word = ((x0 + x4) >> 14); in idctrow2_intra() 474 CLIP_RESULT(word) in idctrow2_intra() 478 word = word | (temp << 8); in idctrow2_intra() 481 word = word | (temp << 16); in idctrow2_intra() [all …]
|
D | block_idct.cpp | 631 int32 word; in idctrow_intra() local 697 word = ((x7 + x1) >> 14); in idctrow_intra() 698 CLIP_RESULT(word) in idctrow_intra() 702 word = word | (temp << 8); in idctrow_intra() 706 word = word | (temp << 16); in idctrow_intra() 710 word = word | (temp << 24); in idctrow_intra() 711 *((int32*)(comp)) = word; in idctrow_intra() 713 word = ((x8 - x6) >> 14); in idctrow_intra() 714 CLIP_RESULT(word) in idctrow_intra() 718 word = word | (temp << 8); in idctrow_intra() [all …]
|
/frameworks/minikin/tests/unittest/ |
D | HyphenatorTest.cpp | 50 const uint16_t word[] = {'t', 'a', 'b', 'l', 'e'}; in TEST() local 52 hyphenator->hyphenate(word, &result); in TEST() 64 const uint16_t word[] = {'l', 'l', MIDDLE_DOT, 'l', 'l'}; in TEST() local 66 hyphenator->hyphenate(word, &result); in TEST() 78 const uint16_t word[] = {'l', MIDDLE_DOT, 'l'}; in TEST() local 80 hyphenator->hyphenate(word, &result); in TEST() 90 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST() local 92 hyphenator->hyphenate(word, &result); in TEST() 102 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA}; in TEST() local 104 hyphenator->hyphenate(word, &result); in TEST() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.cpp | 69 stream->word = 0; in BitStreamCreateEnc() 126 stream->word <<= Length; in BitstreamPutBits() 127 stream->word |= Value; /* assuming Value is not larger than Length */ in BitstreamPutBits() 134 stream->word <<= stream->bitLeft; in BitstreamPutBits() 136 stream->word |= ((UInt)Value >> Length); in BitstreamPutBits() 146 stream->word = Value; in BitstreamPutBits() 210 UInt word; in BitstreamSaveWord() local 223 word = stream->word; in BitstreamSaveWord() 224 stream->word = 0; /* important to reset to zero */ in BitstreamSaveWord() 228 *ptr++ = word >> 24; in BitstreamSaveWord() [all …]
|
D | motion_est.cpp | 681 ULong word; in HTFMPrepareCurMB() local 696 word = ptr[0]; in HTFMPrepareCurMB() 698 word |= (byte << 8); in HTFMPrepareCurMB() 700 word |= (byte << 16); in HTFMPrepareCurMB() 702 word |= (byte << 24); in HTFMPrepareCurMB() 703 *htfmMB++ = word; in HTFMPrepareCurMB() 705 word = *(ptr += (width << 2)); in HTFMPrepareCurMB() 707 word |= (byte << 8); in HTFMPrepareCurMB() 709 word |= (byte << 16); in HTFMPrepareCurMB() 711 word |= (byte << 24); in HTFMPrepareCurMB() [all …]
|
/frameworks/minikin/libs/minikin/ |
D | Hyphenator.cpp | 120 void Hyphenator::hyphenate(const U16StringPiece& word, HyphenationType* out) const { in hyphenate() argument 121 const size_t len = word.size(); in hyphenate() 126 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word); in hyphenate() 137 hyphenateWithNoPatterns(word, out); in hyphenate() 225 static inline HyphenationType getHyphTypeForArabic(const U16StringPiece& word, size_t location) { in getHyphTypeForArabic() argument 228 while (static_cast<size_t>(i) < word.size() && in getHyphTypeForArabic() 229 (type = getJoiningType(word[i])) == U_JT_TRANSPARENT) { in getHyphTypeForArabic() 237 while (i >= 0 && (type = getJoiningType(word[i])) == U_JT_TRANSPARENT) { in getHyphTypeForArabic() 250 void Hyphenator::hyphenateWithNoPatterns(const U16StringPiece& word, HyphenationType* out) const { in hyphenateWithNoPatterns() argument 252 for (size_t i = 1; i < word.size(); i++) { in hyphenateWithNoPatterns() [all …]
|
D | LineBreakerUtil.cpp | 40 const U16StringPiece word = str.substr(Range(wordStart, i)); in hyphenate() local 41 if (word.size() <= LONGEST_HYPHENATED_WORD) { in hyphenate() 42 hyphenator.hyphenate(word, out.data() + wordStart); in hyphenate() 44 out.insert(out.end(), word.size(), HyphenationType::DONT_BREAK); in hyphenate()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/ |
D | pvmp3_mdct_18_gcc.s | 329 .word 0x0807d2b0 330 .word 0x08483ee0 331 .word 0x08d3b7d0 332 .word 0x09c42570 333 .word 0x0b504f30 334 .word 0x0df29440 335 .word 0x12edfb20 336 .word 0x1ee8dd40 337 .word 0x5bca2a00 339 .word 0x400f9c00 [all …]
|
D | pvmp3_dct_16_gcc.s | 424 .word 0x404f4680 426 .word 0x519e4e00 428 .word 0x4140fb80 430 .word 0x42e13c00 432 .word 0x6e3c9300 434 .word 0x4cf8de80 436 .word 0x48919f80 438 .word 0x43e22480 440 .word 0x73326b80 442 .word 0x52cb0e80 [all …]
|
D | pvmp3_dct_9_gcc.s | 176 .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/tools/aapt2/compile/ |
D | PngChunkFilter.cpp | 49 uint32_t word = ((uint32_t)data[0]) & 0x000000ff; in Peek32LE() local 50 word <<= 8; in Peek32LE() 51 word |= ((uint32_t)data[1]) & 0x000000ff; in Peek32LE() 52 word <<= 8; in Peek32LE() 53 word |= ((uint32_t)data[2]) & 0x000000ff; in Peek32LE() 54 word <<= 8; in Peek32LE() 55 word |= ((uint32_t)data[3]) & 0x000000ff; in Peek32LE() 56 return word; in Peek32LE()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NativeDaemonEvent.java | 232 String word = rawEvent.substring(current, wordEnd); in unescapeArgs() local 233 current += word.length(); in unescapeArgs() 235 word = word.trim(); in unescapeArgs() 240 word = word.replace("\\\\", "\\"); in unescapeArgs() 241 word = word.replace("\\\"", "\""); in unescapeArgs() 243 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'"); in unescapeArgs() 244 parsed.add(word); in unescapeArgs()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blur.S | 109 2: ifcc .word 1f-1b-8 277 100: .word 101f-100b 278 .word 102f-100b 279 .word 103f-100b 280 .word 104f-100b 281 .word 105f-100b 282 .word 106f-100b 283 .word 107f-100b 284 .word 108f-100b 348 100: .word 101f-100b [all …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 1085 2: .word colormatrix_int_stu1-2b 1086 .word colormatrix_int_stu1_end-2b 1087 .word colormatrix_int_stu2-2b 1088 .word colormatrix_int_stu2_end-2b 1089 .word colormatrix_int_stu3-2b 1090 .word colormatrix_int_stu3_end-2b 1091 .word colormatrix_int_stu4-2b 1092 .word colormatrix_int_stu4_end-2b 1093 3: .word colormatrix_int_ldu1-3b 1094 .word colormatrix_int_ldu1_end-3b [all …]
|
/frameworks/minikin/tests/perftests/ |
D | Hyphenator.cpp | 32 std::vector<uint16_t> word = utf8ToUtf16("hyphen"); in BM_Hyphenator_short_word() local 35 hyphenator->hyphenate(word, &result); in BM_Hyphenator_short_word() 45 std::vector<uint16_t> word = utf8ToUtf16("Pneumonoultramicroscopicsilicovolcanoconiosis"); in BM_Hyphenator_long_word() local 48 hyphenator->hyphenate(word, &result); in BM_Hyphenator_long_word()
|
/frameworks/base/core/java/android/provider/ |
D | UserDictionary.java | 132 public static void addWord(Context context, String word, in addWord() argument 147 addWord(context, word, frequency, null, locale); in addWord() 161 public static void addWord(Context context, String word, in addWord() argument 165 if (TextUtils.isEmpty(word)) { in addWord() 175 values.put(WORD, word); in addWord()
|
/frameworks/minikin/app/ |
D | HyphTool.cpp | 40 std::vector<uint16_t> word; in main() local 53 word.push_back(c); in main() 55 hyph->hyphenate(word, &result); in main() 60 printf("%c", word[i]); in main()
|
/frameworks/native/libs/binder/ |
D | Debug.cpp | 220 size_t word; in printHexData() local 222 for (word = 0; word < bytesPerLine; ) { in printHexData() 228 const size_t startIndex = word+align_offset; in printHexData() 233 if (index == 0 && word > 0 && alignment > 0) { in printHexData() 247 if (index == 0 && word > 0) { in printHexData() 263 word += index; in printHexData()
|
/frameworks/minikin/include/minikin/ |
D | Hyphenator.h | 183 void hyphenate(const U16StringPiece& word, HyphenationType* out) const; 188 void hyphenate(const U16StringPiece& word, std::vector<HyphenationType>* out) const { in hyphenate() argument 189 out->resize(word.size()); in hyphenate() 190 return hyphenate(word, out->data()); in hyphenate() 221 void hyphenateWithNoPatterns(const U16StringPiece& word, HyphenationType* out) const; 227 HyphenationType alphabetLookup(uint16_t* alpha_codes, const U16StringPiece& word) const;
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
D | Utils.java | 74 for (int word = 0; word < WORDS_IN_PARAGRAPH; word++) { in buildParagraphListWithHitPercentage() 75 if (word != 0) { in buildParagraphListWithHitPercentage()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | TextUtils.java | 147 for (int word = 0; word < WORDS_IN_PARAGRAPH; word++) { in buildParagraphListWithHitPercentage() 148 if (word != 0) { in buildParagraphListWithHitPercentage()
|
/frameworks/rs/rsov/compiler/spirit/ |
D | word_stream.h | 54 uint32_t word; variable 55 *this >> &word; 56 *codeCount = word;
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 142 word = '' 149 word += c 156 self.add_word_res(word, result) 161 word = ['.'] 170 word.append(c) 172 word.append('.') 176 print(word, res) 177 self.add_word_res(''.join(word), res) 179 def add_word_res(self, word, result): argument 181 print(word, result) [all …]
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/ |
D | bitcode_wrapperer.h | 124 bool ReadWord(uint32_t& word); 127 bool WriteWord(uint32_t word);
|
/frameworks/base/core/java/android/widget/ |
D | AlphabetIndexer.java | 126 protected int compare(String word, String letter) { in compare() argument 128 if (word.length() == 0) { in compare() 131 firstLetter = word.substring(0, 1); in compare()
|