HomeSort by relevance Sort by last modified time
    Searched defs:ol_gain (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 58 Word16 ol_gain; member in struct:__anon17815
  /external/speex/libspeex/
nb_celp.c 258 spx_word32_t ol_gain; local
406 ol_gain = MULT16_16(g, MULT16_16_Q14(QCONST16(1.1,14),
409 ol_gain = SHL32(EXTEND32(g),SIG_SHIFT);
611 int qe = scal_quant32(ol_gain, ol_gain_table, 32);
612 /*ol_gain = exp(qe/3.5)*SIG_SCALING;*/
613 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]);
618 int qe = (int)(floor(.5+3.5*log(ol_gain*1.0/SIG_SCALING)));
623 ol_gain = exp(qe/3.5)*SIG_SCALING;
809 spx_word32_t f = PDIV32(ener,PSHR32(ol_gain,SIG_SHIFT));
816 fine_gain = PDIV32_16(ener,PSHR32(ol_gain,SIG_SHIFT))
1089 spx_word32_t ol_gain=0; local
    [all...]

Completed in 79 milliseconds