Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfloat_cast.h131 static OPUS_INLINE opus_int16 FLOAT2INT16(float x) in FLOAT2INT16() function
Dcelt_encoder.c2186 in[j] = FLOAT2INT16(pcm[j]); in opus_custom_encode_float()
2218 ((opus_int16*)pcm)[j] = FLOAT2INT16(in[j]); in opus_custom_encode()
Dcelt_decoder.c1134 pcm[j] = FLOAT2INT16 (out[j]);
/external/libopus/src/
Dopus_multistream_decoder.c352 short_dst[i*dst_stride+dst_channel] = FLOAT2INT16(src[i*src_stride]); in opus_copy_channel_out_short()
Dopus_encoder.c734 #define PCM2VAL(x) FLOAT2INT16(x)
1647 pcm_silk[i] = FLOAT2INT16(st->delay_buffer[i]); in opus_encode_native()
1656 pcm_silk[i] = FLOAT2INT16(pcm_buf[total_buffer*st->channels + i]); in opus_encode_native()
1999 in[i] = FLOAT2INT16(pcm[i]); in opus_encode_float()
Dopus_decoder.c786 pcm[i] = FLOAT2INT16(out[i]); in opus_decode()
Dopus_multistream_encoder.c1064 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]); in opus_copy_channel_in_float()