Searched refs:is_digital_silence32 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | analysis.c | 429 static int is_digital_silence32(const opus_val32* pcm, int frame_size, int channels, int lsb_depth) in is_digital_silence32() function 443 #define is_digital_silence32(pcm, frame_size, channels, lsb_depth) is_digital_silence(pcm, frame_si… macro 530 is_silence = is_digital_silence32(tonal->inmem, ANALYSIS_BUF_SIZE, 1, lsb_depth); in tonality_analysis()
|