Home
last modified time | relevance | path

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

/external/libopus/src/
Danalysis.c921 int pcm_len; in run_analysis() local
929 pcm_len = analysis_frame_size - analysis->analysis_offset; in run_analysis()
931 while (pcm_len>0) { in run_analysis()
932 …tonality_analysis(analysis, celt_mode, analysis_pcm, IMIN(Fs/50, pcm_len), offset, c1, c2, C, lsb_… in run_analysis()
934 pcm_len -= Fs/50; in run_analysis()