Home | History | Annotate | Download | only in libspeex

Lines Matching refs:beta_max

145    spx_word16_t beta_max;
437 st->beta_max = DIV32_16(SHL32(EXTEND32(st->frame_size), 14), st->sampling_rate);
440 st->beta_max = (.5f*st->frame_size)/st->sampling_rate;
1081 if (tmp32 > MULT16_32_Q15(st->beta_max,See))
1082 tmp32 = MULT16_32_Q15(st->beta_max,See);
1242 st->beta_max = DIV32_16(SHL32(EXTEND32(st->frame_size), 14), st->sampling_rate);
1245 st->beta_max = (.5f*st->frame_size)/st->sampling_rate;