HomeSort by relevance Sort by last modified time
    Searched refs:av_const (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
intfloat_readwrite.h 33 attribute_deprecated double av_int2dbl(int64_t v) av_const;
34 attribute_deprecated float av_int2flt(int32_t v) av_const;
35 attribute_deprecated double av_ext2dbl(const AVExtFloat ext) av_const;
36 attribute_deprecated int64_t av_dbl2int(double d) av_const;
37 attribute_deprecated int32_t av_flt2int(float d) av_const;
38 attribute_deprecated AVExtFloat av_dbl2ext(double d) av_const;
mathematics.h 81 int64_t av_const av_gcd(int64_t a, int64_t b);
87 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
96 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding) av_const;
101 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
110 enum AVRounding) av_const;
rational.h 91 AVRational av_mul_q(AVRational b, AVRational c) av_const;
99 AVRational av_div_q(AVRational b, AVRational c) av_const;
107 AVRational av_add_q(AVRational b, AVRational c) av_const;
115 AVRational av_sub_q(AVRational b, AVRational c) av_const;
136 AVRational av_d2q(double d, int max) av_const;
common.h 86 av_const int av_log2(unsigned v);
90 av_const int av_log2_16bit(unsigned v);
100 static av_always_inline av_const int av_clip_c(int a, int amin, int amax)
117 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax)
132 static av_always_inline av_const uint8_t av_clip_uint8_c(int a)
143 static av_always_inline av_const int8_t av_clip_int8_c(int a)
154 static av_always_inline av_const uint16_t av_clip_uint16_c(int a)
165 static av_always_inline av_const int16_t av_clip_int16_c(int a)
176 static av_always_inline av_const int32_t av_clipl_int32_c(int64_t a)
188 static av_always_inline av_const unsigned av_clip_uintp2_c(int a, int p
    [all...]
bswap.h 58 static av_always_inline av_const uint16_t av_bswap16(uint16_t x)
66 static av_always_inline av_const uint32_t av_bswap32(uint32_t x)
73 static inline uint64_t av_const av_bswap64(uint64_t x)
attributes.h 70 # define av_const __attribute__((const)) macro
72 # define av_const macro

Completed in 66 milliseconds