HomeSort by relevance Sort by last modified time
    Searched refs:coef_res (Results 1 - 5 of 5) sorted by null

  /external/libxaac/decoder/
ixheaacd_tns_usac.h 40 WORD32 coef_res; member in struct:__anon30299
ixheaacd_tns.c 53 WORD32 coef_res, WORD32 *par_coeff) {
61 resolution = coef_res - 3;
186 WORD32 n_filt, coef_res, order, direction; local
218 coef_res = pstr_tns->str_tns_info[j].coef_res;
227 ixheaacd_tns_dec_coef_usac(usac_data, filt, coef_res,
ixheaacd_spectrum_dec.c 89 WORD32 j, k, top, coef_res, resolution, compress; local
120 pstr_tns_info->coef_res = coef_res =
134 resolution = coef_res - compress;
ixheaacd_channel.c 943 WORD start_band, coef_res; local
    [all...]
  /external/aac/libAACdec/src/
aacdec_tns.cpp 146 UCHAR length, coef_res, coef_compress; local
173 coef_res = (UCHAR)FDKreadBits(bs, 1);
216 filter->Resolution = coef_res + 3;
218 s_mask = sgn_mask[coef_res + 1 - coef_compress];
219 n_mask = neg_mask[coef_res + 1 - coef_compress];

Completed in 189 milliseconds