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

  /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
337 tmp16b = (WebRtc_Word16) tmp32c; // Q10 & <8
338 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8
lpc_masking_model.c 557 WebRtc_Word16 tmp16,tmp16b; local
596 tmp16b = exp2_Q10_T(tmp16); // Q10
597 snrq = (WebRtc_Word16) WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 285, 10); // Q10
    [all...]
entropy_coding.c 1772 WebRtc_Word16 shft, tmp16a, tmp16b, tmp16c; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 636 int16_t tmp16b = 0; local
645 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
647 tmp16b); // Q0
    [all...]

Completed in 196 milliseconds