Home
last modified time | relevance | path

Searched refs:out_f32s (Results 1 – 1 of 1) sorted by relevance

/qemu/audio/
H A Dmixeng.c362 uint32_t *out_f32s = dst; in clip_swap_float_from_mono() local
365 *out_f32s++ = F32_TO_F32S(CLIP_NATURAL_FLOAT(src->l + src->r)); in clip_swap_float_from_mono()
385 uint32_t *out_f32s = dst; in clip_swap_float_from_stereo() local
388 *out_f32s++ = F32_TO_F32S(CLIP_NATURAL_FLOAT(src->l)); in clip_swap_float_from_stereo()
389 *out_f32s++ = F32_TO_F32S(CLIP_NATURAL_FLOAT(src->r)); in clip_swap_float_from_stereo()