Searched defs:neg (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s66 neg RN 12 label
158 USUB8 neg, pos, t1
161 USUB8 t3, neg, tC
162 SEL neg, tC, neg
169 UQSUB8 P0a, P0a, neg
170 UQADD8 Q0a, Q0a, neg
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s80 neg RN 9 label
279 USUB8 neg, pos, t1
282 USUB8 t3, neg, tC
283 SEL neg, tC, neg
286 UQSUB8 P_0, P_0, neg
287 UQADD8 Q_0, Q_0, neg
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s104 neg RN 9 label
360 USUB8 neg, pos, t1
363 USUB8 t3, neg, tC
364 SEL neg, tC, neg
367 UQSUB8 P_0, P_0, neg
368 UQADD8 Q_0, Q_0, neg
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3913 bool neg = false; local
3916 neg = true;
3949 if (neg) val = -val;
4001 const bool neg = f < 0; local
4002 if (neg) f = -f;
4030 if (neg) {
4037 // f * (neg ? -1 : 1), bits, f*(1<<23),

Completed in 100 milliseconds