Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c1059 const float *float_src; in opus_copy_channel_in_float() local
1061 float_src = (const float *)src; in opus_copy_channel_in_float()
1064 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]); in opus_copy_channel_in_float()
1066 dst[i*dst_stride] = float_src[i*src_stride+src_channel]; in opus_copy_channel_in_float()