Home
last modified time | relevance | path

Searched defs:read_word (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_block.c176 WORD32 read_word; in ixheaacd_huffman_dec_word1() local
353 WORD32 read_word; in ixheaacd_huffman_dec_word2_11() local
510 WORD32 read_word; in ixheaacd_huffman_dec_quad() local
651 WORD32 read_word; in ixheaacd_huffman_dec_word2_quad() local
820 WORD32 read_word; in ixheaacd_huffman_dec_pair() local
918 WORD32 read_word; in ixheaacd_huffman_dec_word2_pair() local
Dixheaacd_huff_code_reorder.c643 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_pair_hcr_pcw()
742 WORD32 read_word; in ixheaacd_huff_dec_pair_hcr_non_pcw() local
785 const UWORD32 *idx_table, WORD32 *read_word, WORD32 *read_bits, in ixheaacd_huff_dec_quad_hcr_pcw()
911 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_word_hcr_pcw()
1108 WORD32 read_word = ixheaacd_aac_showbits_32( in ixheaacd_decode_pcw() local
1287 WORD32 read_word; in ixheaacd_huff_dec_quad_hcr_non_pcw() local
1361 WORD32 read_word; in ixheaacd_huff_dec_word_hcr_non_pcw() local
Dixheaacd_longblock.c176 WORD32 read_word; in ixheaacd_read_scale_factor_data() local
Dixheaacd_multichannel.c217 WORD32 read_word = in ixheaacd_dec_coupling_channel_element() local
Dixheaacd_spectrum_dec.c243 WORD32 read_word = in ixheaacd_section_data() local
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
/external/capstone/arch/M680X/
DM680XDisassembler.c181 static bool read_word(const m680x_info *info, uint16_t *word, uint16_t address) in read_word() function