Lines Matching refs:temp_word
534 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()
672 WORD32 temp_word; in ixheaacd_huffman_dec_word2_quad() local
673 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_word2_quad()
686 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
689 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
699 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
702 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
712 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
715 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
725 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
728 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
842 WORD32 temp_word; in ixheaacd_huffman_dec_pair() local
843 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_pair()
848 if (temp_word & 0x80000000) y = -y; in ixheaacd_huffman_dec_pair()
850 temp_word = temp_word << 1; in ixheaacd_huffman_dec_pair()
857 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_pair()
860 temp_word <<= 1; in ixheaacd_huffman_dec_pair()
937 WORD32 out0, out1, temp_word; in ixheaacd_huffman_dec_word2_pair() local
949 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_word2_pair()
951 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_pair()
956 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_pair()
962 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_pair()