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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 36 uint16_t negCarry;
52 negCarry = *streamPtr;
53 negCarry += 0x0100;
54 *streamPtr = negCarry;
57 while (!(negCarry))
59 negCarry = *--streamPtr;
60 negCarry++;
61 *streamPtr = negCarry;
93 negCarry = *streamPtr;
94 negCarry += 0x0100
    [all...]
arith_routines_hist.c 45 uint16_t negCarry;
86 negCarry = *streamPtrCarry;
87 negCarry += 0x0100;
88 *streamPtrCarry = negCarry;
89 while (!(negCarry))
91 negCarry = *--streamPtrCarry;
92 negCarry++;
93 *streamPtrCarry = negCarry;

Completed in 2673 milliseconds