OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iterCntr
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c
186
int
iterCntr
;
408
iterCntr
= 0;
414
if (
iterCntr
>= MAX_PAYLOAD_LIMIT_ITERATION) {
446
transcodeScale *= (1.0 - (0.9 * (double)
iterCntr
/
503
iterCntr
++;
540
int
iterCntr
= 0;
547
if (
iterCntr
>= MAX_PAYLOAD_LIMIT_ITERATION) {
564
transcodeScale *= (1.0 - (0.9 * (double)
iterCntr
/
638
iterCntr
++;
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
encode.c
64
WebRtc_Word16
iterCntr
;
275
iterCntr
= 0;
296
if(
iterCntr
>= MAX_PAYLOAD_LIMIT_ITERATION)
395
iterCntr
++;
Completed in 33 milliseconds