Home
last modified time | relevance | path

Searched refs:read_word (Results 1 – 9 of 9) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_block.c176 WORD32 read_word; in ixheaacd_huffman_dec_word1() local
179 read_word = ixheaacd_aac_showbits_32(ptr_read_next, it_bit_buff->cnt_bits, in ixheaacd_huffman_dec_word1()
194 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word1()
198 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
204 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word1()
223 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
228 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1()
234 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
237 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1()
241 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
[all …]
Dixheaacd_huff_code_reorder.c643 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_pair_hcr_pcw() argument
666 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word, in ixheaacd_huff_dec_pair_hcr_pcw()
670 read_word1 = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw()
678 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word, in ixheaacd_huff_dec_pair_hcr_pcw()
682 temp_word = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw()
720 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word, in ixheaacd_huff_dec_pair_hcr_pcw()
742 WORD32 read_word; in ixheaacd_huff_dec_pair_hcr_non_pcw() local
744 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr, in ixheaacd_huff_dec_pair_hcr_non_pcw()
747 ixheaacd_huffman_decode(read_word, &index, &length, code_book_tbl, idx_table); in ixheaacd_huff_dec_pair_hcr_non_pcw()
748 read_word1 = read_word << length; in ixheaacd_huff_dec_pair_hcr_non_pcw()
[all …]
Dixheaacd_longblock.c176 WORD32 read_word; in ixheaacd_read_scale_factor_data() local
178 read_word = ixheaacd_aac_showbits_32(ptr_read_next, it_bit_buff->cnt_bits, in ixheaacd_read_scale_factor_data()
213 read_word1 = read_word << bit_pos; in ixheaacd_read_scale_factor_data()
219 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_read_scale_factor_data()
222 ixheaacd_aac_read_byte_corr1(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_read_scale_factor_data()
232 temp = (read_word << bit_pos); in ixheaacd_read_scale_factor_data()
237 ixheaacd_aac_read_byte_corr1(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_read_scale_factor_data()
Dixheaacd_multichannel.c217 WORD32 read_word = in ixheaacd_dec_coupling_channel_element() local
221 read_word1 = read_word << bit_pos; in ixheaacd_dec_coupling_channel_element()
226 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_dec_coupling_channel_element()
228 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word); in ixheaacd_dec_coupling_channel_element()
Dixheaacd_spectrum_dec.c243 WORD32 read_word = in ixheaacd_section_data() local
274 read_word1 = read_word << bit_pos; in ixheaacd_section_data()
279 ixheaacd_aac_read_byte_corr1(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_section_data()
315 ixheaacd_aac_read_byte_corr1(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_section_data()
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
159 first_word = read_word(binary, 0, True)
162 first_word = read_word(binary, 0, False)
181 version = read_word(preamble, 1, little_endian)
189 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
190 read_word(preamble, 2, little_endian) != 0x00070000:
193 if read_word(preamble, 4, little_endian) != 0:
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
159 first_word = read_word(binary, 0, True)
162 first_word = read_word(binary, 0, False)
181 version = read_word(preamble, 1, little_endian)
189 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
190 read_word(preamble, 2, little_endian) != 0x00070000:
193 if read_word(preamble, 4, little_endian) != 0:
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
159 first_word = read_word(binary, 0, True)
162 first_word = read_word(binary, 0, False)
181 version = read_word(preamble, 1, little_endian)
189 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
190 read_word(preamble, 2, little_endian) != 0x00070000:
193 if read_word(preamble, 4, little_endian) != 0:
/external/capstone/arch/M680X/
DM680XDisassembler.c181 static bool read_word(const m680x_info *info, uint16_t *word, uint16_t address) in read_word() function
1183 read_word(info, &offset, *address); in relative16_hdlr()
1329 read_word(info, &offset, *address); in indexed09_hdlr()
1338 read_word(info, &offset, *address); in indexed09_hdlr()
1352 read_word(info, &op->ext.address, *address); in indexed09_hdlr()
1433 read_word(info, (uint16_t *)&op->idx.offset, *address); in indexed12_hdlr()
1501 read_word(info, &op->ext.address, *address); in extended_hdlr()
1522 read_word(info, &word, *address); in immediate_hdlr()
1628 read_word(info, &offset, *address); in indexedX16_hdlr()
1654 read_word(info, &offset, *address); in indexedS16_hdlr()
[all …]