Searched refs:maskfiltstr_obj (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | decode.c | 161 ORDERLO, ISACdecLB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeLb() 162 (ISACdecLB_obj->maskfiltstr_obj).PostStateLoG, LPw_pf, lo_filt_coef, in WebRtcIsac_DecodeLb() 165 ORDERHI, ISACdecLB_obj->maskfiltstr_obj.PostStateHiF, in WebRtcIsac_DecodeLb() 166 (ISACdecLB_obj->maskfiltstr_obj).PostStateHiG, HPw, hi_filt_coef, in WebRtcIsac_DecodeLb() 229 UB_LPC_ORDER, ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb16() 230 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, halfFrameFirst, in WebRtcIsac_DecodeUb16() 234 UB_LPC_ORDER, ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb16() 235 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, halfFrameSecond, in WebRtcIsac_DecodeUb16() 295 ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb12() 296 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, in WebRtcIsac_DecodeUb12()
|
D | encode.c | 318 &ISACencLB_obj->maskfiltstr_obj, ISACencLB_obj->s2nr, in WebRtcIsac_EncodeLb() 374 ISACencLB_obj->maskfiltstr_obj.PreStateLoF, in WebRtcIsac_EncodeLb() 375 ISACencLB_obj->maskfiltstr_obj.PreStateLoG, in WebRtcIsac_EncodeLb() 379 ISACencLB_obj->maskfiltstr_obj.PreStateHiF, in WebRtcIsac_EncodeLb() 380 ISACencLB_obj->maskfiltstr_obj.PreStateHiG, in WebRtcIsac_EncodeLb() 712 WebRtcIsac_GetLpcCoefUb(LP_lookahead, &ISACencUB_obj->maskfiltstr_obj, in WebRtcIsac_EncodeUb16() 774 ISACencUB_obj->maskfiltstr_obj.PreStateLoF, in WebRtcIsac_EncodeUb16() 775 ISACencUB_obj->maskfiltstr_obj.PreStateLoG, in WebRtcIsac_EncodeUb16() 782 UB_LPC_ORDER, ISACencUB_obj->maskfiltstr_obj.PreStateLoF, in WebRtcIsac_EncodeUb16() 783 ISACencUB_obj->maskfiltstr_obj.PreStateLoG, in WebRtcIsac_EncodeUb16() [all …]
|
D | structs.h | 316 MaskFiltstr maskfiltstr_obj; member 361 MaskFiltstr maskfiltstr_obj; member 386 MaskFiltstr maskfiltstr_obj; member 396 MaskFiltstr maskfiltstr_obj; member
|
D | isac.c | 360 WebRtcIsac_InitMasking(&instLB->ISACencLB_obj.maskfiltstr_obj); in EncoderInitLb() 393 WebRtcIsac_InitMasking(&instUB->ISACencUB_obj.maskfiltstr_obj); in EncoderInitUb() 903 WebRtcIsac_InitMasking(&instISAC->ISACdecLB_obj.maskfiltstr_obj); in DecoderInitLb() 916 WebRtcIsac_InitMasking(&instISAC->ISACdecUB_obj.maskfiltstr_obj); in DecoderInitUb()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | structs.h | 306 MaskFiltstr_enc maskfiltstr_obj; member 342 MaskFiltstr_dec maskfiltstr_obj; member
|
D | decode.c | 190 WebRtcIsacfix_NormLatticeFilterAr(ORDERLO, (ISACdec_obj->maskfiltstr_obj).PostStateLoGQ0, in WebRtcIsacfix_DecodeImpl() 201 WebRtcIsacfix_NormLatticeFilterAr(ORDERHI, (ISACdec_obj->maskfiltstr_obj).PostStateHiGQ0, in WebRtcIsacfix_DecodeImpl()
|
D | encode.c | 202 WebRtcIsacfix_GetLpcCoef(LPandHP, HP16a+QLOOKAHEAD, &ISACenc_obj->maskfiltstr_obj, in WebRtcIsacfix_EncodeImpl() 228 WebRtcIsacfix_NormLatticeFilterMa(ORDERLO, ISACenc_obj->maskfiltstr_obj.PreStateLoGQ15, in WebRtcIsacfix_EncodeImpl() 235 WebRtcIsacfix_NormLatticeFilterMa(ORDERHI, ISACenc_obj->maskfiltstr_obj.PreStateHiGQ15, in WebRtcIsacfix_EncodeImpl()
|
D | decode_plc.c | 777 (ISACdec_obj->maskfiltstr_obj).PostStateLoGQ0, in WebRtcIsacfix_DecodePlcImpl() 781 (ISACdec_obj->maskfiltstr_obj).PostStateHiGQ0, in WebRtcIsacfix_DecodePlcImpl()
|
D | isacfix.c | 314 WebRtcIsacfix_InitMaskingEnc(&ISAC_inst->ISACenc_obj.maskfiltstr_obj); in WebRtcIsacfix_EncoderInit() 585 WebRtcIsacfix_InitMaskingDec(&ISAC_inst->ISACdec_obj.maskfiltstr_obj); in WebRtcIsacfix_DecoderInit()
|