HomeSort by relevance Sort by last modified time
    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 727 #define PCM2VAL(x) FLOAT2INT16(x)
    [all...]
opus_decoder.c 754 pcm[i] = FLOAT2INT16(out[i]);
opus_multistream_encoder.c 887 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]);
    [all...]

Completed in 2992 milliseconds