Lines Matching refs:tbl_sign
501 WORD32 *ixheaacd_pow_table_Q13, WORD32 tbl_sign, const UWORD32 *idx_table) { in ixheaacd_huffman_dec_quad() argument
531 if (tbl_sign) { in ixheaacd_huffman_dec_quad()
644 WORD32 tbl_sign, const UWORD32 *idx_table) { in ixheaacd_huffman_dec_word2_quad() argument
667 if (tbl_sign) { in ixheaacd_huffman_dec_word2_quad()
806 WORD32 *ixheaacd_pow_table_Q13, WORD32 tbl_sign, const UWORD32 *idx_table, in ixheaacd_huffman_dec_pair() argument
839 if (tbl_sign) { in ixheaacd_huffman_dec_pair()
908 WORD32 tbl_sign, const UWORD32 *idx_table, WORD32 huff_mode) in ixheaacd_huffman_dec_word2_pair() argument
934 if (tbl_sign) { in ixheaacd_huffman_dec_word2_pair()
1035 WORD32 tbl_sign = 0; in ixheaacd_decode_huffman() local
1038 tbl_sign = 1; in ixheaacd_decode_huffman()
1042 pow_table, tbl_sign, idx_table); in ixheaacd_decode_huffman()
1046 WORD32 tbl_sign = 0; in ixheaacd_decode_huffman() local
1053 tbl_sign = 1; in ixheaacd_decode_huffman()
1057 pow_table, tbl_sign, idx_table, huff_mode); in ixheaacd_decode_huffman()
1092 WORD32 tbl_sign = 0; in ixheaacd_huffman_dec_word2() local
1093 if (cb_no > 2) tbl_sign = 1; in ixheaacd_huffman_dec_word2()
1096 scratch_ptr, tbl_sign, idx_table); in ixheaacd_huffman_dec_word2()
1098 WORD32 tbl_sign = 0; in ixheaacd_huffman_dec_word2() local
1107 tbl_sign = 1; in ixheaacd_huffman_dec_word2()
1111 tbl_sign, idx_table, huff_mode); in ixheaacd_huffman_dec_word2()