Home | History | Annotate | Download | only in libspeex

Lines Matching refs:QCONST16

254       st->old_lsp[i]= DIV32(MULT16_16(QCONST16(3.1415927f, LSP_SHIFT), i+1), st->lpcSize+1);
651 gc = MULT16_16_P15(QCONST16(0.70711f,15),gc);
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc);
707 target[i]=MULT16_16_P13(QCONST16(2.5f,13), target[i]);
712 signal_mul(innov2, innov2, MULT16_32_P15(QCONST16(0.4f,15),scale), st->subframeSize);
723 st->innov_rms_save[sub] = MULT16_16_Q15(QCONST16(.70711f, 15), compute_rms(innov, st->subframeSize));
845 bw_lpc(QCONST16(0.99f,15), st->interp_qlpc, st->interp_qlpc, st->lpcSize);
854 st->last_ener = MULT16_16_Q15(QCONST16(.9f,15),st->last_ener);
1032 g= spx_exp(MULT16_16(QCONST16(.125f,11),(quant-10)));
1048 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
1051 gc = MULT16_16_P14(QCONST16(1.4142f,14),gc);
1066 signal_mul(innov2, innov2, MULT16_32_P15(QCONST16(0.4f,15),scale), st->subframeSize);
1258 st->old_lsp[i]= DIV32(MULT16_16(QCONST16(3.1415927f, LSP_SHIFT), i+1), st->lpcSize+1);