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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 178 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
233 bias16 = (int16_t) (1024 + tmp32c); // Q10
234 tmp32b = WebRtcIsacfix_Log2Q8((uint32_t)bias16) - 2560;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 288 WebRtc_Word16 oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
342 bias16 = (WebRtc_Word16) (1024 + tmp32c); // Q10
343 tmp32b = Log2Q8((WebRtc_UWord32) bias16) - 2560; // Q10 in -> Q8 out with 10*2^8 offset

Completed in 460 milliseconds