Searched defs:gain_lo_hiQ17 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c50 int32_t 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 Dencode.c46 int32_t gain_lo_hiQ17[2*SUBFRAMES]; local
202 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
207 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k];
211 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
227 LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */
234 HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/
371 gain_lo_hiQ17[k] = WEBRTC_SPL_MUL_16_32_RSFT14(scaleQ14[idx], transcodingParam.lpcGains[k]);//transcodingParam.lpcGains[k]; //
372 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k];
385 WebRtcIsacfix_EstCodeLpcGain(gain_lo_hiQ17, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
H A Dlattice.c93 int32_t *gain_lo_hiQ17,
130 gain32 = gain_lo_hiQ17[temp3];
217 int32_t *gain_lo_hiQ17,
254 the vector gain_lo_hiQ17[] is 441344, which means that
259 tmp32 = WEBRTC_SPL_LSHIFT_W32(gain_lo_hiQ17[temp3], 10); // Q27
89 WebRtcIsacfix_NormLatticeFilterMa(int16_t orderCoef, int32_t *stateGQ15, int16_t *lat_inQ0, int16_t *filt_coefQ15, int32_t *gain_lo_hiQ17, int16_t lo_hi, int16_t *lat_outQ9) argument
213 WebRtcIsacfix_NormLatticeFilterAr(int16_t orderCoef, int16_t *stateGQ0, int32_t *lat_inQ25, int16_t *filt_coefQ15, int32_t *gain_lo_hiQ17, int16_t lo_hi, int16_t *lat_outQ0) argument
H A Ddecode_plc.c271 int32_t 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];
799 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
803 Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
H A Dlpc_masking_model.c546 int32_t *gain_lo_hiQ17,
894 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17
898 *gain_lo_hiQ17 = 100; //(int32_t)WEBRTC_SPL_LSHIFT_W32( (int32_t)1, 17); // Gains in Q17
900 gain_lo_hiQ17++;
944 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17
948 *gain_lo_hiQ17 = 100; //(int32_t)WEBRTC_SPL_LSHIFT_W32( (int32_t)1, 17); // Gains in Q17
950 gain_lo_hiQ17++;
541 WebRtcIsacfix_GetLpcCoef(int16_t *inLoQ0, int16_t *inHiQ0, MaskFiltstr_enc *maskdata, int16_t snrQ10, const int16_t *pitchGains_Q12, int32_t *gain_lo_hiQ17, int16_t *lo_coeffQ15, int16_t *hi_coeffQ15) argument
H A Dstructs.h167 int32_t gain_lo_hiQ17[2]; member in struct:__anon15758
H A Dentropy_coding.c921 int WebRtcIsacfix_DecodeLpc(int32_t *gain_lo_hiQ17, argument
930 err = WebRtcIsacfix_DecodeLpcCoef(streamdata, larsQ17, gain_lo_hiQ17, outmodel);
942 int32_t *gain_lo_hiQ17,
1026 gain_lo_hiQ17[gainpos] = sumQQ; //Q17
1033 gain_lo_hiQ17[gainpos] = sumQQ; //Q17
1060 int32_t *gain_lo_hiQ17,
1087 encData->LPCcoeffs_g[KLT_ORDER_GAIN*encData->startIdx + k] = gain_lo_hiQ17[k];
1105 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8
1109 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8
1327 gain_lo_hiQ17[gainpo
940 WebRtcIsacfix_DecodeLpcCoef(Bitstr_dec *streamdata, int32_t *LPCCoefQ17, int32_t *gain_lo_hiQ17, int16_t *outmodel) argument
1059 EstCodeLpcCoef(int32_t *LPCCoefQ17, int32_t *gain_lo_hiQ17, int16_t *model, int32_t *sizeQ11, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData, transcode_obj *transcodingParam) argument
1336 WebRtcIsacfix_EstCodeLpcGain(int32_t *gain_lo_hiQ17, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData) argument
1438 WebRtcIsacfix_EncodeLpc(int32_t *gain_lo_hiQ17, int16_t *LPCCoef_loQ15, int16_t *LPCCoef_hiQ15, int16_t *model, int32_t *sizeQ11, Bitstr_enc *streamdata, ISAC_SaveEncData_t* encData, transcode_obj *transcodeParam) argument
1976 WebRtcIsacfix_TranscodeLpcCoef(int32_t *gain_lo_hiQ17, int16_t *index_gQQ) argument
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c50 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 Dencode.c43 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 Dlattice.c96 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 Ddecode_plc.c271 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 Dlpc_masking_model.c546 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 Dstructs.h166 WebRtc_Word32 gain_lo_hiQ17[2]; member in struct:__anon33432
H A Dentropy_coding.c778 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...]

Completed in 417 milliseconds