Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.h80 static OPUS_INLINE opus_val32 celt_maxabs16(const opus_val16 *x, int len) in celt_maxabs16() function
109 #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.c317 xmax = celt_maxabs16(x_lp4, len>>2); in pitch_search()
318 ymax = celt_maxabs16(y_lp4, lag>>2); in pitch_search()
Dcelt_encoder.c305 shift = 14-celt_ilog2(MAX16(1, celt_maxabs16(tmp, len))); in transient_analysis()
1618 sample_max=MAX32(st->overlap_max, celt_maxabs16(pcm, C*(N-overlap)/st->upsample)); in celt_encode_with_ec()
1619 st->overlap_max=celt_maxabs16(pcm+C*(N-overlap)/st->upsample, C*overlap/st->upsample); in celt_encode_with_ec()
Dcelt_decoder.c688 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()
/external/libopus/src/
Dopus_encoder.c847 sample_max = celt_maxabs16(pcm, frame_size*channels); in is_digital_silence()
870 sample_max = celt_maxabs16(pcm, len); in compute_frame_energy()