Searched refs:G722DecoderState (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_enc_dec.h132 } G722DecoderState; typedef in typeref:struct:__anon30718
147 G722DecoderState* WebRtc_g722_decode_init(G722DecoderState* s,
150 int WebRtc_g722_decode_release(G722DecoderState *s);
151 size_t WebRtc_g722_decode(G722DecoderState *s,
H A Dg722_interface.c61 *G722dec_inst=(G722DecInst*)malloc(sizeof(G722DecoderState));
72 WebRtc_g722_decode_init((G722DecoderState*)inst, 64000, 2);
78 return WebRtc_g722_decode_release((G722DecoderState*) G722dec_inst);
89 return WebRtc_g722_decode((G722DecoderState*) G722dec_inst, decoded,
H A Dg722_decode.c65 static void block4(G722DecoderState *s, int band, int d);
67 static void block4(G722DecoderState *s, int band, int d)
157 G722DecoderState* WebRtc_g722_decode_init(G722DecoderState* s,
180 int WebRtc_g722_decode_release(G722DecoderState *s)
187 size_t WebRtc_g722_decode(G722DecoderState *s, int16_t amp[],

Completed in 589 milliseconds