Searched refs:HALF16 (Results 1 – 8 of 8) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 832 logXC2 = MAX16(HALF16(logXC), celt_log2(QCONST32(1.001f, 20)-MULT16_16(minXC, minXC))); in alloc_trim_analysis() 840 *stereo_saving = MIN16(*stereo_saving + QCONST16(0.25f, 8), -HALF16(logXC2)); in alloc_trim_analysis() 1082 …follower[i] = HALF16(MAX16(0, bandLogE[i]-follower[i]) + MAX16(0, bandLogE[nbEBands+i]-follower[nb… in dynalloc_analysis() 1104 follower[i] = HALF16(follower[i]); in dynalloc_analysis() 1111 follower[i] = HALF16(follower[i]); in dynalloc_analysis() 1723 bandLogE2[i] += HALF16(SHL16(LM, DB_SHIFT)); in celt_encode_with_ec() 1764 mask = HALF16(mask); in celt_encode_with_ec() 1825 opus_val16 offset = shortBlocks?HALF16(SHL16(LM, DB_SHIFT)):0; in celt_encode_with_ec() 1860 bandLogE2[i] += HALF16(SHL16(LM, DB_SHIFT)); in celt_encode_with_ec()
|
D | fixed_generic.h | 111 #define HALF16(x) (SHR16(x,1)) macro
|
D | arch.h | 239 #define HALF16(x) (.5f*(x)) macro
|
D | vq.c | 84 theta = HALF16(MULT16_16_Q15(gain,gain)); in exp_rotation()
|
D | pitch.c | 497 cont = HALF16(prev_gain); in remove_doubling()
|
D | fixed_debug.h | 240 #define HALF16(x) (SHR16(x,1)) macro
|
/external/libopus/src/ |
D | opus_multistream_encoder.c | 337 channel_offset = HALF16(celt_log2(QCONST32(2.f,14)/(channels-1))); in surround_analysis()
|
D | opus_encoder.c | 1731 mask = HALF16(mask); in opus_encode_native()
|