Searched defs:analysis_frame_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Danalysis.c620 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs,
629 analysis_frame_size = IMIN((DETECT_SIZE-5)*Fs/100, analysis_frame_size);
631 pcm_len = analysis_frame_size - analysis->analysis_offset;
638 analysis->analysis_offset = analysis_frame_size;
619 run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) argument
H A Dopus_multistream_encoder.c673 int analysis_frame_size,
717 frame_size = compute_frame_size(pcm, analysis_frame_size,
852 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix);
668 opus_multistream_encode_native( OpusMSEncoder *st, opus_copy_channel_in_func copy_channel_in, const void *pcm, int analysis_frame_size, unsigned char *data, opus_int32 max_data_bytes, int lsb_depth, downmix_func downmix ) argument
H A Dopus_encoder.c1937 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, argument
1950 frame_size = compute_frame_size(pcm, analysis_frame_size,
1958 ret = opus_encode_native(st, in, frame_size, data, max_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_float);
1964 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, argument
1973 frame_size = compute_frame_size(pcm, analysis_frame_size,
1980 return opus_encode_native(st, pcm, frame_size, data, out_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_int);
1984 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, argument
1997 frame_size = compute_frame_size(pcm, analysis_frame_size,
2005 ret = opus_encode_native(st, in, frame_size, data, max_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_int);
2009 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, argument
[all...]
/external/libopus/src/
H A Danalysis.c620 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs,
629 analysis_frame_size = IMIN((DETECT_SIZE-5)*Fs/100, analysis_frame_size);
631 pcm_len = analysis_frame_size - analysis->analysis_offset;
638 analysis->analysis_offset = analysis_frame_size;
619 run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) argument
H A Dopus_multistream_encoder.c673 int analysis_frame_size,
717 frame_size = compute_frame_size(pcm, analysis_frame_size,
852 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix);
668 opus_multistream_encode_native( OpusMSEncoder *st, opus_copy_channel_in_func copy_channel_in, const void *pcm, int analysis_frame_size, unsigned char *data, opus_int32 max_data_bytes, int lsb_depth, downmix_func downmix ) argument
H A Dopus_encoder.c1937 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, argument
1950 frame_size = compute_frame_size(pcm, analysis_frame_size,
1958 ret = opus_encode_native(st, in, frame_size, data, max_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_float);
1964 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, argument
1973 frame_size = compute_frame_size(pcm, analysis_frame_size,
1980 return opus_encode_native(st, pcm, frame_size, data, out_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_int);
1984 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, argument
1997 frame_size = compute_frame_size(pcm, analysis_frame_size,
2005 ret = opus_encode_native(st, in, frame_size, data, max_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_int);
2009 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, argument
[all...]

Completed in 442 milliseconds