Searched refs:Value1 (Results 1 - 6 of 6) 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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h323 * Returns the result of saturated addition of the two inputs Value1, Value2
326 * [in] Value1 First Operand
336 OMX_S32 Value1,
344 * Returns the result of saturated addition of the two inputs Value1, Value2
347 * [in] Value1 First Operand
357 OMX_S64 Value1,
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
367 * [in] Value1 First Operand
376 OMX_S32 Value1,
384 * Returns the result of Multiplication of Value1 an
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h323 * Returns the result of saturated addition of the two inputs Value1, Value2
326 * [in] Value1 First Operand
336 OMX_S32 Value1,
344 * Returns the result of saturated addition of the two inputs Value1, Value2
347 * [in] Value1 First Operand
357 OMX_S64 Value1,
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
367 * [in] Value1 First Operand
376 OMX_S32 Value1,
384 * Returns the result of Multiplication of Value1 an
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h323 * Returns the result of saturated addition of the two inputs Value1, Value2
326 * [in] Value1 First Operand
336 OMX_S32 Value1,
344 * Returns the result of saturated addition of the two inputs Value1, Value2
347 * [in] Value1 First Operand
357 OMX_S64 Value1,
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
367 * [in] Value1 First Operand
376 OMX_S32 Value1,
384 * Returns the result of Multiplication of Value1 an
[all...]

Completed in 1574 milliseconds