Lines Matching refs:spec_coef

160     ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets,  in ixheaacd_huffman_dec_word1()  argument
186 spec_coef = spec_coef + offsets[0]; in ixheaacd_huffman_dec_word1()
257 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
262 *spec_coef++ = -out1; in ixheaacd_huffman_dec_word1()
265 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
303 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
308 *spec_coef++ = -out2; in ixheaacd_huffman_dec_word1()
311 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
318 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_word1()
323 spec_coef -= (MAX_BINS_SHORT * group_len); in ixheaacd_huffman_dec_word1()
499 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_quad() argument
514 spec_orig = spec_coef; in ixheaacd_huffman_dec_quad()
520 spec_coef = spec_coef + offsets[0]; in ixheaacd_huffman_dec_quad()
547 *spec_coef++ = w; in ixheaacd_huffman_dec_quad()
555 *spec_coef++ = x; in ixheaacd_huffman_dec_quad()
562 *spec_coef++ = y; in ixheaacd_huffman_dec_quad()
569 *spec_coef++ = z; in ixheaacd_huffman_dec_quad()
589 *spec_coef++ = w; in ixheaacd_huffman_dec_quad()
598 *spec_coef++ = x; in ixheaacd_huffman_dec_quad()
607 *spec_coef++ = y; in ixheaacd_huffman_dec_quad()
616 *spec_coef++ = z; in ixheaacd_huffman_dec_quad()
624 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_quad()
628 spec_coef = spec_orig; in ixheaacd_huffman_dec_quad()
804 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_pair() argument
814 WORD32 *spec_orig = spec_coef; in ixheaacd_huffman_dec_pair()
829 spec_coef += offsets[0]; in ixheaacd_huffman_dec_pair()
851 *spec_coef++ = y; in ixheaacd_huffman_dec_pair()
861 *spec_coef++ = z; in ixheaacd_huffman_dec_pair()
879 *spec_coef++ = y; in ixheaacd_huffman_dec_pair()
880 *spec_coef++ = z; in ixheaacd_huffman_dec_pair()
887 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_pair()
892 spec_coef = spec_orig; in ixheaacd_huffman_dec_pair()
1010 WORD32 *spec_coef, WORD16 *sfb_offset, WORD start, in ixheaacd_decode_huffman() argument
1030 ret_val = ixheaacd_huffman_dec_word1(it_bit_buff, spec_coef, band_offset, in ixheaacd_decode_huffman()
1040 ret_val = ixheaacd_huffman_dec_quad(it_bit_buff, spec_coef, band_offset, in ixheaacd_decode_huffman()
1056 it_bit_buff, spec_coef, band_offset, no_bands, group_len, cb_table, in ixheaacd_decode_huffman()