OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qOut
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternion.h
67
@param[out]
qOut
Identity quaternion
71
PVRTQUATERNIONf &
qOut
);
75
@param[out]
qOut
Identity quaternion
79
PVRTQUATERNIONx &
qOut
);
83
@param[out]
qOut
Rotation quaternion
90
PVRTQUATERNIONf &
qOut
,
96
@param[out]
qOut
Rotation quaternion
103
PVRTQUATERNIONx &
qOut
,
136
@param[out]
qOut
Result of the interpolation
144
PVRTQUATERNIONf &
qOut
,
[
all
...]
PVRTQuaternionX.cpp
30
@Output
qOut
Identity quaternion
33
void PVRTMatrixQuaternionIdentityX(PVRTQUATERNIONx &
qOut
)
35
qOut
.x = PVRTF2X(0.0f);
36
qOut
.y = PVRTF2X(0.0f);
37
qOut
.z = PVRTF2X(0.0f);
38
qOut
.w = PVRTF2X(1.0f);
43
@Output
qOut
Rotation quaternion
50
PVRTQUATERNIONx &
qOut
,
60
qOut
.x = PVRTXMUL(vAxis.x, fSin);
61
qOut
.y = PVRTXMUL(vAxis.y, fSin)
[
all
...]
PVRTQuaternionF.cpp
29
@Output
qOut
Identity quaternion
32
void PVRTMatrixQuaternionIdentityF(PVRTQUATERNIONf &
qOut
)
34
qOut
.x = 0;
35
qOut
.y = 0;
36
qOut
.z = 0;
37
qOut
.w = 1;
42
@Output
qOut
Rotation quaternion
49
PVRTQUATERNIONf &
qOut
,
59
qOut
.x = vAxis.x * fSin;
60
qOut
.y = vAxis.y * fSin
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s
81
qOut
QN Q3.U8
307
VDUP
qOut
, dSum0
312
VMOV
qOut
, #128
314
VST1
qOut
, [pDst], step
315
VST1
qOut
, [pTmp], step
316
VST1
qOut
, [pDst], step
317
VST1
qOut
, [pTmp], step
318
VST1
qOut
, [pDst], step
319
VST1
qOut
, [pTmp], step
320
VST1
qOut
, [pDst], ste
[
all
...]
Completed in 7392 milliseconds