Home
last modified time | relevance | path

Searched defs:round (Results 1 – 12 of 12) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_systemdependent.h37 static INLINE int round(double x) { in round() function
/hardware/ti/omap4-aah/libtiutils/
DUtilsCommon.h63 inline int round(const T x) { in round() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Didct8x8_test.cc27 static int round(double x) { in round() function
Ddct32x32_test.cc30 static int round(double x) { in round() function
Ddct16x16_test.cc34 static int round(double x) { in round() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h47 short *round; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c887 vpx_codec_pts_t round, delta; in vp8e_encode() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h77 int16_t *round; member
Dvp9_dct.c1009 static void fdct32(const int *input, int *output, int round) { in fdct32()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c779 vpx_codec_pts_t round, delta; in vp9e_encode() local