Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp2301 INT psTuningTableIdx = getPsTuningTableIndex(elInfo[0].bitRate, NULL); in sbrEncoder_Init() local
2308 if (psTuningTableIdx != INVALID_TABLE_IDX) { in sbrEncoder_Init()
2309 psEncConfig.nStereoBands = psTuningTable[psTuningTableIdx].nStereoBands; in sbrEncoder_Init()
2310 psEncConfig.maxEnvelopes = psTuningTable[psTuningTableIdx].nEnvelopes; in sbrEncoder_Init()
2312 (FIXP_DBL)psTuningTable[psTuningTableIdx].iidQuantErrorThreshold; in sbrEncoder_Init()