OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saturated
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/
LayoutUnit.h
413
uint32_t
saturated
= (static_cast<uint32_t>(a.rawValue() ^ b.rawValue()) >> 31) + std::numeric_limits<int>::max();
local
416
result =
saturated
;
/external/webrtc/src/modules/audio_processing/agc/
analog_agc.c
590
void WebRtcAgc_SaturationCtrl(Agc_t *stt, WebRtc_UWord8 *
saturated
, WebRtc_Word32 *env)
594
/* Check if the signal is
saturated
*/
606
*
saturated
= 1;
766
WebRtc_UWord8
saturated
= 0;
local
840
/* Checks if the signal is
saturated
. Also a check if individual samples
844
WebRtcAgc_SaturationCtrl(stt, &
saturated
, stt->env[0]);
846
/* The AGC is always allowed to lower the level if the signal is
saturated
*/
847
if (
saturated
== 1)
869
"\tAGC->ProcessAnalog, frame %d:
saturated
, micVol = %d\n",
[
all
...]
/external/speex/libspeex/
mdf.c
138
int
saturated
;
member in struct:SpeexEchoState_
430
st->
saturated
= 0;
573
st->
saturated
= 0;
737
if (st->
saturated
== 0)
738
st->
saturated
= 1;
743
if (st->
saturated
== 0)
744
st->
saturated
= 1;
764
st->
saturated
= M+1;
769
st->
saturated
= M+1;
814
if (st->
saturated
== 0
[
all
...]
Completed in 284 milliseconds