HomeSort by relevance Sort by last modified time
    Searched refs:qe (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
nb_celp.c 611 int qe = scal_quant32(ol_gain, ol_gain_table, 32); local
612 /*ol_gain = exp(qe/3.5)*SIG_SCALING;*/
613 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]);
614 speex_bits_pack(bits, qe, 5);
618 int qe = (int)(floor(.5+3.5*log(ol_gain*1.0/SIG_SCALING))); local
619 if (qe<0)
620 qe=0;
621 if (qe>31)
622 qe=31;
623 ol_gain = exp(qe/3.5)*SIG_SCALING
821 int qe; local
1271 int qe; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 281 long q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, qa, qb, qc, qd, qe; field in class:Exchanger.Slot
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 203 milliseconds