Searched defs:round (Results 1 – 12 of 12) sorted by relevance
22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
37 static INLINE int round(double x) { in round() function
63 inline int round(const T x) { in round() function
27 static int round(double x) { in round() function
30 static int round(double x) { in round() function
34 static int round(double x) { in round() function
47 short *round; member
887 vpx_codec_pts_t round, delta; in vp8e_encode() local
77 int16_t *round; member
1009 static void fdct32(const int *input, int *output, int round) { in fdct32()
779 vpx_codec_pts_t round, delta; in vp9e_encode() local