Searched defs:Value2 (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock4x4_s.s50 Value2 RN 5 label
65 MOV Value2, #0 ;// Initialize the zero value
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s51 Value2 RN 5 label
88 MOV Value2, #0 ;// Initialize the zero value
95 LDRSBNE Value2,[pSrc,#1]
99 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock4x4_s.s50 Value2 RN 5 label
65 MOV Value2, #0 ;// Initialize the zero value
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s54 Value2 RN 5 label
102 LDRSBNE Value2,[pSrc,#1]
106 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
/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
507 * [in] Value2 Second Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) argument
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
560 * [in] Value2 Second Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2) argument
572 Result = Value1 + Value2;
574 if( (Value1^Value2) >
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
507 * [in] Value2 Second Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) argument
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
560 * [in] Value2 Second Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2) argument
572 Result = Value1 + Value2;
574 if( (Value1^Value2) >
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
507 * [in] Value2 Second Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) argument
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
560 * [in] Value2 Second Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2) argument
572 Result = Value1 + Value2;
574 if( (Value1^Value2) >
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 1536 milliseconds