HomeSort by relevance Sort by last modified time
    Searched full:pns_band (Results 1 - 1 of 1) sorted by null

  /external/aac/libAACdec/src/
aacdec_pns.cpp 155 unsigned pns_band = group*16+band; local
157 return pPnsData->pnsUsed[pns_band] & (UCHAR)1;
171 unsigned pns_band = group*16+band; local
173 pInterChannelData->correlated[pns_band] = (outofphase) ? 3 : 1;
190 unsigned pns_band = group*16+band; local
192 return (pInterChannelData->correlated[pns_band] & 0x01) ? 1 : 0;
209 unsigned pns_band = group*16+band; local
211 return (pInterChannelData->correlated[pns_band] & 0x02) ? 1 : 0;
228 UINT pns_band = group*16+band; local
243 pScaleFactor[pns_band] = pPnsData->CurrentEnergy
352 UINT pns_band = group*16+band; local
    [all...]

Completed in 49 milliseconds