Searched refs:LastGainIndex (Results 1 – 12 of 12) sorted by relevance
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 213 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP() 247 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FLP() 277 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FLP() 335 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP() 337 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP() 403 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex; in silk_LBRR_encode_FLP()
|
D | process_gains_FLP.c | 72 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FLP() 76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
|
D | structs_FLP.h | 44 opus_int8 LastGainIndex; member
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 227 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX() 261 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FIX() 289 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FIX() 348 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX() 350 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX() 411 psEnc->sCmn.LBRRprevLastGainIndex = psEnc->sShape.LastGainIndex; in silk_LBRR_encode_FIX()
|
D | process_gains_FIX.c | 91 psEncCtrl->lastGainIndexPrev = psShapeSt->LastGainIndex; in silk_process_gains_FIX() 95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()
|
D | structs_FIX.h | 44 opus_int8 LastGainIndex; member
|
/external/libopus/silk/ |
D | decoder_set_fs.c | 93 psDec->LastGainIndex = 10; in silk_decoder_set_fs()
|
D | decode_parameters.c | 47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr ); in silk_decode_parameters()
|
D | dec_API.c | 253 psDec->channel_state[ 1 ].LastGainIndex = 10; in silk_Decode() 379 psDec->channel_state[ i ].LastGainIndex = 10; in silk_Decode()
|
D | structs.h | 266 …opus_int8 LastGainIndex; /* Previous gain index … member
|
D | control_codec.c | 256 psEnc->sShape.LastGainIndex = 10; in silk_setup_fs()
|
D | enc_API.c | 423 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10; in silk_Encode()
|