Searched refs:tmp_int32 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc54 WebRtc_Word32 tmp_int32 = 0; local
63 tmp_int32 =
65 tmp_int32 +=
67 tmp_int32 = (tmp_int32 >> 15);
68 tmp_int32 +=
70 tmp_int32 +=
72 tmp_int32 = (tmp_int32 << 1);
74 tmp_int32
[all...]

Completed in 71 milliseconds