OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state0_ch1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_neon.S
131
@ int32_t
state0_ch1
= filter_state_ch1[0], state1_ch1 = filter_state_ch1[1];
150
@ b0_ch1 = WebRtcSpl_AddSatW32(a0_ch1,
state0_ch1
);
156
@
state0_ch1
= WebRtcSpl_AddSatW32(a0_ch1 <<1, (uint32_t)sample0_ch1 << 16);
171
@ b1_ch1 = WebRtcSpl_AddSatW32(a1_ch1,
state0_ch1
);
181
@
state0_ch1
= WebRtcSpl_AddSatW32(a1_ch1<<1, (uint32_t)sample1_ch1 <<16);
196
@ b2_ch1 = WebRtcSpl_AddSatW32(a0_ch1,
state0_ch1
);
206
@
state0_ch1
= WebRtcSpl_AddSatW32(a0_ch1<<1, (uint32_t)sample0_ch1<<16);
230
@ b1_ch1 = WebRtcSpl_AddSatW32(a1_ch1,
state0_ch1
);
240
@
state0_ch1
= WebRtcSpl_AddSatW32(a1_ch1<<1, (uint32_t)sample1_ch1 << 16);
266
@ filter_state_ch1[0] =
state0_ch1
;
[
all
...]
filterbanks.c
41
int32_t
state0_ch1
= filter_state_ch1[0], state1_ch1 = filter_state_ch1[1];
local
54
b = WebRtcSpl_AddSatW32(a,
state0_ch1
);
56
state0_ch1
= WebRtcSpl_AddSatW32(a << 1, (uint32_t)in_out << 16); // Q16
83
filter_state_ch1[0] =
state0_ch1
;
Completed in 1240 milliseconds