Home
last modified time | relevance | path

Searched refs:coef_compress (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_tns.cpp146 UCHAR length, coef_res, coef_compress; in CTns_Read() local
214 coef_compress = (UCHAR)FDKreadBits(bs, 1); 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()
222 coef = (UCHAR)FDKreadBits(bs, filter->Resolution - coef_compress); in CTns_Read()
/external/libxaac/decoder/
Dixheaacd_tns_usac.h33 WORD32 coef_compress; member
Dixheaacd_channel.c983 WORD32 coef, coef_compress; in ixheaacd_read_tns_data() local
989 coef_compress = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_read_tns_data()
993 resolution = coef_res + 3 - coef_compress; in ixheaacd_read_tns_data()