Home
last modified time | relevance | path

Searched refs:OMX_S32 (Results 1 – 25 of 91) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
DarmCOMM.c76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value) in armRoundFloatToS32()
80 return (OMX_S32)(Value + .5); in armRoundFloatToS32()
84 return (OMX_S32)(Value - .5); in armRoundFloatToS32()
145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value) in armSatRoundFloatToS32()
151 if(Value > (OMX_S32)OMX_MAX_S32 ) in armSatRoundFloatToS32()
153 return (OMX_S32)OMX_MAX_S32; in armSatRoundFloatToS32()
157 return (OMX_S32)Value; in armSatRoundFloatToS32()
164 if(Value < (OMX_S32)OMX_MIN_S32 ) in armSatRoundFloatToS32()
166 return (OMX_S32)OMX_MIN_S32; in armSatRoundFloatToS32()
170 return (OMX_S32)Value; in armSatRoundFloatToS32()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
DarmCOMM.c76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value) in armRoundFloatToS32()
80 return (OMX_S32)(Value + .5); in armRoundFloatToS32()
84 return (OMX_S32)(Value - .5); in armRoundFloatToS32()
145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value) in armSatRoundFloatToS32()
151 if(Value > (OMX_S32)OMX_MAX_S32 ) in armSatRoundFloatToS32()
153 return (OMX_S32)OMX_MAX_S32; in armSatRoundFloatToS32()
157 return (OMX_S32)Value; in armSatRoundFloatToS32()
164 if(Value < (OMX_S32)OMX_MIN_S32 ) in armSatRoundFloatToS32()
166 return (OMX_S32)OMX_MIN_S32; in armSatRoundFloatToS32()
170 return (OMX_S32)Value; in armSatRoundFloatToS32()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
DarmCOMM.c76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value) in armRoundFloatToS32()
80 return (OMX_S32)(Value + .5); in armRoundFloatToS32()
84 return (OMX_S32)(Value - .5); in armRoundFloatToS32()
145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value) in armSatRoundFloatToS32()
151 if(Value > (OMX_S32)OMX_MAX_S32 ) in armSatRoundFloatToS32()
153 return (OMX_S32)OMX_MAX_S32; in armSatRoundFloatToS32()
157 return (OMX_S32)Value; in armSatRoundFloatToS32()
164 if(Value < (OMX_S32)OMX_MIN_S32 ) in armSatRoundFloatToS32()
166 return (OMX_S32)OMX_MIN_S32; in armSatRoundFloatToS32()
170 return (OMX_S32)Value; in armSatRoundFloatToS32()
[all …]
/frameworks/native/include/media/openmax/
DOMX_Core.h148 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
151 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
154 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
157 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
161 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
164 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
167 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
170 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
173 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
176 OMX_ErrorHardware = (OMX_S32) 0x80001009,
[all …]
DOMX_AudioExt.h88OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do…
89OMX_S32 nDrcCut; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecifi…
90OMX_S32 nDrcBoost; /**< The DRC amplification factor, between 0 and 127, -1 if unspeci…
91OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspec…
92OMX_S32 nTargetReferenceLevel; /**< Target reference level, between 0 and 127, -1 if unspecified */
93OMX_S32 nEncodedTargetLevel; /**< Target reference level assumed at the encoder, between 0 and 1…
94OMX_S32 nPCMLimiterEnable; /**< Signal level limiting, 0 for disable, 1 for enable, -1 if unsp…
DOMX_IVCommon.h186 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
187 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
200 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
201 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
363 OMX_S32 nRotation;
418 OMX_S32 nX;
419 OMX_S32 nY;
439 OMX_S32 nLeft;
440 OMX_S32 nTop;
592 OMX_S32 nContrast;
[all …]
DOMX_Types.h168 typedef int32_t OMX_S32; typedef
309 OMX_S32 nValue; /**< actual value */
310 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
311 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DomxVC.h441 OMX_S32 *pDstSAD,
484 OMX_S32*pDstSAD,
594 OMX_S32 sliceId; /* slice number */
596 OMX_S32 qp; /* quantization parameter*/
1120 OMX_S32 srcCurrStep,
1122 OMX_S32 srcRefStep,
2327 OMX_S32 sliceId; /* slice number */
2330 OMX_S32 qpy; /* qp for luma */
2331 OMX_S32 qpc; /* qp for chroma */
2346 OMX_S32 blockSplitEnable8x8; /* enables 16x8, 8x16, 8x8 */
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
DomxVC.h441 OMX_S32 *pDstSAD,
484 OMX_S32*pDstSAD,
594 OMX_S32 sliceId; /* slice number */
596 OMX_S32 qp; /* quantization parameter*/
1120 OMX_S32 srcCurrStep,
1122 OMX_S32 srcRefStep,
2327 OMX_S32 sliceId; /* slice number */
2330 OMX_S32 qpy; /* qp for luma */
2331 OMX_S32 qpc; /* qp for chroma */
2346 OMX_S32 blockSplitEnable8x8; /* enables 16x8, 8x16, 8x8 */
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DomxVC.h441 OMX_S32 *pDstSAD,
484 OMX_S32*pDstSAD,
594 OMX_S32 sliceId; /* slice number */
596 OMX_S32 qp; /* quantization parameter*/
1120 OMX_S32 srcCurrStep,
1122 OMX_S32 srcRefStep,
2327 OMX_S32 sliceId; /* slice number */
2330 OMX_S32 qpy; /* qp for luma */
2331 OMX_S32 qpc; /* qp for chroma */
2346 OMX_S32 blockSplitEnable8x8; /* enables 16x8, 8x16, 8x8 */
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_MotionEstimationMB.c90 OMX_S32 SrcCurrStep, in armVCM4P10_CalculateBlockSAD()
92 OMX_S32 SrcRefStep, in armVCM4P10_CalculateBlockSAD()
94 OMX_S32 SrcRecStep, in armVCM4P10_CalculateBlockSAD()
106 OMX_S32 TempDstStep; in armVCM4P10_CalculateBlockSAD()
108 OMX_S32 TempRefStep; in armVCM4P10_CalculateBlockSAD()
141 OMX_S32 PredIntra4x4Mode [5][9]; in armVCM4P10_CalculateBlockSAD()
142 OMX_S32 x, y, Block8x8, Block4x4, BlockX, BlockY; in armVCM4P10_CalculateBlockSAD()
145 OMX_S32 StepSrcY; in armVCM4P10_CalculateBlockSAD()
146 OMX_S32 availability; in armVCM4P10_CalculateBlockSAD()
328 OMX_S32 TempSrcStep; in armVCM4P10_CalculateBlockSAD()
[all …]
DomxVCM4P10_InterpolateChroma.c81 OMX_S32 srcStep, in omxVCM4P10_InterpolateChroma()
83 OMX_S32 dstStep, in omxVCM4P10_InterpolateChroma()
84 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
85 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
DomxVCM4P10_InterpolateLuma.c80 OMX_S32 srcStep, in omxVCM4P10_InterpolateLuma()
82 OMX_S32 dstStep, in omxVCM4P10_InterpolateLuma()
83 OMX_S32 dx, in omxVCM4P10_InterpolateLuma()
84 OMX_S32 dy, in omxVCM4P10_InterpolateLuma()
DomxVCM4P10_TransformQuant_ChromaDC.c75 OMX_S32 m[2][2]; in omxVCM4P10_TransformQuant_ChromaDC()
76 OMX_S32 Value; in omxVCM4P10_TransformQuant_ChromaDC()
77 OMX_S32 QbitsPlusOne, Two_f, MF00; in omxVCM4P10_TransformQuant_ChromaDC()
DomxVCM4P10_BlockMatch_Quarter.c94 OMX_S32 nSrcOrgStep, in omxVCM4P10_BlockMatch_Quarter()
96 OMX_S32 nSrcRefStep, in omxVCM4P10_BlockMatch_Quarter()
102 OMX_S32* pBestCost in omxVCM4P10_BlockMatch_Quarter()
113 OMX_S32 pelPosX, pelPosY; in omxVCM4P10_BlockMatch_Quarter()
DomxVCM4P10_BlockMatch_Integer.c93 OMX_S32 nSrcOrgStep, in omxVCM4P10_BlockMatch_Integer()
95 OMX_S32 nSrcRefStep, in omxVCM4P10_BlockMatch_Integer()
104 OMX_S32 *pBestCost, in omxVCM4P10_BlockMatch_Integer()
115 OMX_S32 nSearchRange; in omxVCM4P10_BlockMatch_Integer()
DomxVCM4P10_BlockMatch_Half.c94 OMX_S32 nSrcOrgStep, in omxVCM4P10_BlockMatch_Half()
96 OMX_S32 nSrcRefStep, in omxVCM4P10_BlockMatch_Half()
102 OMX_S32* pBestCost in omxVCM4P10_BlockMatch_Half()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM.h134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value);
152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value);
210 OMX_S32 armClip (
213 OMX_S32 src
292 OMX_S32 armMedianOf3 (
293 OMX_S32 fEntry,
294 OMX_S32 sEntry,
295 OMX_S32 tEntry
335 OMX_S32 armSatAdd_S32(
336 OMX_S32 Value1,
[all …]
Domxtypes.h94 typedef int32_t OMX_S32; typedef
134 OMX_S32 Re; /** Real part */
135 OMX_S32 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM.h134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value);
152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value);
210 OMX_S32 armClip (
213 OMX_S32 src
292 OMX_S32 armMedianOf3 (
293 OMX_S32 fEntry,
294 OMX_S32 sEntry,
295 OMX_S32 tEntry
335 OMX_S32 armSatAdd_S32(
336 OMX_S32 Value1,
[all …]
Domxtypes.h94 typedef int32_t OMX_S32; typedef
134 OMX_S32 Re; /** Real part */
135 OMX_S32 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
DarmCOMM.h134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value);
152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value);
210 OMX_S32 armClip (
213 OMX_S32 src
292 OMX_S32 armMedianOf3 (
293 OMX_S32 fEntry,
294 OMX_S32 sEntry,
295 OMX_S32 tEntry
335 OMX_S32 armSatAdd_S32(
336 OMX_S32 Value1,
[all …]
Domxtypes.h94 typedef int32_t OMX_S32; typedef
134 OMX_S32 Re; /** Real part */
135 OMX_S32 Im; /** Imaginary part */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c78 OMX_S32 srcStep, in omxVCM4P10_InterpolateChroma()
80 OMX_S32 dstStep, in omxVCM4P10_InterpolateChroma()
81 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
82 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c78 OMX_S32 srcStep, in omxVCM4P10_InterpolateChroma()
80 OMX_S32 dstStep, in omxVCM4P10_InterpolateChroma()
81 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
82 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()

1234