Searched refs:OMX_F32 (Results 1 - 9 of 9) sorted by path

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h25 OMX_F32 Re; /** Real part */
26 OMX_F32 Im; /** Imaginary part */
215 * OMX_F32 -- returns clipped value
218 OMX_F32 armClip_F32 (
219 OMX_F32 min,
220 OMX_F32 max,
221 OMX_F32 src
243 OMX_F32 v,
H A Domxtypes.h191 /* OMX_F32 */
192 typedef float OMX_F32; /** Single precision floating point,IEEE 754 */ typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c335 * OMX_F32 -- returns clipped value
338 OMX_F32 armClip_F32 (
339 OMX_F32 min,
340 OMX_F32 max,
341 OMX_F32 src
375 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits)
379 OMX_F32 vShifted, vRounded, shiftDiv = (OMX_F32)(1 << shift);
387 vRounded = (OMX_F32)(vShifted + 0.5);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h25 OMX_F32 Re; /** Real part */
26 OMX_F32 Im; /** Imaginary part */
215 * OMX_F32 -- returns clipped value
218 OMX_F32 armClip_F32 (
219 OMX_F32 min,
220 OMX_F32 max,
221 OMX_F32 src
243 OMX_F32 v,
H A Domxtypes.h191 /* OMX_F32 */
192 typedef float OMX_F32; /** Single precision floating point,IEEE 754 */ typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c335 * OMX_F32 -- returns clipped value
338 OMX_F32 armClip_F32 (
339 OMX_F32 min,
340 OMX_F32 max,
341 OMX_F32 src
375 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits)
379 OMX_F32 vShifted, vRounded, shiftDiv = (OMX_F32)(1 << shift);
387 vRounded = (OMX_F32)(vShifted + 0.5);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h25 OMX_F32 Re; /** Real part */
26 OMX_F32 Im; /** Imaginary part */
215 * OMX_F32 -- returns clipped value
218 OMX_F32 armClip_F32 (
219 OMX_F32 min,
220 OMX_F32 max,
221 OMX_F32 src
243 OMX_F32 v,
H A Domxtypes.h191 /* OMX_F32 */
192 typedef float OMX_F32; /** Single precision floating point,IEEE 754 */ typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c335 * OMX_F32 -- returns clipped value
338 OMX_F32 armClip_F32 (
339 OMX_F32 min,
340 OMX_F32 max,
341 OMX_F32 src
375 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits)
379 OMX_F32 vShifted, vRounded, shiftDiv = (OMX_F32)(1 << shift);
387 vRounded = (OMX_F32)(vShifted + 0.5);

Completed in 140 milliseconds