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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 43 int16_t in_out = 0; local
51 in_out = data_ch1[n];
52 a = WEBRTC_SPL_MUL_16_16(factor_ch1[0], in_out); // Q15 * Q0 = Q15
56 state0_ch1 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16
57 in_out = (int16_t) (b >> 16); // Save as Q0
59 a = WEBRTC_SPL_MUL_16_16(factor_ch1[1], in_out); // Q15 * Q0 = Q15
63 state1_ch1 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16
67 in_out = data_ch2[n];
68 a = WEBRTC_SPL_MUL_16_16(factor_ch2[0], in_out); // Q15 * Q0 = Q15
72 state0_ch2 = WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q1
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 684 uint16_t in_out; member in struct:sctp_tsn_log
    [all...]

Completed in 296 milliseconds