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

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
complex_fft_mips.c 154 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0;
174 "move %[tempMax], $zero \n\t"
200 "slt %[tmp5], %[tempMax], %[tmp1] \n\t"
201 "movn %[tempMax], %[tmp1], %[tmp5] \n\t"
203 "slt %[tmp5], %[tempMax], %[tmp2] \n\t"
204 "movn %[tempMax], %[tmp2], %[tmp5] \n\t"
205 "slt %[tmp5], %[tempMax], %[tmp3] \n\t"
206 "movn %[tempMax], %[tmp3], %[tmp5] \n\t"
207 "slt %[tmp5], %[tempMax], %[tmp4] \n\t"
208 "movn %[tempMax], %[tmp4], %[tmp5] \n\t
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 618 int32_t tempMax;
690 tempMax = 652800; /* MAX_ISAC_MD * 0.1 in Q18 */
695 tempTerm1 = tempTermX + tempMax - tempTermY;
706 tempTerm1 = tempTermX + tempMax;
    [all...]

Completed in 42 milliseconds