Searched refs:fbuf_ (Results 1 – 2 of 2) sorted by relevance
21 fbuf_(num_frames, num_channels, num_bands) {} in IFChannelBuffer()32 return &fbuf_; in fbuf()42 return &fbuf_; in fbuf_const()49 float* const* float_channels = fbuf_.channels(); in RefreshF()63 const float* const* float_channels = fbuf_.channels(); in RefreshI()
164 mutable ChannelBuffer<float> fbuf_; variable