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.s80 neg RN 12 label
172 USUB8 neg, pos, t1
175 USUB8 t3, neg, tC
176 SEL neg, tC, neg
183 UQSUB8 P0a, P0a, neg
184 UQADD8 Q0a, Q0a, neg
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s94 neg RN 9 label
293 USUB8 neg, pos, t1
296 USUB8 t3, neg, tC
297 SEL neg, tC, neg
300 UQSUB8 P_0, P_0, neg
301 UQADD8 Q_0, Q_0, neg
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s118 neg RN 9 label
374 USUB8 neg, pos, t1
377 USUB8 t3, neg, tC
378 SEL neg, tC, neg
381 UQSUB8 P_0, P_0, neg
382 UQADD8 Q_0, Q_0, neg
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4862 bool neg = false; local
4865 neg = true;
4883 if (neg) {
4913 if ((neg && -val < std::numeric_limits<int32_t>::min()) ||
4914 (!neg && val > std::numeric_limits<int32_t>::max())) {
4920 if (neg) val = -val;
4980 const bool neg = f < 0; local
4981 if (neg) f = -f;
5009 if (neg) {
5016 // f * (neg
[all...]

Completed in 446 milliseconds