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
97 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels);
celt.c 213 int size = sizeof(struct CELTEncoder)
226 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error)
229 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels));
243 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels)
253 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels)
287 void opus_custom_encoder_destroy(CELTEncoder *st)
893 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc)
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 146 CELTEncoder *celt_enc;
164 celt_enc = (CELTEncoder*)((char*)st+st->celt_enc_offset);
452 CELTEncoder *celt_enc;
494 celt_enc = (CELTEncoder*)((char*)st+st->celt_enc_offset);
    [all...]

Completed in 84 milliseconds