OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLOAT2INT16
(Results
1 - 7
of
7
) sorted by null
/external/libopus/celt/
float_cast.h
131
static OPUS_INLINE opus_int16
FLOAT2INT16
(float x)
celt_encoder.c
[
all
...]
celt_decoder.c
[
all
...]
/external/libopus/src/
opus_multistream_decoder.c
352
short_dst[i*dst_stride+dst_channel] =
FLOAT2INT16
(src[i*src_stride]);
opus_encoder.c
734
#define PCM2VAL(x)
FLOAT2INT16
(x)
[
all
...]
opus_decoder.c
786
pcm[i] =
FLOAT2INT16
(out[i]);
opus_multistream_encoder.c
1064
dst[i*dst_stride] =
FLOAT2INT16
(float_src[i*src_stride+src_channel]);
[
all
...]
Completed in 1473 milliseconds