Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 82) sorted by relevance

1234

/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Didct_vca.cpp432 uint32 word; in idctrow1_intra() local
441 word = (tmp << 8) | tmp; in idctrow1_intra()
442 word = (word << 16) | word; in idctrow1_intra()
444 *((uint32*)(comp += offset)) = word; in idctrow1_intra()
445 *((uint32*)(comp + 4)) = word; in idctrow1_intra()
461 int32 word; in idctrow2_intra() local
481 word = ((x0 + x4) >> 14); in idctrow2_intra()
482 CLIP_RESULT(word) in idctrow2_intra()
486 word = word | (temp << 8); in idctrow2_intra()
489 word = word | (temp << 16); in idctrow2_intra()
[all …]
Dblock_idct.cpp632 int32 word; in idctrow_intra() local
698 word = ((x7 + x1) >> 14); in idctrow_intra()
699 CLIP_RESULT(word) in idctrow_intra()
703 word = word | (temp << 8); in idctrow_intra()
707 word = word | (temp << 16); in idctrow_intra()
711 word = word | (temp << 24); in idctrow_intra()
712 *((int32*)(comp)) = word; in idctrow_intra()
714 word = ((x8 - x6) >> 14); in idctrow_intra()
715 CLIP_RESULT(word) in idctrow_intra()
719 word = word | (temp << 8); in idctrow_intra()
[all …]
/frameworks/minikin/tests/unittest/
DHyphenatorTest.cpp68 const uint16_t word[] = {'t', 'a', 'b', 'l', 'e'}; in TEST_P() local
70 hyphenator->hyphenate(word, &result); in TEST_P()
82 const uint16_t word[] = {'l', 'l', MIDDLE_DOT, 'l', 'l'}; in TEST_P() local
84 hyphenator->hyphenate(word, &result); in TEST_P()
96 const uint16_t word[] = {'l', MIDDLE_DOT, 'l'}; in TEST_P() local
98 hyphenator->hyphenate(word, &result); in TEST_P()
108 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_P() local
110 hyphenator->hyphenate(word, &result); in TEST_P()
120 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA}; in TEST_P() local
122 hyphenator->hyphenate(word, &result); in TEST_P()
[all …]
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp69 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 …]
/frameworks/minikin/libs/minikin/
DHyphenator.cpp113 virtual void hyphenate(const U16StringPiece& word, HyphenationType* out) const override { in hyphenate() argument
116 rust::hyphenate(*mHyphenator, ::rust::cxxbridge1::Slice(word.data(), word.size()), in hyphenate()
117 ::rust::cxxbridge1::Slice(reinterpret_cast<uint8_t*>(out), word.size())); in hyphenate()
173 void HyphenatorCXX::hyphenate(const U16StringPiece& word, HyphenationType* out) const { in hyphenate() argument
174 const size_t len = word.size(); in hyphenate()
179 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word); in hyphenate()
191 hyphenateWithNoPatterns(word, out); in hyphenate()
279 static inline HyphenationType getHyphTypeForArabic(const U16StringPiece& word, size_t location) { in getHyphTypeForArabic() argument
282 while (static_cast<size_t>(i) < word.size() && in getHyphTypeForArabic()
283 (type = getJoiningType(word[i])) == U_JT_TRANSPARENT) { in getHyphTypeForArabic()
[all …]
DLineBreakerUtil.cpp40 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/module/codecs/mp3dec/src/asm/
Dpvmp3_mdct_18_gcc.s329 .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 …]
Dpvmp3_dct_16_gcc.s424 .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 …]
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/libs/androidfw/
DPngChunkFilter.cpp46 uint32_t word = ((uint32_t)data[0]) & 0x000000ff; in Peek32LE() local
47 word <<= 8; in Peek32LE()
48 word |= ((uint32_t)data[1]) & 0x000000ff; in Peek32LE()
49 word <<= 8; in Peek32LE()
50 word |= ((uint32_t)data[2]) & 0x000000ff; in Peek32LE()
51 word <<= 8; in Peek32LE()
52 word |= ((uint32_t)data[3]) & 0x000000ff; in Peek32LE()
53 return word; in Peek32LE()
/frameworks/minikin/rust/
Dhyphenator.rs345 word: &[u16],
349 for i in 0..word.len() {
350 let c = word[i] as u32;
360 alpha_codes[word.len() + 1] = 0; // word termination
575 pub fn hyphenate(&self, word: &[u16], out: &mut [u8]) { in hyphenate()
576 let len: u32 = word.len().try_into().unwrap(); in hyphenate()
585 alphabet.lookup(&mut alpha_codes, word) in hyphenate()
600 self.hyphenate_with_no_pattern(word, out); in hyphenate()
624 fn get_hyph_type_for_arabic(word: &[u16], location: u32) -> HyphenationType { in get_hyph_type_for_arabic()
627 while i < word.len().try_into().unwrap() { in get_hyph_type_for_arabic()
[all …]
Dminikin.rs40 fn hyphenate(hyphenator: &Hyphenator, word: &[u16], out: &mut [u8]); in hyphenate()
53 fn hyphenate(hyphenator: &Hyphenator, word: &[u16], out: &mut [u8]) { in hyphenate()
54 hyphenator.hyphenate(word, out); in hyphenate()
/frameworks/minikin/include/minikin/
DHyphenator.h183 virtual void hyphenate(const U16StringPiece& word, HyphenationType* out) const = 0;
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()
233 virtual void hyphenate(const U16StringPiece& word, HyphenationType* out) const override;
238 void hyphenate(const U16StringPiece& word, std::vector<HyphenationType>* out) const { in hyphenate() argument
239 out->resize(word.size()); in hyphenate()
240 return hyphenate(word, out->data()); in hyphenate()
255 void hyphenateWithNoPatterns(const U16StringPiece& word, HyphenationType* out) const;
261 HyphenationType alphabetLookup(uint16_t* alpha_codes, const U16StringPiece& word) const;
/frameworks/rs/toolkit/
DBlur_neon.S109 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 …]
DColorMatrix_advsimd.S1085 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/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S109 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 …]
DrsCpuIntrinsics_advsimd_ColorMatrix.S1085 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/app/
DHyphTool.cpp42 std::vector<uint16_t> word; in main() local
50 word.clear(); in main()
59 word.push_back(c); in main()
61 hyph->hyphenate(word, &result); in main()
66 printf("%c", word[i]); in main()
/frameworks/minikin/tests/perftests/
DHyphenator.cpp33 std::vector<uint16_t> word = utf8ToUtf16("hyphen"); in BM_Hyphenator_short_word() local
36 hyphenator->hyphenate(word, &result); in BM_Hyphenator_short_word()
47 std::vector<uint16_t> word = utf8ToUtf16("Pneumonoultramicroscopicsilicovolcanoconiosis"); in BM_Hyphenator_long_word() local
50 hyphenator->hyphenate(word, &result); in BM_Hyphenator_long_word()
/frameworks/base/core/java/android/provider/
DUserDictionary.java132 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/native/libs/binder/
DDebug.cpp220 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/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
DUtils.java74 for (int word = 0; word < WORDS_IN_PARAGRAPH; word++) { in buildParagraphListWithHitPercentage()
75 if (word != 0) { in buildParagraphListWithHitPercentage()
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dget_fp64_literal.S29 .word 0x89abcdef
30 .word 0x01234567
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DTextUtils.java147 for (int word = 0; word < WORDS_IN_PARAGRAPH; word++) { in buildParagraphListWithHitPercentage()
148 if (word != 0) { in buildParagraphListWithHitPercentage()
/frameworks/libs/binary_translation/tools/
Dcheck_disallowed_words.py42 for word in disallowed_words:
43 if re.search(word, line, re.IGNORECASE):

1234