OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idxErr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c
108
double
idxErr
;
127
idxErr
= idxD - idx;
133
idxErr
* (kLowerBandBitRate12[idx + 1] - kLowerBandBitRate12[idx]));
135
idxErr
* (kUpperBandBitRate12[idx + 1] - kUpperBandBitRate12[idx]));
148
idxErr
= idxD - idx;
153
*rateLBBitPerSec += (int16_t)(
idxErr
*
157
*rateUBBitPerSec += (int16_t)(
idxErr
*
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
pragma.c
[
all
...]
Completed in 212 milliseconds