OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp32_2
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c
35
int32_t
tmp32_2
= 0;
local
41
tmp32_2
= (sth_Q15[k - 1] * tmpAR + cth_Q15[k - 1] * ar_g_Q0[k - 1] +
44
ar_g_Q0[k] = (int16_t)WebRtcSpl_SatW32ToW16(
tmp32_2
);
/external/webrtc/webrtc/common_audio/vad/
vad_sp.c
33
int32_t
tmp32_2
= filter_state[1];
local
47
tmp16_2 = (int16_t) ((
tmp32_2
>> 1) +
50
tmp32_2
= (int32_t)(*signal_in++) - ((kAllPassCoefsQ13[1] * tmp16_2) >> 12);
54
filter_state[1] =
tmp32_2
;
/external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations_mips.c
26
int32_t tmp32_0, tmp32_1,
tmp32_2
, tmp32_3;
local
39
"lw %[
tmp32_2
], 8(%[tmpvec32]) \n\t"
48
"absq_s.ph %[
tmp32_2
], %[
tmp32_2
] \n\t"
54
"cmp.lt.ph %[totMax], %[
tmp32_2
] \n\t"
55
"pick.ph %[totMax], %[
tmp32_2
], %[totMax] \n\t"
57
"lw %[
tmp32_2
], 24(%[tmpvec32]) \n\t"
67
"absq_s.ph %[
tmp32_2
], %[
tmp32_2
] \n\t"
71
"cmp.lt.ph %[totMax], %[
tmp32_2
] \n\t
[
all
...]
Completed in 3731 milliseconds