HomeSort by relevance Sort by last modified time
    Searched refs:LastGainIndex_copy2 (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/fixed/
encode_frame_FIX.c 96 opus_int8 LastGainIndex_copy2;
100 LastGainIndex_copy2 = nBits_lower = nBits_upper = gainMult_lower = gainMult_upper = 0;
231 psEnc->sShape.LastGainIndex = LastGainIndex_copy2;
259 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex;
  /external/libopus/silk/float/
encode_frame_FLP.c 97 opus_int8 LastGainIndex_copy2;
102 LastGainIndex_copy2 = nBits_lower = nBits_upper = gainMult_lower = gainMult_upper = 0;
218 psEnc->sShape.LastGainIndex = LastGainIndex_copy2;
246 LastGainIndex_copy2 = psEnc->sShape.LastGainIndex;

Completed in 7204 milliseconds