Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c174 WORD32 read_word; in ixheaacd_huffman_dec_word1() local
177 read_word = ixheaacd_aac_showbits_32(ptr_read_next, it_bit_buff->cnt_bits, in ixheaacd_huffman_dec_word1()
192 read_word1 = read_word << bit_pos; in ixheaacd_huffman_dec_word1()
196 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
202 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word1()
221 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
226 value = ixheaacd_extu(read_word, bit_pos, 23); in ixheaacd_huffman_dec_word1()
232 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_huffman_dec_word1()
235 off = ixheaacd_extu(read_word, bit_pos, 32 - i); in ixheaacd_huffman_dec_word1()
239 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.c247 WORD32 read_word = in ixheaacd_section_data() local
278 read_word1 = read_word << bit_pos; in ixheaacd_section_data()
283 ixheaacd_aac_read_byte_corr1(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_section_data()
319 ixheaacd_aac_read_byte_corr1(&ptr_read_next, &bit_pos, &read_word, in ixheaacd_section_data()
/external/u-boot/drivers/mtd/onenand/
Donenand_base.c445 return this->read_word(this->base + ONENAND_REG_ECC_STATUS); in onenand_read_ecc()
448 ecc = this->read_word(this->base in onenand_read_ecc()
481 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()
484 ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS); in onenand_wait()
1173 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()
1177 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()
1178 ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS); in onenand_bbt_wait()
1974 while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS) in onenand_do_lock_cmd()
1979 status = this->read_word(this->base + ONENAND_REG_WP_STATUS); in onenand_do_lock_cmd()
2005 while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS) in onenand_do_lock_cmd()
[all …]
Dsamsung.c556 this->read_word = s3c_onenand_readw; in s3c_onenand_init()
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py131 def read_word(binary, index, little_endian): function
145 first_word = read_word(binary, 0, True)
148 first_word = read_word(binary, 0, False)
167 version = read_word(preamble, 1, little_endian)
175 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
176 read_word(preamble, 2, little_endian) != 0x00070000:
179 if read_word(preamble, 4, little_endian) != 0:
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py131 def read_word(binary, index, little_endian): function
145 first_word = read_word(binary, 0, True)
148 first_word = read_word(binary, 0, False)
167 version = read_word(preamble, 1, little_endian)
175 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
176 read_word(preamble, 2, little_endian) != 0x00070000:
179 if read_word(preamble, 4, little_endian) != 0:
/external/u-boot/include/
Dpci.h577 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); member
598 int (*read_word)(struct pci_controller*, in pci_set_ops()
609 hose->read_word = read_word; in pci_set_ops()
/external/u-boot/include/linux/mtd/
Donenand.h102 unsigned short (*read_word) (void __iomem *addr); member
Drawnand.h880 u16 (*read_word)(struct mtd_info *mtd); member
/external/u-boot/board/socrates/
Dnand.c155 nand->read_word = sc_nand_read_word; in board_nand_init()
/external/u-boot/board/synopsys/axs10x/
Dnand.c233 nand->read_word = axs101_nand_read_word; in board_nand_init()
/external/u-boot/board/micronas/vct/
Debi_onenand.c178 chip->read_word = ebi_nand_read_word; in onenand_board_init()
/external/u-boot/drivers/mtd/nand/
Dvf610_nfc.c662 chip->read_word = vf610_nfc_read_word; in vf610_nfc_nand_init()
Dnand_base.c361 bad = cpu_to_le16(chip->read_word(mtd)); in nand_block_bad()
3109 if (!chip->read_word) in nand_set_defaults()
3110 chip->read_word = nand_read_word; in nand_set_defaults()
Dmxc_nand.c1169 this->read_word = mxc_nand_read_word;
Ddenali.c1248 chip->read_word = denali_read_word; in denali_init()
Dpxa3xx_nand.c1509 chip->read_word = pxa3xx_nand_read_word; in alloc_nand_resource()