HomeSort by relevance Sort by last modified time
    Searched refs:tmp32c (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 283 int32_t tmp32c,tmp32d, tmp32e; local
330 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT(tmp16a,tmp16a, 6); //Q10
331 tmp16b = (int16_t) tmp32c; // Q10 & <8
335 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT(gain_bias16,tmp16d,13); // Q10 & * 0.5
336 bias16 = (int16_t) (1024 + tmp32c); // Q10
414 tmp32c= tmp32b + 256;
415 *fyq += tmp32c;
438 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT((int16_t) tmp32b, (int16_t) tmp32b, 8); // Q8
440 tmp32b = (int32_t) tmp32c + (int32_t) WEBRTC_SPL_RSHIFT_W32(ratq, 1); // (k-r)^2 + 0.5 * r Q8
441 tmp32c = Log2Q8((uint32_t) tmp32a) - 2048; // offset 8*2^8 , log2(0.5*k) Q
    [all...]
lpc_masking_model.c 583 int32_t tmp32a, tmp32b, tmp32c; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 289 WebRtc_Word32 tmp32c,tmp32d, tmp32e; local
336 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT(tmp16a,tmp16a, 6); //Q10
337 tmp16b = (WebRtc_Word16) tmp32c; // Q10 & <8
341 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT(gain_bias16,tmp16d,13); // Q10 & * 0.5
342 bias16 = (WebRtc_Word16) (1024 + tmp32c); // Q10
420 tmp32c= tmp32b + 256;
421 *fyq += tmp32c;
444 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) tmp32b, (WebRtc_Word16) tmp32b, 8); // Q8
446 tmp32b = (WebRtc_Word32) tmp32c + (WebRtc_Word32) WEBRTC_SPL_RSHIFT_W32(ratq, 1); // (k-r)^2 + 0.5 * r Q8
447 tmp32c = Log2Q8((WebRtc_UWord32) tmp32a) - 2048; // offset 8*2^8 , log2(0.5*k) Q
    [all...]
lpc_masking_model.c 583 WebRtc_Word32 tmp32a, tmp32b, tmp32c; local
    [all...]

Completed in 196 milliseconds