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

  /external/chromium_org/third_party/opus/src/celt/
celt.h 49 #define CELTEncoder OpusCustomEncoder
121 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 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels)
174 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels)
210 void opus_custom_encoder_destroy(CELTEncoder *st)
995 static int run_prefilter(CELTEncoder *st, celt_sig *in, celt_sig *prefilter_mem, int CC, int N,
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 165 CELTEncoder *celt_enc;
183 celt_enc = (CELTEncoder*)((char*)st+st->celt_enc_offset);
962 CELTEncoder *celt_enc;
1009 celt_enc = (CELTEncoder*)((char*)st+st->celt_enc_offset);
    [all...]

Completed in 52 milliseconds