Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dstructs_FLP.h89 opus_int8 lastGainIndexPrev; member
Dencode_frame_FLP.c220 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP()
225 psEnc->sCmn.indices.GainsIndices[ 0 ] = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP()
342 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP()
Dprocess_gains_FLP.c72 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FLP()
/external/libopus/silk/fixed/
Dstructs_FIX.h92 opus_int8 lastGainIndexPrev; member
Dencode_frame_FIX.c234 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX()
239 psEnc->sCmn.indices.GainsIndices[ 0 ] = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX()
355 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX()
Dprocess_gains_FIX.c91 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FIX()