Searched refs:Vector_Word16_1 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | decode.c | 42 int16_t Vector_Word16_1[FRAMESAMPLES/2]; in WebRtcIsacfix_DecodeImpl() local 108 …len = WebRtcIsacfix_DecodeSpec(&ISACdec_obj->bitstr_obj, Vector_Word16_1, Vector_Word16_2, AvgPitc… in WebRtcIsacfix_DecodeImpl() 113 WebRtcIsacfix_Spec2Time(Vector_Word16_1, Vector_Word16_2, Vector_Word32_1, Vector_Word32_2); in WebRtcIsacfix_DecodeImpl() 117 Vector_Word16_1[k] = (int16_t)((Vector_Word32_1[k] + 64) >> 7); in WebRtcIsacfix_DecodeImpl() 138 Vector_Word16_1[k] = WebRtcSpl_AddSatW16( in WebRtcIsacfix_DecodeImpl() 141 (int16_t)(Vector_Word16_1[k] * overlapWin[k] >> 14)); in WebRtcIsacfix_DecodeImpl() 164 …WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvIn, Vector_Word16_1, FRAMESAMPLES/2 ); in WebRtcIsacfix_DecodeImpl() 170 …WebRtcIsacfix_PitchFilter(Vector_Word16_1, Vector_Word16_2, &ISACdec_obj->pitchfiltstr_obj, PitchL… in WebRtcIsacfix_DecodeImpl() 191 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodeImpl() 208 …tmp_1 = (int16_t)WebRtcSpl_SatW32ToW16(((int32_t)Vector_Word16_1[k]+Vector_Word16_2[k] + 1)); /* C… in WebRtcIsacfix_DecodeImpl() [all …]
|
D | decode_plc.c | 243 int16_t* Vector_Word16_1; in WebRtcIsacfix_DecodePlcImpl() local 285 Vector_Word16_1 = &Vector_Word16_Extended_1[NOISE_FILTER_LEN]; in WebRtcIsacfix_DecodePlcImpl() 470 Vector_Word16_1[i] = (ISACdec_obj->plcstr_obj.seed >> 10) - 16; in WebRtcIsacfix_DecodePlcImpl() 488 plc_filterma_Fast(Vector_Word16_1, Vector_Word16_Extended_1, in WebRtcIsacfix_DecodePlcImpl() 505 Vector_Word16_1[FRAMESAMPLES_HALF - NOISE_FILTER_LEN + i] =(int16_t)( in WebRtcIsacfix_DecodePlcImpl() 512 &Vector_Word16_1[FRAMESAMPLES_HALF - NOISE_FILTER_LEN], in WebRtcIsacfix_DecodePlcImpl() 522 Vector_Word16_1 = Vector_Word16_Extended_1; in WebRtcIsacfix_DecodePlcImpl() 616 Vector_Word16_1[i] = pLP; in WebRtcIsacfix_DecodePlcImpl() 740 Vector_Word16_1[i] = WebRtcSpl_AddSatW16(wNoisyLP, wPriodicLP); in WebRtcIsacfix_DecodePlcImpl() 762 WebRtcIsacfix_PitchFilter(Vector_Word16_1, Vector_Word16_2, in WebRtcIsacfix_DecodePlcImpl() [all …]
|