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

  /external/webrtc/src/common_audio/signal_processing/
min_max_operations.c 37 WebRtc_Word32 absVal;
44 absVal = WEBRTC_SPL_ABS_W32((*tmpvector));
45 if (absVal > tempMax)
47 tempMax = absVal;
85 WebRtc_UWord32 absVal;
92 absVal = WEBRTC_SPL_ABS_W32((*tmpvector));
93 if (absVal > tempMax)
95 tempMax = absVal;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c 423 Word16 absVal;
424 absVal = abs_s(quantSpectrum[line]);
425 maxThisSfb = max(maxThisSfb, absVal);
transform.c 443 Word16 absVal;
447 absVal = abs_s(vector[i*stride]);
448 maxVal |= absVal;
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 127 milliseconds