Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc242 int32_t win_[2][WSIZE]; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler
268 auto w = win_[wbuf] + ((idx + wbuf * WSIZE / 2) % WSIZE) - WSIZE / 2; in Upsample()
276 win_[0][(out_pos_ + WSIZE / 2) % WSIZE] = win_[1][(out_pos_)] = *in; in Upsample()
305 auto w = win_[wbuf] + ((idx + wbuf * WSIZE / 2) % WSIZE) - WSIZE / 2; in Downsample()
313 win_[0][(out_pos_ + WSIZE / 2) % WSIZE] = win_[1][(out_pos_)] = *in; in Downsample()
328 win_{{0}, {0}}, in Resampler()