HomeSort by relevance Sort by last modified time
    Searched refs:gain_lo_hiQ17 (Results 1 - 11 of 11) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
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,
decode.c 50 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES];
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);
lpc_masking_model.h 37 WebRtc_Word32 *gain_lo_hiQ17,
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
encode.c 43 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES];
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);
codec.h 118 WebRtc_Word32 *gain_lo_hiQ17,
126 WebRtc_Word32 *gain_lo_hiQ17,
initialize.c 163 State->gain_lo_hiQ17[0]=State->gain_lo_hiQ17[1] = 0;
entropy_coding.c 778 int WebRtcIsacfix_DecodeLpc(WebRtc_Word32 *gain_lo_hiQ17,
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];
    [all...]
decode_plc.c 271 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES];
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);
lpc_masking_model.c 546 WebRtc_Word32 *gain_lo_hiQ17,
    [all...]
structs.h 166 WebRtc_Word32 gain_lo_hiQ17[2];

Completed in 2228 milliseconds