OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fbuf_const
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
splitting_filter_unittest.cc
70
energy[j] += bands.
fbuf_const
()->channels(j)[0][k] *
71
bands.
fbuf_const
()->channels(j)[0][k];
87
tmpcorr += in_data.
fbuf_const
()->channels()[0][j - delay] *
88
out_data.
fbuf_const
()->channels()[0][j];
audio_buffer.cc
128
data_ptr = input_buffer_->
fbuf_const
()->channels();
249
return data_->
fbuf_const
()->channels();
259
split_data_->
fbuf_const
()->bands(channel) :
260
data_->
fbuf_const
()->bands(channel);
272
return split_data_->
fbuf_const
()->channels(band);
274
return band == kBand0To8kHz ? data_->
fbuf_const
()->channels() : nullptr;
293
return data_->
fbuf_const
();
302
return split_data_.get() ? split_data_->
fbuf_const
() : data_->
fbuf_const
();
402
input_resamplers_[i]->Resample(input_buffer_->
fbuf_const
()->channels()[i]
[
all
...]
splitting_filter.cc
89
three_band_filter_banks_[i]->Analysis(data->
fbuf_const
()->channels()[i],
99
three_band_filter_banks_[i]->Synthesis(bands->
fbuf_const
()->bands(i),
/external/webrtc/webrtc/common_audio/
channel_buffer.cc
40
const ChannelBuffer<float>* IFChannelBuffer::
fbuf_const
() const {
function in class:webrtc::IFChannelBuffer
channel_buffer.h
140
// therefore safe to use the return value of ibuf_const() and
fbuf_const
()
150
const ChannelBuffer<float>*
fbuf_const
() const;
Completed in 759 milliseconds