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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 179 int32_t tmp32c,tmp32d, tmp32e; local
229 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8
230 tmp16c = (int16_t) tmp32d; // Q10 & <4
342 tmp32d = WebRtcIsacfix_Log2Q8((uint32_t)tmp32b) - 2048;
344 tmp32e = tmp32c - tmp32d;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 289 WebRtc_Word32 tmp32c,tmp32d, tmp32e; local
338 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8
339 tmp16c = (WebRtc_Word16) tmp32d; // Q10 & <4
448 tmp32d = Log2Q8((WebRtc_UWord32) tmp32b) - 2048; // offset 8*2^8 , log2(0.5*k) Q8
449 tmp32e = tmp32c -tmp32d;

Completed in 35 milliseconds