Searched refs:celt_maxabs16 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
D | mathops.h | 47 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)
|
D | fixed_c6x.h | 67 #define celt_maxabs16(x, len) MAX32(EXTEND32(maxval((DATA *)x, len)),-EXTEND32(minval((DATA *)x, le…
|
D | fixed_c5x.h | 76 #define celt_maxabs16(x, len) MAX32(EXTEND32(maxval((DATA *)x, len)),-EXTEND32(minval((DATA *)x, le… macro
|
D | pitch.c | 324 xmax = celt_maxabs16(x_lp4, len>>2); in pitch_search() 325 ymax = celt_maxabs16(y_lp4, lag>>2); in pitch_search()
|
D | celt_encoder.c | 277 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()
|
D | celt_decoder.c | 527 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()
|