Home
last modified time | relevance | path

Searched refs:celt_maxabs16 (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
Dmathops.h47 static inline opus_val32 celt_maxabs16(const opus_val16 *x, int len) in celt_maxabs16() function
76 #define celt_maxabs32(x,len) celt_maxabs16(x,len)
Dfixed_c6x.h67 #define celt_maxabs16(x, len) MAX32(EXTEND32(maxval((DATA *)x, len)),-EXTEND32(minval((DATA *)x, le…
Dfixed_c5x.h76 #define celt_maxabs16(x, len) MAX32(EXTEND32(maxval((DATA *)x, len)),-EXTEND32(minval((DATA *)x, le… macro
Dpitch.c324 xmax = celt_maxabs16(x_lp4, len>>2); in pitch_search()
325 ymax = celt_maxabs16(y_lp4, lag>>2); in pitch_search()
Dcelt_encoder.c277 shift = 14-celt_ilog2(1+celt_maxabs16(tmp, len)); in transient_analysis()
1419 sample_max=MAX32(st->overlap_max, celt_maxabs16(pcm, C*(N-overlap)/st->upsample)); in celt_encode_with_ec()
1420 st->overlap_max=celt_maxabs16(pcm+C*(N-overlap)/st->upsample, C*overlap/st->upsample); in celt_encode_with_ec()
Dcelt_decoder.c527 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()