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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 187 int iterCntr;
410 iterCntr = 0;
416 if (iterCntr >= MAX_PAYLOAD_LIMIT_ITERATION) {
448 transcodeScale *= (1.0 - (0.9 * (double)iterCntr /
505 iterCntr++;
542 int iterCntr = 0;
549 if (iterCntr >= MAX_PAYLOAD_LIMIT_ITERATION) {
566 transcodeScale *= (1.0 - (0.9 * (double)iterCntr /
640 iterCntr++;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
encode.c 67 int16_t iterCntr;
280 iterCntr = 0;
301 if(iterCntr >= MAX_PAYLOAD_LIMIT_ITERATION)
400 iterCntr++;

Completed in 142 milliseconds