Searched refs:LastGainIndex (Results 1 – 12 of 12) sorted by relevance
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 220 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()
|
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 | 234 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()
|
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 | 267 …opus_int8 LastGainIndex; /* Previous gain index … member
|
D | control_codec.c | 256 psEnc->sShape.LastGainIndex = 10; in silk_setup_fs()
|
D | enc_API.c | 434 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10; in silk_Encode()
|