• Home
  • Raw
  • Download

Lines Matching refs:gainSet

376 static void _readNodes(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet,  in _readNodes()  argument
381 if (gainSet->timeAlignment == 0) { in _readNodes()
394 hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile); in _readNodes()
399 _decodeSlopes(hBs, (GAIN_INTERPOLATION_TYPE)gainSet->gainInterpolationType, in _readNodes()
402 _decodeTimes(hBs, timeDeltaMin, frameSize, gainSet->fullFrame, timeOffset, in _readNodes()
405 _decodeGains(hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile, nNodes, in _readNodes()
411 static void _readDrcGainSequence(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readDrcGainSequence() argument
417 if (gainSet->gainCodingProfile == GCP_CONSTANT) { in _readDrcGainSequence()
422 _readNodes(hBs, gainSet, frameSize, timeDeltaMin, pNNodes, pNodes); in _readDrcGainSequence()
497 GAIN_SET* gainSet; in drcDec_readUniDrcGain() local
503 gainSet = &(pCoef->gainSet[index]); in drcDec_readUniDrcGain()
505 timeDeltaMin = _getTimeDeltaMin(gainSet, deltaTminDefault); in drcDec_readUniDrcGain()
507 _readDrcGainSequence(hBs, gainSet, frameSize, timeDeltaMin, &tmpNNodes, in drcDec_readUniDrcGain()
1131 pCoef->gainSet[i] = tmpGset; in _readDrcCoefficientsUniDrc()
1191 pCoef->gainSet[i] = tmpGset; in _readDrcCoefficientsUniDrc()
1199 for (b = 0; b < pCoef->gainSet[i].bandCount; b++) { in _readDrcCoefficientsUniDrc()
1200 if (pCoef->gainSet[i].gainSequenceIndex[b] >= 12) continue; in _readDrcCoefficientsUniDrc()
1201 pCoef->gainSetIndexForGainSequence[pCoef->gainSet[i] in _readDrcCoefficientsUniDrc()
1458 bandCount = pCoef->gainSet[set].bandCount; in _readDrcInstructionsUniDrc()