Searched refs:pns_band (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_pns.cpp155 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]
352 UINT pns_band = group*16+band; local
[all...]

Completed in 36 milliseconds