Searched refs:BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
53 static constexpr int BLOCKSIZE = 16; variable1097 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32))); in process__genericNoResampling()1116 const size_t frameCount = std::min((size_t)BLOCKSIZE, mFrameCount - numFrames); in process__genericNoResampling()