OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp32_2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c
35
int32_t
tmp32_2
= 0;
local
41
tmp32_2
= WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR))
44
ar_g_Q0[k + 1] = (int16_t)WebRtcSpl_SatW32ToW16(
tmp32_2
);
/external/chromium_org/third_party/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++) -
55
filter_state[1] =
tmp32_2
;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
min_max_operations_mips.c
24
int32_t tmp32_0, tmp32_1,
tmp32_2
, tmp32_3;
local
38
"lw %[
tmp32_2
], 8(%[tmpvec32]) \n\t"
47
"absq_s.ph %[
tmp32_2
], %[
tmp32_2
] \n\t"
53
"cmp.lt.ph %[totMax], %[
tmp32_2
] \n\t"
54
"pick.ph %[totMax], %[
tmp32_2
], %[totMax] \n\t"
56
"lw %[
tmp32_2
], 24(%[tmpvec32]) \n\t"
66
"absq_s.ph %[
tmp32_2
], %[
tmp32_2
] \n\t"
70
"cmp.lt.ph %[totMax], %[
tmp32_2
] \n\t
[
all
...]
/external/chromium_org/third_party/libwebp/dsp/
enc_neon.c
591
const int32x4_t
tmp32_2
= vsubl_s16(vget_high_s16(transpose.val[0]),
local
594
const int32x4x2_t split = vtrnq_s32(tmp32_1,
tmp32_2
);
[
all
...]
Completed in 55 milliseconds