Searched refs:sparseChannelMatrixMultiply (Results 1 – 2 of 2) sorted by relevance
/system/media/audio_utils/include/audio_utils/ |
D | ChannelMix.h | 27 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount); 705 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_STEREO, in processSwitch() 709 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_QUAD_BACK, in processSwitch() 713 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1_BACK, in processSwitch() 716 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT2, in processSwitch() 719 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT4, in processSwitch() 722 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1, in processSwitch() 725 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT2, in processSwitch() 728 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT4, in processSwitch() 731 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_9POINT1POINT6, in processSwitch() [all …]
|
/system/media/audio_utils/ |
D | ChannelMix.cpp | 75 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount) { in sparseChannelMatrixMultiply() function 110 sparseChannelMatrixMultiply<INPUT_MASK, OUTPUT_MASK, true>( \ 113 sparseChannelMatrixMultiply<INPUT_MASK, OUTPUT_MASK, false>( \
|