/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-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
|
/external/oprofile/events/i386/atom/ |
unit_masks | 55 0x00 s SIMD saturated arithmetic micro-ops executed 56 0x80 ar SIMD saturated arithmetic micro-ops retired
|
events | 66 event:0xB1 counters:0,1 um:simd_sat_uop_exec minimum:6000 name:SIMD_SAT_UOP_EXEC : SIMD saturated arithmetic micro-ops executed 77 event:0xCF counters:0,1 um:zero minimum:6000 name:SIMD_SAT_INSTR_RETIRED : Saturated arithmetic instructions retired
|
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
analog_agc.c | 586 void WebRtcAgc_SaturationCtrl(Agc_t *stt, WebRtc_UWord8 *saturated, WebRtc_Word32 *env) 590 /* Check if the signal is saturated */ 602 *saturated = 1; 762 WebRtc_UWord8 saturated = 0; local 836 /* Checks if the signal is saturated. Also a check if individual samples 840 WebRtcAgc_SaturationCtrl(stt, &saturated, stt->env[0]); 842 /* The AGC is always allowed to lower the level if the signal is saturated */ 843 if (saturated == 1) 865 "\tAGC->ProcessAnalog, frame %d: saturated, micVol = %d\n", [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 29 ; * output coefficients are saturated to the range
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 29 ; * output coefficients are saturated to the range
|
/external/oprofile/events/mips/74K/ |
events | 137 event:0x42c counters:1,3 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 44-1 ALU-DSP graduated, result was saturated 138 event:0x42d counters:1,3 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 45-1 MDU-DSP graduated, result was saturated
|
/external/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...] |
/external/libvpx/vp8/common/arm/neon/ |
sixtappredict16x16_neon.asm | 30 ; which ensures that the result stays in s16 range. Finally, saturated add the result by
|