Lines Matching refs:MULT16_16_P15
792 old_ps[i] = MULT16_32_P15(QCONST16(.2f,15),old_ps[i]) + MULT16_32_P15(MULT16_16_P15(QCONST16(.8f,15),SQR16_Q15(gain[i])),ps[i]);
852 MULT16_32_P15(MULT16_16_P15(QCONST16(.8f,15),SQR16_Q15(g)),ps[i]);
857 tmp = MULT16_16_P15(p,spx_sqrt(SHL32(EXTEND32(g),15))) +
858 MULT16_16_P15(SUB16(Q15_ONE,p),spx_sqrt(SHL32(EXTEND32(gfi),15)));
895 tmp = MULT16_16_P15(p,spx_sqrt(SHL32(EXTEND32(gaini),15))) +
896 MULT16_16_P15(SUB16(Q15_ONE,p),spx_sqrt(SHL32(EXTEND32(gfi),15)));
914 ft[0] = MULT16_16_P15(gain2[0],ft[0]);
922 ft[j] = MULT16_16_P15(gain2i,ftj);
923 ft[j+1] = MULT16_16_P15(gain2i,ftjj);
926 ft[(N<<1)-1] = MULT16_16_P15(gain2[N-1],ft[(N<<1)-1]);