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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 58 Word16 ol_gain; member in struct:__anon37944
  /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...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 47 Word16 *gain = &(st->ol_gain); /* normalize correlation of hp_wsp for the lag */
voAMRWBEnc.c 119 cod_state->ol_gain = 0;
497 if(st->ol_gain > 19661) /* 0.6 in Q15 */
511 wb_vad_tone_detection(st->vadSt, st->ol_gain);
519 if(st->ol_gain > 19661) /* 0.6 in Q15 */
533 wb_vad_tone_detection(st->vadSt, st->ol_gain);
    [all...]

Completed in 79 milliseconds