Home
last modified time | relevance | path

Searched refs:LastGainIndex_copy2 (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/float/
Dencode_frame_FLP.c97 opus_int8 LastGainIndex_copy2; in silk_encode_frame_FLP() local
102 LastGainIndex_copy2 = nBits_lower = nBits_upper = gainMult_lower = gainMult_upper = 0; in silk_encode_frame_FLP()
218 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FLP()
246 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FLP()
/external/libopus/silk/fixed/
Dencode_frame_FIX.c96 opus_int8 LastGainIndex_copy2; in silk_encode_frame_FIX() local
100 LastGainIndex_copy2 = nBits_lower = nBits_upper = gainMult_lower = gainMult_upper = 0; in silk_encode_frame_FIX()
231 psEnc->sShape.LastGainIndex = LastGainIndex_copy2; in silk_encode_frame_FIX()
259 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex; in silk_encode_frame_FIX()