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

/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c882 const float *float_src; local
884 float_src = (const float *)src;
887 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]);
889 dst[i*dst_stride] = float_src[i*src_stride+src_channel];
/external/libopus/src/
H A Dopus_multistream_encoder.c882 const float *float_src; local
884 float_src = (const float *)src;
887 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]);
889 dst[i*dst_stride] = float_src[i*src_stride+src_channel];

Completed in 485 milliseconds