Searched refs:Vector_Word32_1 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | decode.c | 45 int32_t Vector_Word32_1[FRAMESAMPLES/2]; in WebRtcIsacfix_DecodeImpl() local 113 WebRtcIsacfix_Spec2Time(Vector_Word16_1, Vector_Word16_2, Vector_Word32_1, Vector_Word32_2); in WebRtcIsacfix_DecodeImpl() 116 Vector_Word16_1[k] = (int16_t)WEBRTC_SPL_RSHIFT_W32(Vector_Word32_1[k]+64, 7); //Q16 -> Q9 in WebRtcIsacfix_DecodeImpl() 184 …Vector_Word32_1[k] = (int32_t) WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(Vector_Word16_2[k], gain… in WebRtcIsacfix_DecodeImpl() 190 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodeImpl() 194 Vector_Word32_1[k] = WEBRTC_SPL_LSHIFT_W32(Vector_Word32_2[k], 9); // Q16 -> Q25 in WebRtcIsacfix_DecodeImpl() 197 … (ISACdec_obj->plcstr_obj).prevHP[k] = Vector_Word32_1[FRAMESAMPLES/2 - (PITCH_MAX_LAG + 10) + k]; in WebRtcIsacfix_DecodeImpl() 201 … Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodeImpl()
|
D | decode_plc.c | 252 int32_t Vector_Word32_1[FRAMESAMPLES_HALF]; in WebRtcIsacfix_DecodePlcImpl() local 793 Vector_Word32_1[k] = (int32_t) WEBRTC_SPL_MUL_16_16( in WebRtcIsacfix_DecodePlcImpl() 799 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodePlcImpl()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | decode.c | 45 WebRtc_Word32 Vector_Word32_1[FRAMESAMPLES/2]; in WebRtcIsacfix_DecodeImpl() local 113 WebRtcIsacfix_Spec2Time(Vector_Word16_1, Vector_Word16_2, Vector_Word32_1, Vector_Word32_2); in WebRtcIsacfix_DecodeImpl() 116 … Vector_Word16_1[k] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(Vector_Word32_1[k]+64, 7); //Q16 -> Q9 in WebRtcIsacfix_DecodeImpl() 184 …Vector_Word32_1[k] = (WebRtc_Word32) WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(Vector_Word16_2[k]… in WebRtcIsacfix_DecodeImpl() 190 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodeImpl() 194 Vector_Word32_1[k] = WEBRTC_SPL_LSHIFT_W32(Vector_Word32_2[k], 9); // Q16 -> Q25 in WebRtcIsacfix_DecodeImpl() 197 … (ISACdec_obj->plcstr_obj).prevHP[k] = Vector_Word32_1[FRAMESAMPLES/2 - (PITCH_MAX_LAG + 10) + k]; in WebRtcIsacfix_DecodeImpl() 201 … Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodeImpl()
|
D | decode_plc.c | 252 WebRtc_Word32 Vector_Word32_1[FRAMESAMPLES_HALF]; in WebRtcIsacfix_DecodePlcImpl() local 795 Vector_Word32_1[k] = (WebRtc_Word32) WEBRTC_SPL_MUL_16_16( in WebRtcIsacfix_DecodePlcImpl() 801 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodePlcImpl()
|