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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.h 31 iLBC_Dec_Inst_t *iLBCdec_inst /* (i) buffers etc */
init_decode.h 29 iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */
ilbc.c 40 *size=sizeof(iLBC_Dec_Inst_t)/sizeof(int16_t);
59 *iLBC_decinst=(iLBC_decinst_t*)malloc(sizeof(iLBC_Dec_Inst_t));
122 WebRtcIlbcfix_InitDecode((iLBC_Dec_Inst_t*) iLBCdec_inst, mode, 1);
129 WebRtcIlbcfix_InitDecode((iLBC_Dec_Inst_t*) iLBCdec_inst, 20, 1);
133 WebRtcIlbcfix_InitDecode((iLBC_Dec_Inst_t*) iLBCdec_inst, 30, 1);
147 if ((len==((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
148 (len==2*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)||
149 (len==3*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_bytes)) {
153 if (((iLBC_Dec_Inst_t*)iLBCdec_inst)->mode==20) {
157 WebRtcIlbcfix_InitDecode(((iLBC_Dec_Inst_t*)iLBCdec_inst), 30, ((iLBC_Dec_Inst_t*)iLBCdec_inst)->use_enhancer)
    [all...]
decode.h 31 iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) the decoder state
decode_residual.h 29 iLBC_Dec_Inst_t *iLBCdec_inst,
decoder_interpolate_lsf.h 34 iLBC_Dec_Inst_t *iLBCdec_inst
do_plc.h 37 iLBC_Dec_Inst_t *iLBCdec_inst
decoder_interpolate_lsf.c 34 iLBC_Dec_Inst_t *iLBCdec_inst
init_decode.c 27 iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */
defines.h 217 } iLBC_Dec_Inst_t;
decode_residual.c 36 iLBC_Dec_Inst_t *iLBCdec_inst,
decode.c 42 iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) the decoder state
do_plc.c 37 iLBC_Dec_Inst_t *iLBCdec_inst
enhancer_interface.c 36 iLBC_Dec_Inst_t *iLBCdec_inst /* (i) buffers etc */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 59 iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */
104 iLBC_Dec_Inst_t Dec_Inst;

Completed in 281 milliseconds