Searched refs:opus_pcm_soft_clip (Results 1 – 4 of 4) sorted by relevance
/external/libopus/tests/ |
D | test_opus_decode.c | 396 opus_pcm_soft_clip(&x[i],1024-i,1,s); in test_soft_clip() 409 opus_pcm_soft_clip(x,1024/i,i,s); in test_soft_clip() 416 opus_pcm_soft_clip(x,0,1,s); in test_soft_clip() 417 opus_pcm_soft_clip(x,1,0,s); in test_soft_clip() 418 opus_pcm_soft_clip(x,1,1,0); in test_soft_clip() 419 opus_pcm_soft_clip(x,1,-1,s); in test_soft_clip() 420 opus_pcm_soft_clip(x,-1,1,s); in test_soft_clip() 421 opus_pcm_soft_clip(0,1,1,s); in test_soft_clip()
|
/external/libopus/include/ |
D | opus.h | 606 OPUS_EXPORT void opus_pcm_soft_clip(float *pcm, int frame_size, int channels, float *softclip_mem);
|
/external/libopus/src/ |
D | opus.c | 36 OPUS_EXPORT void opus_pcm_soft_clip(float *_x, int N, int C, float *declip_mem) in opus_pcm_soft_clip() function
|
D | opus_decoder.c | 733 opus_pcm_soft_clip(pcm, nb_samples, st->channels, st->softclip_mem); in opus_decode_native()
|