Home
last modified time | relevance | path

Searched refs:nodePrevious (Results 1 – 1 of 1) sorted by relevance

/external/aac/libDRCdec/src/
DdrcGainDec_process.cpp205 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
[all …]