Home | History | Annotate | Download | only in src

Lines Matching refs:Q15ONE

241     st->prev_HB_gain = Q15ONE;
419 g1 = Q15ONE-g1;
420 g2 = Q15ONE-g2;
427 Q15ONE-w, g1), 15);
459 Q15ONE-w, g1), 15);
468 Q15ONE-w, g1), 15);
871 short_alpha = Q15ONE - MULT16_16(25, Q15ONE)/IMAX(50,frame_rate);
926 ldiff = MULT16_16(Q15ONE, ABS16(qrrt_xx-qrrt_yy))/(EPSILON+qrrt_xx+qrrt_yy);
933 /*printf("%f %f %f %f %f ", corr/(float)Q15ONE, ldiff/(float)Q15ONE, width/(float)Q15ONE, mem->smoothed_width/(float)Q15ONE, mem->max_follower/(float)Q15ONE);*/
934 return EXTRACT16(MIN32(Q15ONE, MULT16_16(20, mem->max_follower)));
1162 mode_voice = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[0][0])
1164 mode_music = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[1][1])
1172 /*printf("%f %d\n", stereo_width/(float)Q15ONE, threshold);*/
1491 HB_gain = Q15ONE;
1525 HB_gain = HB_gain < (opus_val32)Q15ONE*6/7 ? HB_gain + Q15ONE/7 : Q15ONE;
1641 0, Q15ONE, celt_mode->overlap, st->Fs/400, st->channels, celt_mode->window, st->Fs);
1783 if( st->prev_HB_gain < Q15ONE || HB_gain < Q15ONE ) {
1797 g1 = g1==16384 ? Q15ONE : SHL16(g1,1);
1798 g2 = g2==16384 ? Q15ONE : SHL16(g2,1);
2479 st->prev_HB_gain = Q15ONE;