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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 42 WebRtc_Word16 Vector_Word16_1[FRAMESAMPLES/2];
108 len = WebRtcIsacfix_DecodeSpec(&ISACdec_obj->bitstr_obj, Vector_Word16_1, Vector_Word16_2, AvgPitchGain_Q12);
113 WebRtcIsacfix_Spec2Time(Vector_Word16_1, Vector_Word16_2, Vector_Word32_1, Vector_Word32_2);
116 Vector_Word16_1[k] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(Vector_Word32_1[k]+64, 7); //Q16 -> Q9
137 Vector_Word16_1[k] = WEBRTC_SPL_ADD_SAT_W16(
139 (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT( Vector_Word16_1[k], overlapWin[k], 14) );
162 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvIn, Vector_Word16_1, FRAMESAMPLES/2 );
168 WebRtcIsacfix_PitchFilter(Vector_Word16_1, Vector_Word16_2, &ISACdec_obj->pitchfiltstr_obj, PitchLags_Q7, PitchGains_Q12, 4);
190 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
207 tmp_1 = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(((WebRtc_Word32)Vector_Word16_1[k]+Vector_Word16_2[k] + 1)); /* Construct a new upper channel signal*
    [all...]
decode_plc.c 247 WebRtc_Word16* Vector_Word16_1;
287 Vector_Word16_1 = &Vector_Word16_Extended_1[NOISE_FILTER_LEN];
476 Vector_Word16_1[i] = WEBRTC_SPL_RSHIFT_W16(
498 plc_filterma_Fast(Vector_Word16_1, Vector_Word16_Extended_1,
515 Vector_Word16_1[ FRAMESAMPLES_HALF - NOISE_FILTER_LEN + i] =
523 &Vector_Word16_1[FRAMESAMPLES_HALF - NOISE_FILTER_LEN],
534 Vector_Word16_1 = Vector_Word16_Extended_1;
629 Vector_Word16_1[i] = pLP;
759 Vector_Word16_1[i] = (WebRtc_Word16)WEBRTC_SPL_ADD_SAT_W16(
783 WebRtcIsacfix_PitchFilter(Vector_Word16_1, Vector_Word16_2
    [all...]
isacfix.c 387 WebRtc_Word16 Vector_Word16_1[FRAMESAMPLES_10ms/2];
408 Vector_Word16_1[k] = speechIn[k] + 1;
411 WebRtcIsacfix_FilterAndCombine2(Vector_Word16_1, Vector_Word16_2, speechInWB, &ISAC_inst->ISACenc_obj.interpolatorstr_obj, FRAMESAMPLES_10ms);
    [all...]

Completed in 3297 milliseconds