Home
last modified time | relevance | path

Searched refs:soft_clip (Results 1 – 3 of 3) sorted by relevance

/external/libopus/src/
Dopus_private.h150 opus_int32 *packet_offset, int soft_clip);
196 int soft_clip,
Dopus_decoder.c628 int self_delimited, opus_int32 *packet_offset, int soft_clip) in opus_decode_native() argument
678 return opus_decode_native(st, NULL, 0, pcm, frame_size, 0, 0, NULL, soft_clip); in opus_decode_native()
683 … ret = opus_decode_native(st, NULL, 0, pcm, frame_size-packet_frame_size, 0, 0, NULL, soft_clip); in opus_decode_native()
732 if (soft_clip) in opus_decode_native()
Dopus_multistream_decoder.c186 int soft_clip, in opus_multistream_decode_native() argument
253 …ec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip); in opus_multistream_decode_native()