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