Home
last modified time | relevance | path

Searched defs:mu (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc261 int16_t mu = (in_pos_ >> 2) & 0x7fff; in Upsample() local
298 int16_t mu = (in_pos_ >> 2) & 0x7fff; in Downsample() local
370 int16x8_t mu = vdupq_n_s16(_mu); in Filter() local
409 int16_t mu, const int16_t* d) { in Filter()