Lines Matching refs:qmfBands

253   int qmfBands = 64;  in mpegSurroundDecoder_GetNrOfQmfBands()  local
262 qmfBands = mapIdx2QmfBands[pSsc->coreSbrFrameLengthIndex - 2]; in mpegSurroundDecoder_GetNrOfQmfBands()
264 return qmfBands; in mpegSurroundDecoder_GetNrOfQmfBands()
274 qmfBands = 32; in mpegSurroundDecoder_GetNrOfQmfBands()
277 qmfBands = 128; in mpegSurroundDecoder_GetNrOfQmfBands()
280 return qmfBands; in mpegSurroundDecoder_GetNrOfQmfBands()
913 SACDEC_ERROR checkTimeSlots(int frameLength, int qmfBands, int timeSlots) { in checkTimeSlots() argument
917 if (qmfBands == 64) { in checkTimeSlots()
935 } else if (qmfBands == 32) { in checkTimeSlots()
953 } else if (qmfBands == 128) { in checkTimeSlots()
979 if (len == timeSlots * qmfBands) { in checkTimeSlots()
1011 int qmfBands; in sscCheckInBand() local
1025 qmfBands = mpegSurroundDecoder_GetNrOfQmfBands(pSsc, pSsc->samplingFreq); in sscCheckInBand()
1027 if (checkTimeSlots(frameLength, qmfBands, pSsc->nTimeSlots) != MPS_OK) { in sscCheckInBand()
1102 int qmfBands = 0; in sscCheckOutOfBand() local
1131 qmfBands = mpegSurroundDecoder_GetNrOfQmfBands(pSsc, pSsc->samplingFreq); in sscCheckOutOfBand()
1134 if (!((qmfBands == 32) && (pSsc->nTimeSlots == 15))) { in sscCheckOutOfBand()
1139 if (!((qmfBands == 64) && (pSsc->nTimeSlots == 15))) { in sscCheckOutOfBand()
1144 if (!(((qmfBands == 32) && (pSsc->nTimeSlots == 16)) || in sscCheckOutOfBand()
1145 ((qmfBands == 64) && (pSsc->nTimeSlots == 8)))) { in sscCheckOutOfBand()
1150 if (!((qmfBands == 64) && (pSsc->nTimeSlots == 16))) { in sscCheckOutOfBand()