Searched refs:soft_clip (Results 1 – 3 of 3) sorted by relevance
/external/libopus/src/ |
D | opus_private.h | 111 opus_int32 *packet_offset, int soft_clip);
|
D | opus_decoder.c | 586 int self_delimited, opus_int32 *packet_offset, int soft_clip) in opus_decode_native() argument 635 return opus_decode_native(st, NULL, 0, pcm, frame_size, 0, 0, NULL, soft_clip); in opus_decode_native() 640 … ret = opus_decode_native(st, NULL, 0, pcm, frame_size-packet_frame_size, 0, 0, NULL, soft_clip); in opus_decode_native() 689 if (soft_clip) in opus_decode_native()
|
D | opus_multistream_decoder.c | 192 int soft_clip in opus_multistream_decode_native() argument 251 …ec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip); in opus_multistream_decode_native()
|