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