OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CELTDecoder
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
celt.h
50
#define
CELTDecoder
OpusCustomDecoder
135
int celt_decoder_init(
CELTDecoder
*st, opus_int32 sampling_rate, int channels);
celt_decoder.c
107
int size = sizeof(struct
CELTDecoder
)
115
CELTDecoder
*opus_custom_decoder_create(const CELTMode *mode, int channels, int *error)
118
CELTDecoder
*st = (
CELTDecoder
*)opus_alloc(opus_custom_decoder_get_size(mode, channels));
131
int celt_decoder_init(
CELTDecoder
*st, opus_int32 sampling_rate, int channels)
144
OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(
CELTDecoder
*st, const CELTMode *mode, int channels)
172
void opus_custom_decoder_destroy(
CELTDecoder
*st)
333
static void celt_decode_lost(
CELTDecoder
* OPUS_RESTRICT st, opus_val16 * OPUS_RESTRICT pcm, int N, int LM)
655
int celt_decode_with_ec(
CELTDecoder
* OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec)
1029
int opus_custom_decode(
CELTDecoder
* OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int frame_ (…)
[
all
...]
/external/libopus/src/
opus_decoder.c
104
CELTDecoder
*celt_dec;
121
celt_dec = (
CELTDecoder
*)((char*)st+st->celt_dec_offset);
208
CELTDecoder
*celt_dec;
236
celt_dec = (
CELTDecoder
*)((char*)st+st->celt_dec_offset);
775
CELTDecoder
*celt_dec;
778
celt_dec = (
CELTDecoder
*)((char*)st+st->celt_dec_offset);
Completed in 40 milliseconds