Lines Matching refs:nodePrevious
205 const NODE_LIN nodePrevious, /* the last node of the previous frame */ in _processNodeSegments() argument
213 timePrev = nodePrevious.time + offset; in _processNodeSegments()
214 gainLinPrev = nodePrevious.gainLin; in _processNodeSegments()
289 NODE_LIN nodePrevious; in processDrcTime() local
311 nodePrevious = in processDrcTime()
313 nodePrevious.time -= hGainDec->frameSize; in processDrcTime()
315 nodePrevious.gainLin = SATURATE_LEFT_SHIFT( in processDrcTime()
316 fMultDiv2(nodePrevious.gainLin, in processDrcTime()
343 nodePrevious, channelGain, deinterleavedAudio); in processDrcTime()
442 NODE_LIN nodePrevious; in processDrcSubband() local
458 nodePrevious = pLnb->linearNode[lnbIx][pLnb->nNodes[lnbIx] - 1]; in processDrcSubband()
459 nodePrevious.time -= hGainDec->frameSize; in processDrcSubband()
472 L, nodePrevious, FL2FXCONST_DBL(1.0f / (float)(1 << 8)), in processDrcSubband()