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

  /external/libopus/celt/
celt.h 49 #define CELTEncoder OpusCustomEncoder
125 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels,
celt_encoder.c 137 int size = sizeof(struct CELTEncoder)
147 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error)
150 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels));
164 static int opus_custom_encoder_init_arch(CELTEncoder *st, const CELTMode *mode,
201 int opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels)
207 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels,
220 void opus_custom_encoder_destroy(CELTEncoder *st)
1007 static int run_prefilter(CELTEncoder *st, celt_sig *in, celt_sig *prefilter_mem, int CC, int N,
    [all...]
  /external/libopus/src/
opus_encoder.c 165 CELTEncoder *celt_enc;
183 celt_enc = (CELTEncoder*)((char*)st+st->celt_enc_offset);
930 CELTEncoder *celt_enc;
977 celt_enc = (CELTEncoder*)((char*)st+st->celt_enc_offset);
    [all...]

Completed in 82 milliseconds