• Home
  • Raw
  • Download

Lines Matching refs:gainSet

373 static void _readNodes(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet,  in _readNodes()  argument
378 if (gainSet->timeAlignment == 0) { in _readNodes()
391 hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile); in _readNodes()
396 _decodeSlopes(hBs, (GAIN_INTERPOLATION_TYPE)gainSet->gainInterpolationType, in _readNodes()
399 _decodeTimes(hBs, timeDeltaMin, frameSize, gainSet->fullFrame, timeOffset, in _readNodes()
402 _decodeGains(hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile, nNodes, in _readNodes()
408 static void _readDrcGainSequence(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readDrcGainSequence() argument
414 if (gainSet->gainCodingProfile == GCP_CONSTANT) { in _readDrcGainSequence()
419 _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()
1137 pCoef->gainSet[i] = tmpGset; in _readDrcCoefficientsUniDrc()
1197 pCoef->gainSet[i] = tmpGset; in _readDrcCoefficientsUniDrc()
1205 for (b = 0; b < pCoef->gainSet[i].bandCount; b++) { in _readDrcCoefficientsUniDrc()
1206 if (pCoef->gainSet[i].gainSequenceIndex[b] >= 12) continue; in _readDrcCoefficientsUniDrc()
1207 pCoef->gainSetIndexForGainSequence[pCoef->gainSet[i] in _readDrcCoefficientsUniDrc()
1464 bandCount = pCoef->gainSet[set].bandCount; in _readDrcInstructionsUniDrc()