Home
last modified time | relevance | path

Searched refs:UINT32_FROM (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsconv-s16le.c53 #ifndef UINT32_FROM
54 #define UINT32_FROM PA_UINT32_FROM_LE macro
347 *b = (int16_t) (((int32_t) (UINT32_FROM(*a) << 8)) >> 16); in pa_sconv_s24_32le_to_s16ne()
358 int16_t s = (int16_t) ((int32_t) (UINT32_FROM(*a) << 8) >> 16); in pa_sconv_s24_32le_to_s16re()
393 int32_t s = (int32_t) (UINT32_FROM(*a) << 8); in pa_sconv_s24_32le_to_float32ne()
405 int32_t s = (int32_t) (UINT32_FROM(*a) << 8); in pa_sconv_s24_32le_to_float32re()
H A Dsconv-s16be.c33 #define UINT32_FROM PA_UINT32_FROM_BE macro

Completed in 2 milliseconds