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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 58 int16_t gainQ13;
180 gainQ13 = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q13
184 Vector_Word32_1[k] = (int32_t) WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(Vector_Word16_2[k], gainQ13), 3); // Q25
decode_plc.c 263 int16_t gainQ13;
789 gainQ13 = (int16_t) (tmp32b >> 5); // Q13
794 Vector_Word16_2[k], gainQ13) << 3; // Q25

Completed in 62 milliseconds