Searched defs:CELTMode (Results 1 - 1 of 1) sorted by relevance

/external/libopus/celt/
H A Dcelt.h51 #define CELTMode OpusCustomMode macro
74 #define __celt_check_mode_ptr_ptr(ptr) ((ptr) + ((ptr) - (const CELTMode**)(ptr)))
109 /** Get the CELTMode used by an encoder or decoder */
229 void init_caps(const CELTMode *m,int *cap,int LM,int C);
233 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[],

Completed in 85 milliseconds