Searched refs:LastGainIndex (Results 1 - 12 of 12) sorted by relevance

/external/libopus/silk/float/
H A Dprocess_gains_FLP.c72 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex;
76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
H A Dstructs_FLP.h44 opus_int8 LastGainIndex; member in struct:__anon11307
H A Dencode_frame_FLP.c218 psEnc->sShape.LastGainIndex = LastGainIndex_copy2;
246 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex;
279 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev;
281 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
347 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex;
/external/libopus/silk/fixed/
H A Dprocess_gains_FIX.c91 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex;
95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
H A Dstructs_FIX.h44 opus_int8 LastGainIndex; member in struct:__anon11302
H A Dencode_frame_FIX.c233 psEnc->sShape.LastGainIndex = LastGainIndex_copy2;
261 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex;
294 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev;
296 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
357 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex;
/external/libopus/silk/
H A Ddecoder_set_fs.c93 psDec->LastGainIndex = 10;
H A Ddecode_parameters.c47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr );
H A Ddec_API.c253 psDec->channel_state[ 1 ].LastGainIndex = 10;
379 psDec->channel_state[ i ].LastGainIndex = 10;
H A Dstructs.h266 opus_int8 LastGainIndex; /* Previous gain index */ member in struct:__anon11323
H A Dcontrol_codec.c259 psEnc->sShape.LastGainIndex = 10;
H A Denc_API.c425 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10;

Completed in 623 milliseconds