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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 58 WebRtc_Word16 gainQ13;
180 gainQ13 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q13
184 Vector_Word32_1[k] = (WebRtc_Word32) WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(Vector_Word16_2[k], gainQ13), 3); // Q25
decode_plc.c 263 WebRtc_Word16 gainQ13;
791 gainQ13 = (WebRtc_Word16) (tmp32b >> 5); // Q13
796 Vector_Word16_2[k], gainQ13) << 3; // Q25

Completed in 2293 milliseconds