Searched defs:ac_shift (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dlpc.c138 int shift, ac_shift; local
149 ac_shift = 18;
150 while (ac_shift && ac0<0x40000000)
152 ac_shift--;
165 ac[i] = SHR32(d, ac_shift);
/external/speex/libspeex/
H A Dlpc.c138 int shift, ac_shift; local
149 ac_shift = 18;
150 while (ac_shift && ac0<0x40000000)
152 ac_shift--;
165 ac[i] = SHR32(d, ac_shift);
H A Dlpc_bfin.h49 int shift, ac_shift; local
64 ac_shift = 18;
65 while (ac_shift && ac0<0x40000000)
67 ac_shift--;
128 ac[i] = SHR32(ac32[i], ac_shift);

Completed in 114 milliseconds