Lines Matching refs:temp_word
532 WORD32 temp_word; in ixheaacd_huffman_dec_quad() local
534 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()
670 WORD32 temp_word; in ixheaacd_huffman_dec_word2_quad() local
671 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_word2_quad()
684 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
687 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
697 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
700 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
710 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
713 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
723 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_quad()
726 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_quad()
840 WORD32 temp_word; in ixheaacd_huffman_dec_pair() local
841 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_pair()
846 if (temp_word & 0x80000000) y = -y; in ixheaacd_huffman_dec_pair()
848 temp_word = temp_word << 1; in ixheaacd_huffman_dec_pair()
855 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_pair()
858 temp_word <<= 1; in ixheaacd_huffman_dec_pair()
935 WORD32 out0, out1, temp_word; in ixheaacd_huffman_dec_word2_pair() local
947 temp_word = read_word << bit_pos; in ixheaacd_huffman_dec_word2_pair()
949 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_pair()
954 temp_word = temp_word << 1; in ixheaacd_huffman_dec_word2_pair()
960 if (temp_word & 0x80000000) { in ixheaacd_huffman_dec_word2_pair()