Searched refs:IQ_SAMPLE_CONVERT_12_TO_8_BIT (Results 1 – 2 of 2) sorted by relevance
82 #define IQ_SAMPLE_CONVERT_12_TO_8_BIT(x) ((int16_t)((x) >> 4)) macro84 #define IQ_SAMPLE_CONVERT_12_TO_8_BIT(x) ((int16_t)((x) >> 2)) macro86 #define IQ_SAMPLE_CONVERT_12_TO_8_BIT(x) ((int8_t)(x)) macro
2950 : IQ_SAMPLE_CONVERT_12_TO_8_BIT(data); in iq_convert_12_to_8_bits()2952 int16_t data_conv = IQ_SAMPLE_CONVERT_12_TO_8_BIT(data); in iq_convert_12_to_8_bits()