/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | decode.c | 50 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES]; in WebRtcIsacfix_DecodeImpl() local 101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_DecodeImpl() 151 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0] = gain_lo_hiQ17[(SUBFRAMES-1) * 2]; in WebRtcIsacfix_DecodeImpl() 152 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1] = gain_lo_hiQ17[(SUBFRAMES-1) * 2 + 1]; in WebRtcIsacfix_DecodeImpl() 190 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodeImpl() 201 … Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodeImpl()
|
D | entropy_coding.h | 40 WebRtc_Word32 *gain_lo_hiQ17, 43 int WebRtcIsacfix_DecodeLpc(WebRtc_Word32 *gain_lo_hiQ17, 50 int WebRtcIsacfix_EncodeLpc(WebRtc_Word32 *gain_lo_hiQ17, 59 int WebRtcIsacfix_EstCodeLpcGain(WebRtc_Word32 *gain_lo_hiQ17,
|
D | encode.c | 43 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES]; in WebRtcIsacfix_EncodeImpl() local 199 … gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/ in WebRtcIsacfix_EncodeImpl() 204 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k]; in WebRtcIsacfix_EncodeImpl() 208 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_EncodeImpl() 224 … LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */ in WebRtcIsacfix_EncodeImpl() 231 … HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/ in WebRtcIsacfix_EncodeImpl() 368 …gain_lo_hiQ17[k] = WEBRTC_SPL_MUL_16_32_RSFT14(scaleQ14[idx], transcodingParam.lpcGains[k]);//tran… in WebRtcIsacfix_EncodeImpl() 369 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k]; in WebRtcIsacfix_EncodeImpl() 382 WebRtcIsacfix_EstCodeLpcGain(gain_lo_hiQ17, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr); in WebRtcIsacfix_EncodeImpl()
|
D | lattice.c | 96 WebRtc_Word32 *gain_lo_hiQ17, in WebRtcIsacfix_NormLatticeFilterMa() argument 133 gain32 = gain_lo_hiQ17[temp3]; in WebRtcIsacfix_NormLatticeFilterMa() 220 WebRtc_Word32 *gain_lo_hiQ17, in WebRtcIsacfix_NormLatticeFilterAr() argument 262 tmp32 = WEBRTC_SPL_LSHIFT_W32(gain_lo_hiQ17[temp3], 10); // Q27 in WebRtcIsacfix_NormLatticeFilterAr()
|
D | entropy_coding.c | 778 int WebRtcIsacfix_DecodeLpc(WebRtc_Word32 *gain_lo_hiQ17, in WebRtcIsacfix_DecodeLpc() argument 787 err = WebRtcIsacfix_DecodeLpcCoef(streamdata, larsQ17, gain_lo_hiQ17, outmodel); in WebRtcIsacfix_DecodeLpc() 799 WebRtc_Word32 *gain_lo_hiQ17, in WebRtcIsacfix_DecodeLpcCoef() argument 929 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 in WebRtcIsacfix_DecodeLpcCoef() 936 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 in WebRtcIsacfix_DecodeLpcCoef() 963 WebRtc_Word32 *gain_lo_hiQ17, in EstCodeLpcCoef() argument 990 encData->LPCcoeffs_g[KLT_ORDER_GAIN*encData->startIdx + k] = gain_lo_hiQ17[k]; in EstCodeLpcCoef() 1008 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef() 1012 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef() 1314 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 in EstCodeLpcCoef() [all …]
|
D | decode_plc.c | 271 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES]; in WebRtcIsacfix_DecodePlcImpl() local 297 gain_lo_hiQ17[2*subframecnt] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0]; in WebRtcIsacfix_DecodePlcImpl() 302 gain_lo_hiQ17[2*subframecnt + 1] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1]; in WebRtcIsacfix_DecodePlcImpl() 801 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodePlcImpl() 805 … Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodePlcImpl()
|
D | codec.h | 118 WebRtc_Word32 *gain_lo_hiQ17, 126 WebRtc_Word32 *gain_lo_hiQ17,
|
D | initialize.c | 163 State->gain_lo_hiQ17[0]=State->gain_lo_hiQ17[1] = 0; in WebRtcIsacfix_InitPlc()
|
D | lpc_masking_model.c | 546 WebRtc_Word32 *gain_lo_hiQ17, in WebRtcIsacfix_GetLpcCoef() argument 892 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17 in WebRtcIsacfix_GetLpcCoef() 896 …*gain_lo_hiQ17 = 100; //(WebRtc_Word32)WEBRTC_SPL_LSHIFT_W32( (WebRtc_Word32)1, 17); // Gains in … in WebRtcIsacfix_GetLpcCoef() 898 gain_lo_hiQ17++; in WebRtcIsacfix_GetLpcCoef() 942 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17 in WebRtcIsacfix_GetLpcCoef() 946 …*gain_lo_hiQ17 = 100; //(WebRtc_Word32)WEBRTC_SPL_LSHIFT_W32( (WebRtc_Word32)1, 17); // Gains in … in WebRtcIsacfix_GetLpcCoef() 948 gain_lo_hiQ17++; in WebRtcIsacfix_GetLpcCoef()
|
D | lpc_masking_model.h | 37 WebRtc_Word32 *gain_lo_hiQ17,
|
D | structs.h | 166 WebRtc_Word32 gain_lo_hiQ17[2]; member
|