Searched refs:float_src (Results 1 – 1 of 1) sorted by relevance
1025 const float *float_src; in opus_copy_channel_in_float() local1028 float_src = (const float *)src; in opus_copy_channel_in_float()1031 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]); in opus_copy_channel_in_float()1033 dst[i*dst_stride] = float_src[i*src_stride+src_channel]; in opus_copy_channel_in_float()