Lines Matching full:beta0
144 spx_word16_t beta0;
436 st->beta0 = DIV32_16(SHL32(EXTEND32(st->frame_size), 16), st->sampling_rate);
439 st->beta0 = (2.0f*st->frame_size)/st->sampling_rate;
1080 tmp32 = MULT16_32_Q15(st->beta0,Syy);
1241 st->beta0 = DIV32_16(SHL32(EXTEND32(st->frame_size), 16), st->sampling_rate);
1244 st->beta0 = (2.0f*st->frame_size)/st->sampling_rate;