Searched refs:flush_cw (Results 1 – 2 of 2) sorted by relevance
164 WORD32 flush_cw; in ixheaacd_huffman_dec_word1() local202 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word1()208 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word1()212 flush_cw = (WORD32)flush_cw << 1; in ixheaacd_huffman_dec_word1()217 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word1()342 WORD32 flush_cw; in ixheaacd_huffman_dec_word2_11() local370 flush_cw = read_word << bit_pos; in ixheaacd_huffman_dec_word2_11()376 if (flush_cw & 0x80000000) { in ixheaacd_huffman_dec_word2_11()381 flush_cw = (WORD32)flush_cw << 1; in ixheaacd_huffman_dec_word2_11()387 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()