Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c1025 const float *float_src; in opus_copy_channel_in_float() local
1028 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()