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

  /external/libopus/celt/
mathops.h 47 static OPUS_INLINE opus_val32 celt_maxabs16(const opus_val16 *x, int len) function
76 #define celt_maxabs32(x,len) celt_maxabs16(x,len)
pitch.c 329 xmax = celt_maxabs16(x_lp4, len>>2);
330 ymax = celt_maxabs16(y_lp4, lag>>2);
celt_encoder.c 286 shift = 14-celt_ilog2(1+celt_maxabs16(tmp, len));
    [all...]
celt_decoder.c 529 int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20);
    [all...]

Completed in 545 milliseconds