Searched defs:Value1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c503 * Returns the result of saturated addition of the two inputs Value1, Value2
506 * [in] Value1 First Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) argument
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
524 if( (Result^Value1) >= 0)
531 if(Value1 >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
559 * [in] Value1 First Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S6 argument
620 armSatSub_S32(OMX_S32 Value1,OMX_S32 Value2) argument
673 armSatMac_S32(OMX_S32 Mac,OMX_S16 Value1,OMX_S16 Value2) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c503 * Returns the result of saturated addition of the two inputs Value1, Value2
506 * [in] Value1 First Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) argument
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
524 if( (Result^Value1) >= 0)
531 if(Value1 >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
559 * [in] Value1 First Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S6 argument
620 armSatSub_S32(OMX_S32 Value1,OMX_S32 Value2) argument
673 armSatMac_S32(OMX_S32 Mac,OMX_S16 Value1,OMX_S16 Value2) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c503 * Returns the result of saturated addition of the two inputs Value1, Value2
506 * [in] Value1 First Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) argument
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
524 if( (Result^Value1) >= 0)
531 if(Value1 >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
559 * [in] Value1 First Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S6 argument
620 armSatSub_S32(OMX_S32 Value1,OMX_S32 Value2) argument
673 armSatMac_S32(OMX_S32 Mac,OMX_S16 Value1,OMX_S16 Value2) argument
[all...]

Completed in 118 milliseconds