Home
last modified time | relevance | path

Searched refs:temp_word (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_block.c534 WORD32 temp_word; in ixheaacd_huffman_dec_quad() local
536 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_quad()
545 if (temp_word & 0x80000000) w = -w; in ixheaacd_huffman_dec_quad()
546 temp_word <<= 1; in ixheaacd_huffman_dec_quad()
553 if (temp_word & 0x80000000) x = -x; in ixheaacd_huffman_dec_quad()
554 temp_word <<= 1; in ixheaacd_huffman_dec_quad()
560 if (temp_word & 0x80000000) y = -y; in ixheaacd_huffman_dec_quad()
561 temp_word <<= 1; in ixheaacd_huffman_dec_quad()
567 if (temp_word & 0x80000000) z = -z; in ixheaacd_huffman_dec_quad()
568 temp_word <<= 1; in ixheaacd_huffman_dec_quad()
[all …]
Dixheaacd_huff_code_reorder.c681 WORD32 temp_word; in ixheaacd_huff_dec_pair_hcr_pcw() local
682 temp_word = *read_word << *bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw()
687 if (temp_word & 0x80000000) y = -y; in ixheaacd_huff_dec_pair_hcr_pcw()
689 temp_word = temp_word << 1; in ixheaacd_huff_dec_pair_hcr_pcw()
700 if (temp_word & 0x80000000) { in ixheaacd_huff_dec_pair_hcr_pcw()
703 temp_word <<= 1; in ixheaacd_huff_dec_pair_hcr_pcw()
750 WORD32 temp_word; in ixheaacd_huff_dec_pair_hcr_non_pcw() local
751 temp_word = read_word1; in ixheaacd_huff_dec_pair_hcr_non_pcw()
756 if (temp_word & 0x80000000) y = -y; in ixheaacd_huff_dec_pair_hcr_non_pcw()
758 temp_word = temp_word << 1; in ixheaacd_huff_dec_pair_hcr_non_pcw()
[all …]