Searched refs:OMX_S32 (Results 26 - 50 of 88) sorted by last modified time

1234

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h129 * [out] converted value in OMX_S16/OMX_S32 format
134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value);
147 * [out] converted value in OMX_S16/OMX_S32 format
152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value);
207 * OMX_S32 -- returns clipped value
210 OMX_S32 armClip (
213 OMX_S32 src
254 * OMX_S32 -- returns "shifted" saturated value
289 * OMX_S32 -- returns the median value
292 OMX_S32 armMedianOf
[all...]
H A Domxtypes.h93 /* OMX_S32 */
94 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/src/
H A DarmCOMM.c72 * [out] converted value in OMX_S32 format
76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value)
80 return (OMX_S32)(Value + .5);
84 return (OMX_S32)(Value - .5);
141 * [out] converted value in OMX_S32 format
145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value)
151 if(Value > (OMX_S32)OMX_MAX_S32 )
153 return (OMX_S32)OMX_MAX_S32;
157 return (OMX_S32)Value;
164 if(Value < (OMX_S32)OMX_MIN_S3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h749 OMX_S32* pOffset,
780 OMX_S32 availability
964 OMX_S32 *pBestCost);
991 OMX_S32* pDstSAD,
H A 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 blockSplitEnable8x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DeblockChroma_I.c75 OMX_S32 srcdstStep,
H A DomxVCM4P10_DeblockLuma_I.c78 OMX_S32 srcdstStep,
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c68 OMX_S32* pOffset,
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c74 OMX_S32* pOffset,
H A DomxVCM4P10_InterpolateChroma.c78 OMX_S32 srcStep,
80 OMX_S32 dstStep,
81 OMX_S32 dx,
82 OMX_S32 dy,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_Lookup_Tables.c80 const OMX_S32 armVCM4P2_Reciprocal_QP_S32[64]={
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h129 * [out] converted value in OMX_S16/OMX_S32 format
134 OMX_S32 armRoundFloatToS32 (OMX_F64 Value);
147 * [out] converted value in OMX_S16/OMX_S32 format
152 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value);
207 * OMX_S32 -- returns clipped value
210 OMX_S32 armClip (
213 OMX_S32 src
254 * OMX_S32 -- returns "shifted" saturated value
289 * OMX_S32 -- returns the median value
292 OMX_S32 armMedianOf
[all...]
H A Domxtypes.h93 /* OMX_S32 */
94 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/src/
H A DarmCOMM.c72 * [out] converted value in OMX_S32 format
76 OMX_S32 armRoundFloatToS32 (OMX_F64 Value)
80 return (OMX_S32)(Value + .5);
84 return (OMX_S32)(Value - .5);
141 * [out] converted value in OMX_S32 format
145 OMX_S32 armSatRoundFloatToS32 (OMX_F64 Value)
151 if(Value > (OMX_S32)OMX_MAX_S32 )
153 return (OMX_S32)OMX_MAX_S32;
157 return (OMX_S32)Value;
164 if(Value < (OMX_S32)OMX_MIN_S3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h749 OMX_S32* pOffset,
780 OMX_S32 availability
964 OMX_S32 *pBestCost);
991 OMX_S32* pDstSAD,
H A 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 blockSplitEnable8x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DarmVCCOMM_SAD.c62 OMX_S32* pDstSAD,
H A DomxVCCOMM_SAD_16x.c75 OMX_S32* pDstSAD,
H A DomxVCCOMM_SAD_8x.c75 OMX_S32* pDstSAD,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_CompareMotionCostToMV.c112 OMX_S32 *pBestCost
115 OMX_S32 candCost;
H A DarmVCM4P10_DecodeCoeffsToPair.c79 OMX_S32* pOffset,
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c70 OMX_S32 HalfCoeff, pos;
H A DarmVCM4P10_InterpolateHalfHor_Luma.c69 OMX_S32 HalfCoeff, pos;
H A DarmVCM4P10_InterpolateHalfVer_Luma.c69 OMX_S32 HalfCoeff, pos;
H A DarmVCM4P10_PredictIntraDC4x4.c63 OMX_S32 availability

Completed in 209 milliseconds

1234