/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | decode.c | 50 int32_t gain_lo_hiQ17[2*SUBFRAMES]; in WebRtcIsacfix_DecodeImpl() local 101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_DecodeImpl() 153 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0] = gain_lo_hiQ17[(SUBFRAMES-1) * 2]; in WebRtcIsacfix_DecodeImpl() 154 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1] = gain_lo_hiQ17[(SUBFRAMES-1) * 2 + 1]; in WebRtcIsacfix_DecodeImpl() 191 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodeImpl() 202 … Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodeImpl()
|
D | entropy_coding.h | 40 int32_t *gain_lo_hiQ17, 43 int WebRtcIsacfix_DecodeLpc(int32_t *gain_lo_hiQ17, 50 int WebRtcIsacfix_EncodeLpc(int32_t *gain_lo_hiQ17, 59 int WebRtcIsacfix_EstCodeLpcGain(int32_t *gain_lo_hiQ17,
|
D | encode.c | 46 int32_t gain_lo_hiQ17[2*SUBFRAMES]; in WebRtcIsacfix_EncodeImpl() local 204 … gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/ in WebRtcIsacfix_EncodeImpl() 209 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k]; in WebRtcIsacfix_EncodeImpl() 213 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_EncodeImpl() 229 … LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */ in WebRtcIsacfix_EncodeImpl() 236 … HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/ in WebRtcIsacfix_EncodeImpl() 373 …gain_lo_hiQ17[k] = WEBRTC_SPL_MUL_16_32_RSFT14(scaleQ14[idx], transcodingParam.lpcGains[k]);//tran… in WebRtcIsacfix_EncodeImpl() 374 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k]; in WebRtcIsacfix_EncodeImpl() 387 WebRtcIsacfix_EstCodeLpcGain(gain_lo_hiQ17, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr); in WebRtcIsacfix_EncodeImpl()
|
D | entropy_coding.c | 916 int WebRtcIsacfix_DecodeLpc(int32_t *gain_lo_hiQ17, in WebRtcIsacfix_DecodeLpc() argument 925 err = WebRtcIsacfix_DecodeLpcCoef(streamdata, larsQ17, gain_lo_hiQ17, outmodel); in WebRtcIsacfix_DecodeLpc() 937 int32_t *gain_lo_hiQ17, in WebRtcIsacfix_DecodeLpcCoef() argument 1023 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 in WebRtcIsacfix_DecodeLpcCoef() 1031 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 in WebRtcIsacfix_DecodeLpcCoef() 1059 int32_t *gain_lo_hiQ17, in EstCodeLpcCoef() argument 1086 encData->LPCcoeffs_g[KLT_ORDER_GAIN*encData->startIdx + k] = gain_lo_hiQ17[k]; in EstCodeLpcCoef() 1104 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef() 1108 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef() 1324 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 in EstCodeLpcCoef() [all …]
|
D | lattice.c | 93 int32_t *gain_lo_hiQ17, in WebRtcIsacfix_NormLatticeFilterMa() argument 131 gain32 = gain_lo_hiQ17[temp3]; in WebRtcIsacfix_NormLatticeFilterMa() 218 int32_t *gain_lo_hiQ17, in WebRtcIsacfix_NormLatticeFilterAr() argument 261 tmp32 = gain_lo_hiQ17[temp3] << 10; // Q27 in WebRtcIsacfix_NormLatticeFilterAr()
|
D | decode_plc.c | 268 int32_t gain_lo_hiQ17[2*SUBFRAMES]; in WebRtcIsacfix_DecodePlcImpl() local 295 gain_lo_hiQ17[2*subframecnt] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0]; in WebRtcIsacfix_DecodePlcImpl() 300 gain_lo_hiQ17[2*subframecnt + 1] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1]; in WebRtcIsacfix_DecodePlcImpl() 778 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodePlcImpl() 782 … Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodePlcImpl()
|
D | initialize.c | 161 State->gain_lo_hiQ17[0]=State->gain_lo_hiQ17[1] = 0; in WebRtcIsacfix_InitPlc()
|
D | lpc_masking_model.c | 534 int32_t *gain_lo_hiQ17, in WebRtcIsacfix_GetLpcCoef() argument 884 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17 in WebRtcIsacfix_GetLpcCoef() 888 *gain_lo_hiQ17 = 100; // Gains in Q17 in WebRtcIsacfix_GetLpcCoef() 890 gain_lo_hiQ17++; in WebRtcIsacfix_GetLpcCoef() 933 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17 in WebRtcIsacfix_GetLpcCoef() 937 *gain_lo_hiQ17 = 100; // Gains in Q17 in WebRtcIsacfix_GetLpcCoef() 939 gain_lo_hiQ17++; in WebRtcIsacfix_GetLpcCoef()
|
D | codec.h | 148 int32_t* gain_lo_hiQ17, 156 int32_t* gain_lo_hiQ17,
|
D | lpc_masking_model.h | 37 int32_t *gain_lo_hiQ17,
|
D | structs.h | 168 int32_t gain_lo_hiQ17[2]; member
|