HomeSort by relevance Sort by last modified time
    Searched refs:LastGainIndex (Results 1 - 12 of 12) sorted by null

  /external/libopus/silk/float/
process_gains_FLP.c 72 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex;
76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
structs_FLP.h 44 opus_int8 LastGainIndex;
encode_frame_FLP.c 218 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/
process_gains_FIX.c 91 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex;
95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
structs_FIX.h 44 opus_int8 LastGainIndex;
encode_frame_FIX.c 231 psEnc->sShape.LastGainIndex = LastGainIndex_copy2;
259 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex;
292 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev;
294 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
355 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex;
  /external/libopus/silk/
decoder_set_fs.c 93 psDec->LastGainIndex = 10;
decode_parameters.c 47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr );
dec_API.c 249 psDec->channel_state[ 1 ].LastGainIndex = 10;
357 psDec->channel_state[ i ].LastGainIndex = 10;
structs.h 266 opus_int8 LastGainIndex; /* Previous gain index */
control_codec.c 259 psEnc->sShape.LastGainIndex = 10;
enc_API.c 418 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10;

Completed in 233 milliseconds