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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
init_decode.h 29 IlbcDecoder *iLBCdec_inst, /* (i/o) Decoder instance */
enhancer_interface.h 31 IlbcDecoder *iLBCdec_inst /* (i) buffers etc */
ilbc.c 43 *size=sizeof(IlbcDecoder)/sizeof(int16_t);
62 *iLBC_decinst=(IlbcDecoderInstance*)malloc(sizeof(IlbcDecoder));
128 WebRtcIlbcfix_InitDecode((IlbcDecoder*) iLBCdec_inst, mode, 1);
135 WebRtcIlbcfix_InitDecode((IlbcDecoder*) iLBCdec_inst, 20, 1);
138 WebRtcIlbcfix_InitDecode((IlbcDecoder*) iLBCdec_inst, 30, 1);
151 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
152 (len==2*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
153 (len==3*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)) {
157 if (((IlbcDecoder*)iLBCdec_inst)->mode==20) {
162 ((IlbcDecoder*)iLBCdec_inst), 30
    [all...]
decode.h 31 IlbcDecoder *iLBCdec_inst, /* (i/o) the decoder state
decode_residual.h 29 IlbcDecoder *iLBCdec_inst,
decoder_interpolate_lsf.h 34 IlbcDecoder *iLBCdec_inst
do_plc.h 37 IlbcDecoder *iLBCdec_inst
decoder_interpolate_lsf.c 34 IlbcDecoder *iLBCdec_inst
init_decode.c 27 IlbcDecoder *iLBCdec_inst, /* (i/o) Decoder instance */
defines.h 218 } IlbcDecoder;
decode_residual.c 36 IlbcDecoder *iLBCdec_inst,
decode.c 42 IlbcDecoder *iLBCdec_inst, /* (i/o) the decoder state
do_plc.c 37 IlbcDecoder *iLBCdec_inst
enhancer_interface.c 36 IlbcDecoder *iLBCdec_inst /* (i) buffers etc */
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 59 IlbcDecoder *iLBCdec_inst, /* (i/o) Decoder instance */
104 IlbcDecoder Dec_Inst;

Completed in 805 milliseconds