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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 63 WebRtc_Word32 intgr; local
67 intgr = WEBRTC_SPL_RSHIFT_W32(fixVal + roundVal, qDomain);
69 return intgr;
entropy_coding.c 41 WebRtc_Word32 intgr; local
45 intgr = WEBRTC_SPL_RSHIFT_W32(fixVal+roundVal, qDomain);
47 return intgr;
    [all...]

Completed in 98 milliseconds