Home
last modified time | relevance | path

Searched refs:coef_res (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_tns.c55 WORD32 coef_res, WORD32 *par_coeff) { in ixheaacd_tns_dec_coef_usac() argument
63 resolution = coef_res - 3; in ixheaacd_tns_dec_coef_usac()
188 WORD32 n_filt, coef_res, order, direction; in ixheaacd_tns_apply() local
220 coef_res = pstr_tns->str_tns_info[j].coef_res; in ixheaacd_tns_apply()
229 ixheaacd_tns_dec_coef_usac(usac_data, filt, coef_res, in ixheaacd_tns_apply()
Dixheaacd_mps_res_channel.c300 WORD length, coef_res; in ixheaacd_res_c_tns_read() local
309 coef_res = ixheaacd_read_bits_buf(it_bit_buf, 1); in ixheaacd_res_c_tns_read()
341 filter->resolution = coef_res; in ixheaacd_res_c_tns_read()
342 resolution = coef_res + 3 - coef_compress; in ixheaacd_res_c_tns_read()
Dixheaacd_spectrum_dec.c86 WORD32 j, k, top, coef_res, resolution, compress; in ixheaacd_read_tns_u() local
118 pstr_tns_info->coef_res = coef_res = in ixheaacd_read_tns_u()
132 resolution = coef_res - compress; in ixheaacd_read_tns_u()
Dixheaacd_tns_usac.h40 WORD32 coef_res; member
Dixheaacd_channel.c990 WORD start_band, coef_res; in ixheaacd_read_tns_data() local
998 coef_res = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_read_tns_data()
1038 filter->resolution = coef_res; in ixheaacd_read_tns_data()
1040 resolution = coef_res + 3 - coef_compress; in ixheaacd_read_tns_data()
/external/aac/libAACdec/src/
Daacdec_tns.cpp146 UCHAR length, coef_res, coef_compress; in CTns_Read() local
173 coef_res = (UCHAR)FDKreadBits(bs, 1); in CTns_Read()
216 filter->Resolution = coef_res + 3; in CTns_Read()
218 s_mask = sgn_mask[coef_res + 1 - coef_compress]; in CTns_Read()
219 n_mask = neg_mask[coef_res + 1 - coef_compress]; in CTns_Read()