Home
last modified time | relevance | path

Searched refs:celt_mode_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_classifier.cc31 celt_mode_(opus_custom_mode_create(kDefaultSampleRateHz, in AudioClassifier()
35 assert(celt_mode_); in AudioClassifier()
55 celt_mode_, in Analysis()
Daudio_classifier.h49 const CELTMode* celt_mode_; variable