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

  /external/chromium_org/third_party/opus/src/celt/
celt.h 50 #define CELTDecoder OpusCustomDecoder
106 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
celt.c     [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 96 CELTDecoder *celt_dec;
113 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset);
200 CELTDecoder *celt_dec;
222 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset);
867 CELTDecoder *celt_dec;
870 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset);

Completed in 91 milliseconds