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

  /external/libxaac/decoder/
ixheaacd_tns_usac.h 39 WORD32 n_filt; member in struct:__anon30299
ixheaacd_tns.c 186 WORD32 n_filt, coef_res, order, direction; local
212 if (pstr_tns->str_tns_info[j].n_filt) {
213 n_filt = pstr_tns->str_tns_info[j].n_filt;
215 for (f = 0; f < n_filt; f++) {
ixheaacd_pns_js_thumb.c 310 WORD n_filt = ptr_tns_info->n_filt[win]; local
312 for (filt = 0; filt < n_filt; filt++) {
ixheaacd_spectrum_dec.c 116 if (!(pstr_tns_info->n_filt =
125 for (j = pstr_tns_info->n_filt; j > 0; j--) {
220 pstr_tns_frame_info->str_tns_info[s].n_filt = 0;
ixheaacd_channel.c 942 WORD n_filt local
    [all...]
ixheaacd_channelinfo.h 83 WORD8 n_filt[MAX_WINDOWS]; member in struct:__anon30168
  /external/aac/libAACdec/src/
aacdec_tns.cpp 145 UCHAR n_filt, order; local
166 pTnsData->NumberOfFilters[window] = n_filt =
169 if (n_filt) {
177 for (index = 0; index < n_filt; index++) {

Completed in 265 milliseconds