Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/
Dstructs_FIX.h110 opus_int8 lastGainIndexPrev; member
Dprocess_gains_FIX.c91 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FIX()
Dencode_frame_FIX.c294 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX()
/external/libopus/silk/float/
Dstructs_FLP.h109 opus_int8 lastGainIndexPrev; member
Dprocess_gains_FLP.c72 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FLP()
Dencode_frame_FLP.c279 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP()