Home
last modified time | relevance | path

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

/external/libopus/src/
Danalysis.c960 int pcm_len; in run_analysis() local
968 pcm_len = analysis_frame_size - analysis->analysis_offset; in run_analysis()
970 while (pcm_len>0) { in run_analysis()
971 …tonality_analysis(analysis, celt_mode, analysis_pcm, IMIN(Fs/50, pcm_len), offset, c1, c2, C, lsb_… in run_analysis()
973 pcm_len -= Fs/50; in run_analysis()