Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.h100 void Downmix_foldFrom5Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
DEffectDownmix.c333 Downmix_foldFrom5Point1(pSrc, pDst, numFrames, accumulate); in Downmix_Process()
833 void Downmix_foldFrom5Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) { in Downmix_foldFrom5Point1() function