• Home
  • Raw
  • Download

Lines Matching refs:pNodes

268                          const int nNodes, GAIN_NODE* pNodes) {  in _decodeGains()  argument
272 pNodes[0].gainDb = _decodeGainInitial(hBs, gainCodingProfile); in _decodeGains()
284 pNodes[k].gainDb = in _decodeGains()
285 pNodes[k - 1].gainDb + in _decodeGains()
293 const int nNodes, GAIN_NODE* pNodes) { in _decodeSlopes() argument
328 GAIN_NODE* pNodes) { in _decodeTimes() argument
352 pNodes[k].time = frameSize + timeOffset; in _decodeTimes()
355 pNodes[k + 1].time = nodeTimeTmp; in _decodeTimes()
357 pNodes[k].time = nodeTimeTmp; in _decodeTimes()
363 pNodes[k].time = frameSize + timeOffset; in _decodeTimes()
370 pNodes[k].time = timeOffs + timeDelta * deltaTmin; in _decodeTimes()
371 timeOffs = pNodes[k].time; in _decodeTimes()
378 UCHAR* pNNodes, GAIN_NODE* pNodes) { in _readNodes() argument
393 pNodes[0].gainDb = _decodeGainInitial( in _readNodes()
395 pNodes[0].time = frameSize + timeOffset; in _readNodes()
400 nNodes, pNodes); in _readNodes()
403 Z, nNodes, pNodes); in _readNodes()
406 pNodes); in _readNodes()
413 UCHAR* pNNodes, GAIN_NODE pNodes[16]) { in _readDrcGainSequence()
419 pNodes[0].time = frameSize - 1; in _readDrcGainSequence()
420 pNodes[0].gainDb = (FIXP_SGL)0; in _readDrcGainSequence()
422 _readNodes(hBs, gainSet, frameSize, timeDeltaMin, pNNodes, pNodes); in _readDrcGainSequence()
430 if (pNodes[k].time >= frameSize) { in _readDrcGainSequence()
432 timeBufPrevFrame[nNodesNodeRes] = pNodes[k].time; in _readDrcGainSequence()
435 timeBufCurFrame[nNodesCur] = pNodes[k].time; in _readDrcGainSequence()
444 pNodes[k].time = timeBufPrevFrame[k] - 2 * frameSize; in _readDrcGainSequence()
448 pNodes[k].time = timeBufCurFrame[m]; in _readDrcGainSequence()