Searched refs:celt_maxabs16 (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | mathops.h | 80 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)
|
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 | 317 xmax = celt_maxabs16(x_lp4, len>>2); in pitch_search() 318 ymax = celt_maxabs16(y_lp4, lag>>2); in pitch_search()
|
D | celt_encoder.c | 305 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()
|
D | celt_decoder.c | 688 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()
|
/external/libopus/src/ |
D | opus_encoder.c | 847 sample_max = celt_maxabs16(pcm, frame_size*channels); in is_digital_silence() 870 sample_max = celt_maxabs16(pcm, len); in compute_frame_energy()
|