Searched refs:LastGainIndex (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/opus/src/silk/float/ |
D | encode_frame_FLP.c | 218 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FLP() 246 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FLP() 279 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FLP() 281 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP() 347 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/chromium_org/third_party/opus/src/silk/fixed/ |
D | encode_frame_FIX.c | 231 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FIX() 259 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FIX() 292 psEnc->sShape.LastGainIndex = sEncCtrl.lastGainIndexPrev; in silk_encode_frame_FIX() 294 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX() 355 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/chromium_org/third_party/opus/src/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 | 249 psDec->channel_state[ 1 ].LastGainIndex = 10; in silk_Decode() 357 psDec->channel_state[ i ].LastGainIndex = 10; in silk_Decode()
|
D | structs.h | 263 …opus_int8 LastGainIndex; /* Previous gain index … member
|
D | control_codec.c | 259 psEnc->sShape.LastGainIndex = 10; in silk_setup_fs()
|
D | enc_API.c | 413 psEnc->state_Fxx[ 1 ].sShape.LastGainIndex = 10; in silk_Encode()
|