Searched refs:temp_word (Results 1 – 2 of 2) sorted by relevance
532 WORD32 temp_word; in ixheaacd_huffman_dec_quad() local534 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_quad()543 if (temp_word & 0x80000000) w = -w; in ixheaacd_huffman_dec_quad()544 temp_word <<= 1; in ixheaacd_huffman_dec_quad()551 if (temp_word & 0x80000000) x = -x; in ixheaacd_huffman_dec_quad()552 temp_word <<= 1; in ixheaacd_huffman_dec_quad()558 if (temp_word & 0x80000000) y = -y; in ixheaacd_huffman_dec_quad()559 temp_word <<= 1; in ixheaacd_huffman_dec_quad()565 if (temp_word & 0x80000000) z = -z; in ixheaacd_huffman_dec_quad()566 temp_word <<= 1; in ixheaacd_huffman_dec_quad()[all …]
681 WORD32 temp_word; in ixheaacd_huff_dec_pair_hcr_pcw() local682 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() local751 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 …]