trans4m_freq_2_time_fxp.cpp | 478 #define limiter( y, x) y = sat(x); macro 503 #define limiter( y, x) y = sat(x); macro 509 #define limiter( y, x) z = x<< (15-SCALING); \ macro 515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \ macro 676 limiter(*(pOutput_buffer++), (temp + test)); 677 limiter(*(pOutput_buffer++), (temp2 + test2)); 726 limiter(*(pOutput_buffer++), (test1 + (fxp_mul_16_by_16(dat1, win1) >> shift))); 728 limiter(*(pOutput_buffer_2++), (test2 + (fxp_mul_16_by_16(dat2, win2) >> shift))); 845 limiter(*(pOutput_buffer++), (temp + tmp1)); 860 limiter(*(pOutput_buffer++), (temp + temp1)) [all...] |