Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dencode_frame_FLP.c220 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP()
254 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FLP()
284 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FLP()
342 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP()
344 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP()
410 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex; in silk_LBRR_encode_FLP()
Dprocess_gains_FLP.c72 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FLP()
76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
Dstructs_FLP.h44 opus_int8 LastGainIndex; member
/external/libopus/silk/fixed/
Dencode_frame_FIX.c234 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX()
268 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FIX()
296 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FIX()
355 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX()
357 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX()
418 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex; in silk_LBRR_encode_FIX()
Dprocess_gains_FIX.c91 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FIX()
95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()
Dstructs_FIX.h44 opus_int8 LastGainIndex; member
/external/libopus/silk/
Ddecoder_set_fs.c93 psDec->LastGainIndex = 10; in silk_decoder_set_fs()
Ddecode_parameters.c47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr ); in silk_decode_parameters()
Ddec_API.c253 psDec->channel_state[ 1 ].LastGainIndex = 10; in silk_Decode()
379 psDec->channel_state[ i ].LastGainIndex = 10; in silk_Decode()
Dstructs.h267 …opus_int8 LastGainIndex; /* Previous gain index … member
Dcontrol_codec.c256 psEnc->sShape.LastGainIndex = 10; in silk_setup_fs()
Denc_API.c434 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10; in silk_Encode()