Searched refs:coef_res (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_tns.c | 55 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()
|
D | ixheaacd_mps_res_channel.c | 300 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()
|
D | ixheaacd_spectrum_dec.c | 86 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()
|
D | ixheaacd_tns_usac.h | 40 WORD32 coef_res; member
|
D | ixheaacd_channel.c | 990 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/ |
D | aacdec_tns.cpp | 146 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()
|