Searched refs:out_f32s (Results 1 – 1 of 1) sorted by relevance
362 uint32_t *out_f32s = dst; in clip_swap_float_from_mono() local365 *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() local388 *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()