Searched refs:ISACdec_obj (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | decode_plc.c | 238 IsacFixDecoderInstance *ISACdec_obj, in WebRtcIsacfix_DecodePlcImpl() argument 294 (ISACdec_obj->plcstr_obj).lofilt_coefQ15, ORDERLO); in WebRtcIsacfix_DecodePlcImpl() 295 gain_lo_hiQ17[2*subframecnt] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0]; in WebRtcIsacfix_DecodePlcImpl() 299 (ISACdec_obj->plcstr_obj).hifilt_coefQ15, ORDERHI); in WebRtcIsacfix_DecodePlcImpl() 300 gain_lo_hiQ17[2*subframecnt + 1] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1]; in WebRtcIsacfix_DecodePlcImpl() 306 lag0 = (size_t)(((ISACdec_obj->plcstr_obj.lastPitchLag_Q7 + 64) >> 7) + 1); in WebRtcIsacfix_DecodePlcImpl() 309 if( (ISACdec_obj->plcstr_obj).used != PLC_WAS_USED ) in WebRtcIsacfix_DecodePlcImpl() 311 (ISACdec_obj->plcstr_obj).pitchCycles = 0; in WebRtcIsacfix_DecodePlcImpl() 313 (ISACdec_obj->plcstr_obj).lastPitchLP = in WebRtcIsacfix_DecodePlcImpl() 314 &((ISACdec_obj->plcstr_obj).prevPitchInvIn[FRAMESAMPLES_HALF - lag0]); in WebRtcIsacfix_DecodePlcImpl() [all …]
|
D | decode.c | 31 IsacFixDecoderInstance* ISACdec_obj, in WebRtcIsacfix_DecodeImpl() argument 68 (ISACdec_obj->bitstr_obj).W_upper = 0xFFFFFFFF; in WebRtcIsacfix_DecodeImpl() 69 (ISACdec_obj->bitstr_obj).streamval = 0; in WebRtcIsacfix_DecodeImpl() 70 (ISACdec_obj->bitstr_obj).stream_index = 0; in WebRtcIsacfix_DecodeImpl() 71 (ISACdec_obj->bitstr_obj).full = 1; in WebRtcIsacfix_DecodeImpl() 75 err = WebRtcIsacfix_DecodeFrameLen(&ISACdec_obj->bitstr_obj, current_framesamples); in WebRtcIsacfix_DecodeImpl() 81 err = WebRtcIsacfix_DecodeSendBandwidth(&ISACdec_obj->bitstr_obj, &BWno); in WebRtcIsacfix_DecodeImpl() 90 err = WebRtcIsacfix_DecodePitchGain(&(ISACdec_obj->bitstr_obj), PitchGains_Q12); in WebRtcIsacfix_DecodeImpl() 94 err = WebRtcIsacfix_DecodePitchLag(&ISACdec_obj->bitstr_obj, PitchGains_Q12, PitchLags_Q7); in WebRtcIsacfix_DecodeImpl() 102 &ISACdec_obj->bitstr_obj, &model); in WebRtcIsacfix_DecodeImpl() [all …]
|
D | isacfix.c | 454 WebRtcIsacfix_InitMaskingDec(&ISAC_inst->ISACdec_obj.maskfiltstr_obj); in WebRtcIsacfix_DecoderInit() 455 WebRtcIsacfix_InitPostFilterbank(&ISAC_inst->ISACdec_obj.postfiltbankstr_obj); in WebRtcIsacfix_DecoderInit() 456 WebRtcIsacfix_InitPitchFilter(&ISAC_inst->ISACdec_obj.pitchfiltstr_obj); in WebRtcIsacfix_DecoderInit() 459 WebRtcIsacfix_InitPlc( &ISAC_inst->ISACdec_obj.plcstr_obj ); in WebRtcIsacfix_DecoderInit() 662 InitializeDecoderBitstream(len, &ISAC_inst->ISACdec_obj.bitstr_obj); in WebRtcIsacfix_Decode() 664 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream); in WebRtcIsacfix_Decode() 669 declen_int = WebRtcIsacfix_DecodeImpl(decoded, &ISAC_inst->ISACdec_obj, in WebRtcIsacfix_Decode() 684 ((ISAC_inst->ISACdec_obj.bitstr_obj.stream[declen >> 1]) & 0xFF)) { in WebRtcIsacfix_Decode() 692 ((ISAC_inst->ISACdec_obj.bitstr_obj.stream[declen >> 1]) >> 8)) { in WebRtcIsacfix_Decode() 741 WebRtcIsacfix_DecodePlcImpl(&(outframe16[k*480]), &ISAC_inst->ISACdec_obj, in WebRtcIsacfix_DecodePlc()
|
D | codec.h | 36 IsacFixDecoderInstance* ISACdec_obj, 40 IsacFixDecoderInstance* ISACdec_obj,
|
D | structs.h | 322 IsacFixDecoderInstance ISACdec_obj; member
|
/external/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | codec.h | 40 ISACLBDecStruct* ISACdec_obj, 45 ISACLBDecStruct* ISACdec_obj, 111 ISACUBDecStruct* ISACdec_obj, 131 ISACUBDecStruct* ISACdec_obj,
|