/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
H A D | decode.c | 50 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES]; local 101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, 151 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0] = gain_lo_hiQ17[(SUBFRAMES-1) * 2]; 152 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1] = gain_lo_hiQ17[(SUBFRAMES-1) * 2 + 1]; 190 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); 201 Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
|
H A D | encode.c | 43 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES]; local 199 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/ 204 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k]; 208 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, 224 LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */ 231 HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/ 368 gain_lo_hiQ17[k] = WEBRTC_SPL_MUL_16_32_RSFT14(scaleQ14[idx], transcodingParam.lpcGains[k]);//transcodingParam.lpcGains[k]; // 369 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k]; 382 WebRtcIsacfix_EstCodeLpcGain(gain_lo_hiQ17, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
|
H A D | lattice.c | 96 WebRtc_Word32 *gain_lo_hiQ17, 133 gain32 = gain_lo_hiQ17[temp3]; 220 WebRtc_Word32 *gain_lo_hiQ17, 257 the vector gain_lo_hiQ17[] is 441344, which means that 262 tmp32 = WEBRTC_SPL_LSHIFT_W32(gain_lo_hiQ17[temp3], 10); // Q27 92 WebRtcIsacfix_NormLatticeFilterMa(WebRtc_Word16 orderCoef, WebRtc_Word32 *stateGQ15, WebRtc_Word16 *lat_inQ0, WebRtc_Word16 *filt_coefQ15, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 lo_hi, WebRtc_Word16 *lat_outQ9) argument 216 WebRtcIsacfix_NormLatticeFilterAr(WebRtc_Word16 orderCoef, WebRtc_Word16 *stateGQ0, WebRtc_Word32 *lat_inQ25, WebRtc_Word16 *filt_coefQ15, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 lo_hi, WebRtc_Word16 *lat_outQ0) argument
|
H A D | decode_plc.c | 271 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES]; local 297 gain_lo_hiQ17[2*subframecnt] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0]; 302 gain_lo_hiQ17[2*subframecnt + 1] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1]; 801 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); 805 Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
|
H A D | lpc_masking_model.c | 546 WebRtc_Word32 *gain_lo_hiQ17, 892 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17 896 *gain_lo_hiQ17 = 100; //(WebRtc_Word32)WEBRTC_SPL_LSHIFT_W32( (WebRtc_Word32)1, 17); // Gains in Q17 898 gain_lo_hiQ17++; 942 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17 946 *gain_lo_hiQ17 = 100; //(WebRtc_Word32)WEBRTC_SPL_LSHIFT_W32( (WebRtc_Word32)1, 17); // Gains in Q17 948 gain_lo_hiQ17++; 541 WebRtcIsacfix_GetLpcCoef(WebRtc_Word16 *inLoQ0, WebRtc_Word16 *inHiQ0, MaskFiltstr_enc *maskdata, WebRtc_Word16 snrQ10, const WebRtc_Word16 *pitchGains_Q12, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *lo_coeffQ15, WebRtc_Word16 *hi_coeffQ15) argument
|
H A D | structs.h | 166 WebRtc_Word32 gain_lo_hiQ17[2]; member in struct:__anon28055
|
H A D | entropy_coding.c | 778 int WebRtcIsacfix_DecodeLpc(WebRtc_Word32 *gain_lo_hiQ17, argument 787 err = WebRtcIsacfix_DecodeLpcCoef(streamdata, larsQ17, gain_lo_hiQ17, outmodel); 799 WebRtc_Word32 *gain_lo_hiQ17, 929 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 936 gain_lo_hiQ17[gainpos] = sumQQ; //Q17 963 WebRtc_Word32 *gain_lo_hiQ17, 990 encData->LPCcoeffs_g[KLT_ORDER_GAIN*encData->startIdx + k] = gain_lo_hiQ17[k]; 1008 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 1012 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 1314 gain_lo_hiQ17[gainpo 797 WebRtcIsacfix_DecodeLpcCoef(Bitstr_dec *streamdata, WebRtc_Word32 *LPCCoefQ17, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *outmodel) argument 962 EstCodeLpcCoef(WebRtc_Word32 *LPCCoefQ17, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *model, WebRtc_Word32 *sizeQ11, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData, transcode_obj *transcodingParam) argument 1323 WebRtcIsacfix_EstCodeLpcGain(WebRtc_Word32 *gain_lo_hiQ17, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData) argument 1442 WebRtcIsacfix_EncodeLpc(WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *LPCCoef_loQ15, WebRtc_Word16 *LPCCoef_hiQ15, WebRtc_Word16 *model, WebRtc_Word32 *sizeQ11, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData, transcode_obj *transcodeParam) argument 1979 WebRtcIsacfix_TranscodeLpcCoef(WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 *index_gQQ) argument [all...] |