Searched refs:tmp32b (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c169 int32_t tmp32a,tmp32b,lag32,ratq; local
210 tmp32b = oldgQ12 * oldgQ12 >> 10; // Q12 & * 4.0;
211 gain_bias16 = (int16_t) tmp32b; //Q12
218 tmp32b = WebRtcIsacfix_Log2Q8((uint32_t) (k + (PITCH_MIN_LAG/2-2)));
219 tmp16a = (int16_t) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4
227 tmp32b = WebRtcIsacfix_Log2Q8((uint32_t)bias16) - 2560;
229 crrvecQ8_1[k] += tmp32b ; // -10*2^8 offset
304 tmp32b = (int16_t)tmp32a * -42 >> 8;
305 tmp32c= tmp32b + 256;
312 tmp32b
[all...]
H A Dlattice.c32 1) Using (int32_t) (((float)(tmp32))*((float)(tmp32b))/65536.0);
33 2) Using LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
73 int32_t tmp32b = 0; local
77 tmp32b = *ptr2 + tmp32a; // Q15 + Q15 = Q15
78 *ptr2 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
82 tmp32b = WEBRTC_SPL_MUL_16_32_RSFT15(input0, *ptr2); // Q15*Q15>>15 = Q15
83 *ptr1 = tmp32a + tmp32b; // Q15 + Q15 = Q15
110 int32_t tmp32, tmp32b; local
160 tmp32b= fQtmp + tmp32; //Q15+Q15=Q15
165 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b);
[all...]
H A Dlattice_neon.c182 int32_t tmp32b; local
186 tmp32b = *ptr2 + tmp32a;
187 *ptr2 = (int32_t)(WEBRTC_SPL_MUL(t16a, tmp32b) +
188 (WEBRTC_SPL_MUL_16_32_RSFT16(t16b, tmp32b)));
192 tmp32b = WEBRTC_SPL_MUL_16_32_RSFT15(input0, *ptr2);
193 *ptr1 = tmp32a + tmp32b;
H A Dlpc_masking_model.c34 int32_t tmp32b; local
46 tmp32b = (a16[k] << 16) - ((k16[m] * a16[m - k + 1]) << 1);
48 tmp32[k] = WebRtcSpl_DivW32W16(tmp32b, tmp_inv_denum16); //Q27/Q15 = Q12
571 int32_t tmp32a, tmp32b, tmp32c; local
874 tmp32b = WEBRTC_SPL_SHIFT_W32(tmp32a, sh); // Q14->Qssh
875 tmp32c = sqrt_nrg + tmp32b; // Qssh (denominator)
882 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft)
884 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17
923 tmp32b = WEBRTC_SPL_SHIFT_W32(tmp32a, sh); // Q14->Qssh
924 tmp32c = sqrt_nrg + tmp32b; // Qss
[all...]
H A Dentropy_coding.c1677 int32_t CQ11, CQ10,tmp32a,tmp32b; local
1733 tmp32b = WebRtcIsacfix_kTransform[1][k] * (int16_t)CQ10 >> 10;
1734 PitchLags_Q7[k] += (int16_t)(tmp32b >> 5);
1739 tmp32b = WebRtcIsacfix_kTransform[3][k] * (int16_t)CQ10 >> 10;
1740 PitchLags_Q7[k] += (int16_t)(tmp32b >> 5);
1762 int32_t tmp32b; local
1837 tmp32b = WebRtcIsacfix_kTransform[1][k] * (int16_t)CQ10 >> 10;
1838 PitchLagsQ7[k] += (int16_t)(tmp32b >> 5); // Q7.
1843 tmp32b = WebRtcIsacfix_kTransform[3][k] * (int16_t)CQ10 >> 10;
1844 PitchLagsQ7[k] += (int16_t)(tmp32b >>
[all...]
H A Ddecode_plc.c258 int32_t tmp32a, tmp32b; local
768 tmp32b = 262144 - tmp32a; // Q18
769 gainQ13 = (int16_t) (tmp32b >> 5); // Q13
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.c638 int32_t out, nrg, tmp32, tmp32b; local
756 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);
757 tmp32 += tmp32b >> 10;

Completed in 371 milliseconds