Home | History | Annotate | Download | only in agc

Lines Matching refs:tmp16

81     int16_t i, tmp16, tmp16no1;
142 tmp16 = (int16_t)WEBRTC_SPL_MUL_16_16(kCompRatio - 1, i - 1); // Q0
143 tmp32 = WEBRTC_SPL_MUL_16_U16(tmp16, kLog10_2) + 1; // Q14
238 tmp16 = WEBRTC_SPL_LSHIFT_W16(2, 14) - constLinApprox;
240 tmp32no2 *= tmp16;
245 tmp16 = constLinApprox - WEBRTC_SPL_LSHIFT_W16(1, 14);
246 tmp32no2 = fracPart * tmp16;
675 int16_t k, subfr, tmp16;
783 tmp16 = WEBRTC_SPL_LSHIFT_W16(3, 12);
784 tmp32 = WEBRTC_SPL_MUL_16_16(tmp16, (dB - state->meanLongTerm));