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

  /external/chromium_org/third_party/opus/src/src/
opus_multistream_decoder.c 276 float *float_dst; local
278 float_dst = (float*)dst;
283 float_dst[i*dst_stride+dst_channel] = (1/32768.f)*src[i*src_stride];
285 float_dst[i*dst_stride+dst_channel] = src[i*src_stride];
291 float_dst[i*dst_stride+dst_channel] = 0;

Completed in 119 milliseconds