OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aux2
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_5.cpp
226
Word32
aux2
;
local
241
aux2
= ((Word32) lsf_r1[1] * wf1_1);
256
temp = (
aux2
- ((Word32)wf1_1 * *(p_dico++))) >> 15;
/external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h
575
int
aux2
= aux[2]<aux[3] ? aux[2] : aux[3];
576
return aux0<
aux2
? aux0 :
aux2
;
596
int
aux2
= aux[2]>aux[3] ? aux[2] : aux[3];
597
return aux0>
aux2
? aux0 :
aux2
;
Completed in 86 milliseconds