Searched refs:processSwitch (Results 1 – 1 of 1) sorted by relevance
657 return accumulate ? processSwitch<true>(src, dst, frameCount) in process()658 : processSwitch<false>(src, dst, frameCount); in process()698 bool processSwitch(const float *src, float *dst, size_t frameCount) const { in processSwitch() function