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

  /external/webrtc/src/common_audio/signal_processing/
min_max_operations_neon.c 20 WebRtc_Word32 temp_max = 0; local
35 __asm__("vmov.s16 %0, d25[0]" : "=r"(temp_max): : "d25");
39 if (abs_val > temp_max) {
40 temp_max = abs_val;
43 tot_max = (WebRtc_Word16)WEBRTC_SPL_MIN(temp_max, WEBRTC_SPL_WORD16_MAX);
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp     [all...]
  /external/icu4c/test/intltest/
transrt.cpp     [all...]

Completed in 87 milliseconds