Lines Matching refs:spec_coef
162 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_word1() argument
188 spec_coef = spec_coef + offsets[0]; in ixheaacd_huffman_dec_word1()
259 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
264 *spec_coef++ = -out1; in ixheaacd_huffman_dec_word1()
267 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
305 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
310 *spec_coef++ = -out2; in ixheaacd_huffman_dec_word1()
313 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
320 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_word1()
325 spec_coef -= (MAX_BINS_SHORT * group_len); in ixheaacd_huffman_dec_word1()
501 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_quad() argument
516 spec_orig = spec_coef; in ixheaacd_huffman_dec_quad()
522 spec_coef = spec_coef + offsets[0]; in ixheaacd_huffman_dec_quad()
549 *spec_coef++ = w; in ixheaacd_huffman_dec_quad()
557 *spec_coef++ = x; in ixheaacd_huffman_dec_quad()
564 *spec_coef++ = y; in ixheaacd_huffman_dec_quad()
571 *spec_coef++ = z; in ixheaacd_huffman_dec_quad()
591 *spec_coef++ = w; in ixheaacd_huffman_dec_quad()
600 *spec_coef++ = x; in ixheaacd_huffman_dec_quad()
609 *spec_coef++ = y; in ixheaacd_huffman_dec_quad()
618 *spec_coef++ = z; in ixheaacd_huffman_dec_quad()
626 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_quad()
630 spec_coef = spec_orig; in ixheaacd_huffman_dec_quad()
806 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_pair() argument
816 WORD32 *spec_orig = spec_coef; in ixheaacd_huffman_dec_pair()
831 spec_coef += offsets[0]; in ixheaacd_huffman_dec_pair()
853 *spec_coef++ = y; in ixheaacd_huffman_dec_pair()
863 *spec_coef++ = z; in ixheaacd_huffman_dec_pair()
881 *spec_coef++ = y; in ixheaacd_huffman_dec_pair()
882 *spec_coef++ = z; in ixheaacd_huffman_dec_pair()
889 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_pair()
894 spec_coef = spec_orig; in ixheaacd_huffman_dec_pair()
1012 WORD32 *spec_coef, WORD16 *sfb_offset, WORD start, in ixheaacd_decode_huffman() argument
1032 ret_val = ixheaacd_huffman_dec_word1(it_bit_buff, spec_coef, band_offset, in ixheaacd_decode_huffman()
1042 ret_val = ixheaacd_huffman_dec_quad(it_bit_buff, spec_coef, band_offset, in ixheaacd_decode_huffman()
1058 it_bit_buff, spec_coef, band_offset, no_bands, group_len, cb_table, in ixheaacd_decode_huffman()