Lines Matching refs:tbl_sign
484 WORD32 *ixheaacd_pow_table_Q13, WORD32 tbl_sign, const UWORD32 *idx_table) { in ixheaacd_huffman_dec_quad() argument
510 if (tbl_sign) { in ixheaacd_huffman_dec_quad()
620 WORD32 tbl_sign, const UWORD32 *idx_table) { in ixheaacd_huffman_dec_word2_quad() argument
639 if (tbl_sign) { in ixheaacd_huffman_dec_word2_quad()
775 WORD32 *ixheaacd_pow_table_Q13, WORD32 tbl_sign, const UWORD32 *idx_table, in ixheaacd_huffman_dec_pair() argument
804 if (tbl_sign) { in ixheaacd_huffman_dec_pair()
870 WORD32 tbl_sign, const UWORD32 *idx_table, WORD32 huff_mode) in ixheaacd_huffman_dec_word2_pair() argument
892 if (tbl_sign) { in ixheaacd_huffman_dec_word2_pair()
990 WORD32 tbl_sign = 0; in ixheaacd_decode_huffman() local
993 tbl_sign = 1; in ixheaacd_decode_huffman()
997 pow_table, tbl_sign, idx_table); in ixheaacd_decode_huffman()
1001 WORD32 tbl_sign = 0; in ixheaacd_decode_huffman() local
1008 tbl_sign = 1; in ixheaacd_decode_huffman()
1012 pow_table, tbl_sign, idx_table, huff_mode); in ixheaacd_decode_huffman()
1046 WORD32 tbl_sign = 0; in ixheaacd_huffman_dec_word2() local
1047 if (cb_no > 2) tbl_sign = 1; in ixheaacd_huffman_dec_word2()
1050 scratch_ptr, tbl_sign, idx_table); in ixheaacd_huffman_dec_word2()
1052 WORD32 tbl_sign = 0; in ixheaacd_huffman_dec_word2() local
1061 tbl_sign = 1; in ixheaacd_huffman_dec_word2()
1065 tbl_sign, idx_table, huff_mode); in ixheaacd_huffman_dec_word2()