OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastGainIndex_copy2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/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/chromium_org/third_party/opus/src/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 90 milliseconds