/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
decode.c | 57 int32_t tmp32a, tmp32b; local 179 tmp32b = 262144 - tmp32a; // Q18 180 gainQ13 = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q13
|
lattice.c | 32 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 109 int32_t tmp32, tmp32b; local 159 tmp32b= fQtmp + tmp32; //Q15+Q15=Q15 164 tmp32 = LATTICE_MUL_32_32_RSFT16(t16a, t16b, tmp32b); [all...] |
pitch_estimator.c | 176 int32_t tmp32a,tmp32b,lag32,ratq; local 217 tmp32b = WEBRTC_SPL_MUL_16_16_RSFT(oldgQ12,oldgQ12, 10); //Q12 & * 4.0; 218 gain_bias16 = (int16_t) tmp32b; //Q12 225 tmp32b = WebRtcIsacfix_Log2Q8((uint32_t) (k + (PITCH_MIN_LAG/2-2))); 226 tmp16a = (int16_t) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4 234 tmp32b = WebRtcIsacfix_Log2Q8((uint32_t)bias16) - 2560; 236 crrvecQ8_1[k] += tmp32b ; // -10*2^8 offset 311 tmp32b= WEBRTC_SPL_MUL_16_16_RSFT((int16_t) tmp32a, -42, 8); 312 tmp32c= tmp32b + 256; 320 tmp32b = WEBRTC_SPL_LSHIFT_W32(tmp32a, 1) [all...] |
decode_plc.c | 262 int32_t tmp32a, tmp32b; local 788 tmp32b = 262144 - tmp32a; // Q18 789 gainQ13 = (int16_t) (tmp32b >> 5); // Q13
|
lpc_masking_model.c | 34 int32_t tmp32b; local 45 tmp32b = WEBRTC_SPL_LSHIFT_W32((int32_t)a16[k], 16) - 48 tmp32[k] = WebRtcSpl_DivW32W16(tmp32b, tmp_inv_denum16); //Q27/Q15 = Q12 583 int32_t tmp32a, tmp32b, tmp32c; local [all...] |
entropy_coding.c | 1683 int32_t CQ11, CQ10,tmp32a,tmp32b; local 1770 int32_t tmp32b; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/ |
digital_agc.c | 673 int32_t out, nrg, tmp32, tmp32b; local 787 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16); 788 tmp32 += WEBRTC_SPL_RSHIFT_W32(tmp32b, 10);
|