OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp32_1
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations_mips.c
26
int32_t tmp32_0,
tmp32_1
, tmp32_2, tmp32_3;
local
38
"lw %[
tmp32_1
], 4(%[tmpvec32]) \n\t"
43
"absq_s.ph %[
tmp32_1
], %[
tmp32_1
] \n\t"
49
"cmp.lt.ph %[totMax], %[
tmp32_1
] \n\t"
50
"pick.ph %[totMax], %[
tmp32_1
], %[totMax] \n\t"
52
"lw %[
tmp32_1
], 20(%[tmpvec32]) \n\t"
63
"absq_s.ph %[
tmp32_1
], %[
tmp32_1
] \n\t"
68
"cmp.lt.ph %[totMax], %[
tmp32_1
] \n\t
[
all
...]
/external/webrtc/webrtc/common_audio/vad/
vad_sp.c
32
int32_t
tmp32_1
= filter_state[0];
local
41
tmp16_1 = (int16_t) ((
tmp32_1
>> 1) +
44
tmp32_1
= (int32_t)(*signal_in++) - ((kAllPassCoefsQ13[0] * tmp16_1) >> 12);
53
filter_state[0] =
tmp32_1
;
Completed in 92 milliseconds