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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c350 * OMX_F32 -- returns clipped value
353 OMX_F32 armClip_F32 (
354 OMX_F32 min,
355 OMX_F32 max,
356 OMX_F32 src
390 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits)
394 OMX_F32 vShifted, vRounded, shiftDiv = (OMX_F32)(1 << shift);
402 vRounded = (OMX_F32)(vShifted + 0.5);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c350 * OMX_F32 -- returns clipped value
353 OMX_F32 armClip_F32 (
354 OMX_F32 min,
355 OMX_F32 max,
356 OMX_F32 src
390 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits)
394 OMX_F32 vShifted, vRounded, shiftDiv = (OMX_F32)(1 << shift);
402 vRounded = (OMX_F32)(vShifted + 0.5);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c350 * OMX_F32 -- returns clipped value
353 OMX_F32 armClip_F32 (
354 OMX_F32 min,
355 OMX_F32 max,
356 OMX_F32 src
390 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits)
394 OMX_F32 vShifted, vRounded, shiftDiv = (OMX_F32)(1 << shift);
402 vRounded = (OMX_F32)(vShifted + 0.5);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h40 OMX_F32 Re; /** Real part */
41 OMX_F32 Im; /** Imaginary part */
230 * OMX_F32 -- returns clipped value
233 OMX_F32 armClip_F32 (
234 OMX_F32 min,
235 OMX_F32 max,
236 OMX_F32 src
258 OMX_F32 v,
H A Domxtypes.h149 /* OMX_F32 */
150 typedef float OMX_F32; /** Single precision floating point,IEEE 754 */ typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h40 OMX_F32 Re; /** Real part */
41 OMX_F32 Im; /** Imaginary part */
230 * OMX_F32 -- returns clipped value
233 OMX_F32 armClip_F32 (
234 OMX_F32 min,
235 OMX_F32 max,
236 OMX_F32 src
258 OMX_F32 v,
H A Domxtypes.h149 /* OMX_F32 */
150 typedef float OMX_F32; /** Single precision floating point,IEEE 754 */ typedef
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h40 OMX_F32 Re; /** Real part */
41 OMX_F32 Im; /** Imaginary part */
230 * OMX_F32 -- returns clipped value
233 OMX_F32 armClip_F32 (
234 OMX_F32 min,
235 OMX_F32 max,
236 OMX_F32 src
258 OMX_F32 v,
H A Domxtypes.h149 /* OMX_F32 */
150 typedef float OMX_F32; /** Single precision floating point,IEEE 754 */ typedef

Completed in 1473 milliseconds