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

  /external/webrtc/src/common_audio/signal_processing/
min_max_operations.c 36 WebRtc_Word32 tempMax = 0;
45 if (absVal > tempMax)
47 tempMax = absVal;
51 totMax = (WebRtc_Word16)WEBRTC_SPL_MIN(tempMax, WEBRTC_SPL_WORD16_MAX);
60 WebRtc_Word16 tempMax;
66 tempMax = WEBRTC_SPL_ABS_W16(*tmpvector);
72 if (absTemp > tempMax)
74 tempMax = absTemp;
84 WebRtc_UWord32 tempMax = 0;
93 if (absVal > tempMax)
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 1337 int tempmax = max; local
    [all...]

Completed in 106 milliseconds