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

  /external/libopus/celt/
arch.h 170 #define HALF16(x) (.5f*(x))
fixed_generic.h 92 #define HALF16(x) (SHR16(x,1))
celt_encoder.c 802 logXC2 = MAX16(HALF16(logXC), celt_log2(QCONST32(1.001f, 20)-MULT16_16(minXC, minXC)));
810 *stereo_saving = MIN16(*stereo_saving + QCONST16(0.25f, 8), -HALF16(logXC2));
947 follower[i] = HALF16(MAX16(0, bandLogE[i]-follower[i]) + MAX16(0, bandLogE[nbEBands+i]-follower[nbEBands+i]));
961 follower[i] = HALF16(follower[i]);
972 follower[i] = HALF16(follower[i]);
    [all...]
vq.c 79 theta = HALF16(MULT16_16_Q15(gain,gain));
fixed_debug.h 230 #define HALF16(x) (SHR16(x,1))
  /external/libopus/src/
opus_multistream_encoder.c 305 channel_offset = HALF16(celt_log2(QCONST32(2.f,14)/(channels-1)));
    [all...]
opus_encoder.c     [all...]

Completed in 1092 milliseconds