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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_update_best_index.c 34 int16_t *bestGain) /* (i/o) Gain in Q14 that corresponds
76 *bestGain=21299;
78 *bestGain=-21299;
80 *bestGain=(int16_t)gainW32;
cb_update_best_index.h 35 int16_t *bestGain); /* (i/o) Gain in Q14 that corresponds
cb_search.c 59 int16_t bestGain=0;
190 bestGain=0;
226 &CritMax, &shTotMax, &bestIndex, &bestGain);
278 &CritMax, &shTotMax, &bestIndex, &bestGain);
283 bestGain = WebRtcIlbcfix_GainQuant(bestGain,
336 WebRtcSpl_AddAffineVectorToVector(target, pp, (int16_t)(-bestGain), (int32_t)8192, (int16_t)14, (int)lTarget);
339 gains[stage+1] = bestGain;

Completed in 740 milliseconds