Searched refs:flush_cw (Results 1 – 2 of 2) sorted by relevance
166 WORD32 flush_cw; in ixheaacd_huffman_dec_word1() local204 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word1()210 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word1()214 flush_cw = (WORD32)flush_cw << 1; in ixheaacd_huffman_dec_word1()219 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word1()344 WORD32 flush_cw; in ixheaacd_huffman_dec_word2_11() local372 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word2_11()378 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word2_11()383 flush_cw = (WORD32)flush_cw << 1; in ixheaacd_huffman_dec_word2_11()389 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word2_11()
915 WORD32 flush_cw; in ixheaacd_huff_dec_word_hcr_pcw() local952 flush_cw = *read_word << *bit_pos; in ixheaacd_huff_dec_word_hcr_pcw()958 if (flush_cw & 0x80000000) { in ixheaacd_huff_dec_word_hcr_pcw()966 flush_cw = (WORD32)flush_cw << 1; in ixheaacd_huff_dec_word_hcr_pcw()975 if (flush_cw & 0x80000000) { in ixheaacd_huff_dec_word_hcr_pcw()1353 WORD32 flush_cw; in ixheaacd_huff_dec_word_hcr_non_pcw() local1377 flush_cw = read_word << length; in ixheaacd_huff_dec_word_hcr_non_pcw()1383 if (flush_cw & 0x80000000) { in ixheaacd_huff_dec_word_hcr_non_pcw()1386 flush_cw = (WORD32)flush_cw << 1; in ixheaacd_huff_dec_word_hcr_non_pcw()1392 if (flush_cw & 0x80000000) { in ixheaacd_huff_dec_word_hcr_non_pcw()