HomeSort by relevance Sort by last modified time
    Searched refs:downmix_int (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_classifier.cc 51 // Also uses a down-mixing function downmix_int, defined in
64 downmix_int,
  /external/libopus/src/
opus_private.h 89 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C);
opus_encoder.c 773 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) function
    [all...]
opus_multistream_encoder.c 1102 pcm, frame_size, data, max_data_bytes, 16, downmix_int, 0);
    [all...]

Completed in 812 milliseconds