/packages/apps/Gallery2/jni/ |
Android.mk | 28 filters/saturated.c \
|
/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...] |
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
analog_agc.c | 477 uint8_t* saturated, 481 /* Check if the signal is saturated */ 493 *saturated = 1; 650 uint8_t saturated = 0; local 736 /* Checks if the signal is saturated. Also a check if individual samples 740 WebRtcAgc_SaturationCtrl(stt, &saturated, stt->env[0]); 742 /* The AGC is always allowed to lower the level if the signal is saturated */ 743 if (saturated == 1) 765 "\tAGC->ProcessAnalog, frame %d: saturated, micVol = %d\n", 1000 /* mic level is saturated */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 43 ; * output coefficients are saturated to the range
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 43 ; * output coefficients are saturated to the range
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 518 vpkshss v10, v15, v10 ;# X = saturated down to bytes 538 vpkshss v10, v15, v10 ;# X = saturated down to bytes 558 vpkshss v10, v15, v10 ;# X = saturated down to bytes [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
sixtappredict16x16_neon.asm | 41 ; which ensures that the result stays in s16 range. Finally, saturated add the result by
|