HomeSort by relevance Sort by last modified time
    Searched full:float_dst (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_multistream_decoder.c 314 float *float_dst; local
316 float_dst = (float*)dst;
321 float_dst[i*dst_stride+dst_channel] = (1/32768.f)*src[i*src_stride];
323 float_dst[i*dst_stride+dst_channel] = src[i*src_stride];
329 float_dst[i*dst_stride+dst_channel] = 0;
  /external/libopus/src/
opus_multistream_decoder.c 314 float *float_dst; local
316 float_dst = (float*)dst;
321 float_dst[i*dst_stride+dst_channel] = (1/32768.f)*src[i*src_stride];
323 float_dst[i*dst_stride+dst_channel] = src[i*src_stride];
329 float_dst[i*dst_stride+dst_channel] = 0;

Completed in 70 milliseconds