OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcm_len
(Results
1 - 1
of
1
) sorted by null
/external/libopus/src/
analysis.c
624
int
pcm_len
;
local
631
pcm_len
= analysis_frame_size - analysis->analysis_offset;
634
tonality_analysis(analysis, NULL, celt_mode, analysis_pcm, IMIN(480,
pcm_len
), offset, c1, c2, C, lsb_depth, downmix);
636
pcm_len
-= 480;
637
} while (
pcm_len
>0);
Completed in 329 milliseconds