Searched defs:OpusEncoder (Results 1 – 2 of 2) sorted by relevance
74 struct OpusEncoder { struct75 int celt_enc_offset;76 int silk_enc_offset;77 silk_EncControlStruct silk_mode;79 DREDEnc dred_encoder;81 int application;82 int channels;83 int delay_compensation;84 int force_channels;85 int signal_type;[all …]
164 typedef struct OpusEncoder OpusEncoder; typedef