HomeSort by relevance Sort by last modified time
    Searched refs:coefsN (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcessNeon.h 56 const int16_t* coefsN,
94 [coefsN0] "+r" (coefsN),
108 const int16_t* coefsN,
151 [coefsN0] "+r" (coefsN),
166 const int16_t* coefsN,
219 [coefsN0] "+r" (coefsN),
236 const int16_t* coefsN,
294 [coefsN0] "+r" (coefsN),
312 const int32_t* coefsN,
358 [coefsN0] "+r" (coefsN),
    [all...]
AudioResamplerFirProcess.h 182 const TC* coefsN,
205 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP);
211 coefsN++;
224 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
225 coefsN++;
236 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
237 coefsN++
    [all...]
AudioResamplerSinc.cpp     [all...]

Completed in 2724 milliseconds