OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_shift
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.h
178
Word16
tmp_shift
, /* i Q0 : shift factor applied to sum of
ph_disp.cpp
399
tmp_shift
= shift factor applied to sum of scaled LTP excitation and
448
Word16
tmp_shift
// i Q0 : shift factor applied to sum of
624
L_temp = L_shl (L_temp,
tmp_shift
); // Q16
664
Word16
tmp_shift
, /* i Q0 : shift factor applied to sum of
893
L_temp = L_shl(L_temp,
tmp_shift
, pOverflow); /* Q16 */
dec_amr.cpp
576
Word16
tmp_shift
;
1385
Word16
tmp_shift
;
local
[
all
...]
/external/qemu/target-arm/
translate.c
1043
TCGv
tmp_shift
= tcg_const_i32(shift); \
1053
gen_helper_vfp_##name##d(cpu_F0d, cpu_F0d,
tmp_shift
, statusptr); \
1055
gen_helper_vfp_##name##s(cpu_F0s, cpu_F0s,
tmp_shift
, statusptr); \
1057
tcg_temp_free_i32(
tmp_shift
); \
[
all
...]
Completed in 1820 milliseconds