HomeSort by relevance Sort by last modified time
    Searched defs:downmix_float (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 421 float downmix_float = (ScaleToFloat(frame->data_[i * 2]) + local
423 downmixed[i] = ScaleAndRoundToInt16(downmix_float);
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 731 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) function
    [all...]
  /external/libopus/src/
opus_encoder.c 731 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) function
    [all...]

Completed in 63 milliseconds