Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dchannel_buffer.cc49 float* const* float_channels = fbuf_.channels(); in RefreshF() local
52 float_channels[i][j] = int_channels[i][j]; in RefreshF()
63 const float* const* float_channels = fbuf_.channels(); in RefreshI() local
65 FloatS16ToS16(float_channels[i], in RefreshI()