Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.cpp82 static void Downmix_foldFrom7Point1(float *pSrc, float *pDst, size_t numFrames, bool accumulate);
393 Downmix_foldFrom7Point1(pSrc, pDst, numFrames, accumulate); in Downmix_Process()
957 void Downmix_foldFrom7Point1(float *pSrc, float *pDst, size_t numFrames, bool accumulate) { in Downmix_foldFrom7Point1() function