Lines Matching refs:huff_mode
807 WORD32 huff_mode) in ixheaacd_huffman_dec_pair() argument
842 y = index / huff_mode; in ixheaacd_huffman_dec_pair()
843 z = index - huff_mode * y; in ixheaacd_huffman_dec_pair()
863 y = (index / huff_mode) - 4; in ixheaacd_huffman_dec_pair()
864 z = index - ((y + 4) * huff_mode) - 4; in ixheaacd_huffman_dec_pair()
908 WORD32 tbl_sign, const UWORD32 *idx_table, WORD32 huff_mode) in ixheaacd_huffman_dec_word2_pair() argument
940 out0 = index / huff_mode; in ixheaacd_huffman_dec_word2_pair()
941 out1 = index - huff_mode * out0; in ixheaacd_huffman_dec_word2_pair()
974 y = (index / huff_mode) - 4; in ixheaacd_huffman_dec_word2_pair()
975 z = index - ((y + 4) * huff_mode) - 4; in ixheaacd_huffman_dec_word2_pair()
1017 WORD32 huff_mode; in ixheaacd_decode_huffman() local
1047 huff_mode = 9; in ixheaacd_decode_huffman()
1050 huff_mode = 13; in ixheaacd_decode_huffman()
1052 huff_mode = 8; in ixheaacd_decode_huffman()
1057 pow_table, tbl_sign, idx_table, huff_mode); in ixheaacd_decode_huffman()
1074 WORD32 huff_mode; in ixheaacd_huffman_dec_word2() local
1099 huff_mode = 9; in ixheaacd_huffman_dec_word2()
1102 huff_mode = 13; in ixheaacd_huffman_dec_word2()
1104 huff_mode = 8; in ixheaacd_huffman_dec_word2()
1111 tbl_sign, idx_table, huff_mode); in ixheaacd_huffman_dec_word2()