Searched refs:soft_clip (Results 1 – 3 of 3) sorted by relevance
/external/libopus/src/ |
D | opus_private.h | 150 opus_int32 *packet_offset, int soft_clip); 196 int soft_clip,
|
D | opus_decoder.c | 628 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()
|
D | opus_multistream_decoder.c | 186 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()
|