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

/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c21 // Only bit |kBandFirst| through bit |kBandLast| are processed and
22 // |kBandFirst| - |kBandLast| must be < 32.
23 enum { kBandFirst = 12 }; enumerator in enum:__anon20995
65 int i = kBandFirst;
73 for (i = kBandFirst; i <= kBandLast; i++) {
82 for (i = kBandFirst; i <= kBandLast; i++) {
89 out = SetBit(out, i - kBandFirst);
99 int i = kBandFirst;
106 for (i = kBandFirst; i <= kBandLast; i++) {
114 for (i = kBandFirst;
[all...]

Completed in 160 milliseconds