Searched refs:RESAMP_RES_BIT (Results 1 – 2 of 2) sorted by relevance
181 #define RESAMP_RES_BIT 8 macro
215 out[ i ] = in[ j ] - (uint16_t)( ((int32_t)( udiff * relativePos )) >> RESAMP_RES_BIT); in LinearResampler()222 out[ i ] = in[ j ] + (uint16_t)( ((int32_t)( udiff * relativePos )) >> RESAMP_RES_BIT); in LinearResampler()227 out[i] = in[j] + (int16_t)(diff * relativePos >> RESAMP_RES_BIT); in LinearResampler()