Home
last modified time | relevance | path

Searched refs:Vector_Word16_Extended_2 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c246 int16_t Vector_Word16_Extended_2[FRAMESAMPLES_HALF + NOISE_FILTER_LEN]; in WebRtcIsacfix_DecodePlcImpl() local
286 Vector_Word16_2 = &Vector_Word16_Extended_2[NOISE_FILTER_LEN]; in WebRtcIsacfix_DecodePlcImpl()
486 Vector_Word16_Extended_2[i] = (ISACdec_obj->plcstr_obj.seed >> 10) - 16; in WebRtcIsacfix_DecodePlcImpl()
511 Vector_Word16_Extended_2, in WebRtcIsacfix_DecodePlcImpl()
520 Vector_Word32_2[i] = Vector_Word16_Extended_2[i] << rshift; in WebRtcIsacfix_DecodePlcImpl()