Home
last modified time | relevance | path

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

/external/libopus/src/
Danalysis.c647 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, in run_analysis() argument
656 analysis_frame_size = IMIN((DETECT_SIZE-5)*Fs/100, analysis_frame_size); in run_analysis()
658 pcm_len = analysis_frame_size - analysis->analysis_offset; in run_analysis()
665 analysis->analysis_offset = analysis_frame_size; in run_analysis()
Danalysis.h100 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs,
Dopus_encoder.c1979 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, in opus_encode_float() argument
1992 frame_size = compute_frame_size(pcm, analysis_frame_size, in opus_encode_float()
2001 pcm, analysis_frame_size, 0, -2, st->channels, downmix_float, 1); in opus_encode_float()
2007 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, in opus_encode() argument
2016 frame_size = compute_frame_size(pcm, analysis_frame_size, in opus_encode()
2024 pcm, analysis_frame_size, 0, -2, st->channels, downmix_int, 0); in opus_encode()
2028 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, in opus_encode() argument
2041 frame_size = compute_frame_size(pcm, analysis_frame_size, in opus_encode()
2050 pcm, analysis_frame_size, 0, -2, st->channels, downmix_int, 0); in opus_encode()
2054 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, in opus_encode_float() argument
[all …]
Dopus_multistream_encoder.c822 int analysis_frame_size, in opus_multistream_encode_native() argument
869 frame_size = compute_frame_size(pcm, analysis_frame_size, in opus_multistream_encode_native()
1022 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix, float_api); in opus_multistream_encode_native()