Searched refs:win_ (Results 1 – 1 of 1) sorted by relevance
242 int32_t win_[2][WSIZE]; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler268 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()