Home
last modified time | relevance | path

Searched refs:lfeChIdx (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr.h159 int lfeChIdx; /* -1 default for no lfe, else assign channel index. */ member
Dsbr_encoder.cpp1242 if (hSbrEncoder->lfeChIdx != -1) { /* lfe downsampler */ in FDKsbrEnc_Downsample()
1244 samples + hSbrEncoder->lfeChIdx * samplesBufSize + in FDKsbrEnc_Downsample()
1247 samples + hSbrEncoder->lfeChIdx * samplesBufSize, in FDKsbrEnc_Downsample()
1588 hSbrEncoder->lfeChIdx = -1; /* default value, until lfe found */ in FDKsbrEnc_Reallocate()
1596 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0]; in FDKsbrEnc_Reallocate()