Searched refs:G722DecoderState (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | g722_enc_dec.h | 132 } G722DecoderState; typedef 147 G722DecoderState* WebRtc_g722_decode_init(G722DecoderState* s, 150 int WebRtc_g722_decode_release(G722DecoderState *s); 151 size_t WebRtc_g722_decode(G722DecoderState *s,
|
D | g722_interface.c | 61 *G722dec_inst=(G722DecInst*)malloc(sizeof(G722DecoderState)); in WebRtcG722_CreateDecoder() 72 WebRtc_g722_decode_init((G722DecoderState*)inst, 64000, 2); in WebRtcG722_DecoderInit() 78 return WebRtc_g722_decode_release((G722DecoderState*) G722dec_inst); in WebRtcG722_FreeDecoder() 89 return WebRtc_g722_decode((G722DecoderState*) G722dec_inst, decoded, in WebRtcG722_Decode()
|
D | g722_decode.c | 65 static void block4(G722DecoderState *s, int band, int d); 67 static void block4(G722DecoderState *s, int band, int d) in block4() 157 G722DecoderState* WebRtc_g722_decode_init(G722DecoderState* s, in WebRtc_g722_decode_init() 180 int WebRtc_g722_decode_release(G722DecoderState *s) in WebRtc_g722_decode_release() 187 size_t WebRtc_g722_decode(G722DecoderState *s, int16_t amp[], in WebRtc_g722_decode()
|