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

/external/chromium_org/third_party/opus/src/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:__anon13291
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/chromium_org/third_party/opus/src/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:__anon13286
H A Dencode_frame_FIX.c220 psEnc->sShape.LastGainIndex = LastGainIndex_copy2;
248 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex;
281 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev;
283 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
342 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex;
/external/chromium_org/third_party/opus/src/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.c244 psDec->channel_state[ 1 ].LastGainIndex = 10;
352 psDec->channel_state[ i ].LastGainIndex = 10;
H A Dstructs.h263 opus_int8 LastGainIndex; /* Previous gain index */ member in struct:__anon13306
H A Dcontrol_codec.c248 psEnc->sShape.LastGainIndex = 10;
H A Denc_API.c401 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10;

Completed in 134 milliseconds