Searched refs:DSP_WORD_TO_DSP32 (Results 1 – 2 of 2) sorted by relevance
51 #define DSP_WORD_TO_DSP32(word) (u32)((word) >> 1) macro
544 …int segment = (int)MATH_MIN(len, DSP_WORD_TO_DSP32(DSPiLocalRingLength - DSPiLocalRingOffset)); in DSPi_SyncSamplingBufferCore()