Searched refs:av_const (Results 26 - 50 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmathops.h33 static inline av_const int MULH(int a, int b)
41 static av_always_inline av_const int FASTDIV(int a, int b)
56 static av_always_inline av_const int FASTDIV(int a, int b)
75 static inline av_const int MUL16(int ra, int rb)
85 static inline av_const int mid_pred(int a, int b, int c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Drational.h91 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;
125 AVRational av_d2q(double d, int max) av_const;
H A Dmathematics.h79 int64_t av_const av_gcd(int64_t a, int64_t b);
85 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
91 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding) av_const;
96 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
H A Dcommon.h67 static av_always_inline av_const int av_log2_c(unsigned int v)
83 static av_always_inline av_const int av_log2_16bit_c(unsigned int v)
110 static av_always_inline av_const int av_clip_c(int a, int amin, int amax)
122 static av_always_inline av_const uint8_t av_clip_uint8_c(int a)
133 static av_always_inline av_const int8_t av_clip_int8_c(int a)
144 static av_always_inline av_const uint16_t av_clip_uint16_c(int a)
155 static av_always_inline av_const int16_t av_clip_int16_c(int a)
166 static av_always_inline av_const int32_t av_clipl_int32_c(int64_t a)
178 static av_always_inline av_const unsigned av_clip_uintp2_c(int a, int p)
191 static av_always_inline av_const floa
[all...]
H A Dattributes.h59 #ifndef av_const
61 # define av_const __attribute__((const)) macro
63 # define av_const macro
H A Dbswap.h58 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)
H A Dintmath.h64 static inline av_const unsigned int ff_sqrt(unsigned int a)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dmathops.h33 static inline av_const int MULH(int a, int b)
51 static inline av_const int MUL16(int ra, int rb)
61 static inline av_const int mid_pred(int a, int b, int c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlibm.h87 static av_always_inline av_const int isinf(float x)
97 static av_always_inline av_const int isnan(float x)
149 static av_always_inline av_const long int lrint(double x)
156 static av_always_inline av_const long int lrintf(float x)
163 static av_always_inline av_const double round(double x)
170 static av_always_inline av_const float roundf(float x)
177 static av_always_inline av_const double trunc(double x)
184 static av_always_inline av_const float truncf(float x)
H A Dsoftfloat.h36 static av_const SoftFloat av_normalize_sf(SoftFloat a){
58 static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
79 static inline av_const SoftFloat av_mul_sf(SoftFloat a, SoftFloat b){
89 static av_const SoftFloat av_div_sf(SoftFloat a, SoftFloat b){
95 static inline av_const int av_cmp_sf(SoftFloat a, SoftFloat b){
101 static inline av_const SoftFloat av_add_sf(SoftFloat a, SoftFloat b){
107 static inline av_const SoftFloat av_sub_sf(SoftFloat a, SoftFloat b){
113 static inline av_const SoftFloat av_int2sf(int v, int frac_bits){
120 static inline av_const int av_sf2int(SoftFloat v, int frac_bits){
H A Dintmath.h57 static av_always_inline av_const int ff_log2_c(unsigned int v)
76 static av_always_inline av_const int ff_log2_16bit_c(unsigned int v)
109 static av_always_inline av_const int ff_ctz_c(int v)
H A Dcommon.h91 av_const int av_log2(unsigned v);
95 av_const int av_log2_16bit(unsigned v);
105 static av_always_inline av_const int av_clip_c(int a, int amin, int amax)
122 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax)
137 static av_always_inline av_const uint8_t av_clip_uint8_c(int a)
148 static av_always_inline av_const int8_t av_clip_int8_c(int a)
159 static av_always_inline av_const uint16_t av_clip_uint16_c(int a)
170 static av_always_inline av_const int16_t av_clip_int16_c(int a)
181 static av_always_inline av_const int32_t av_clipl_int32_c(int64_t a)
193 static av_always_inline av_const unsigne
[all...]
H A Dbswap.h60 static av_always_inline av_const uint16_t av_bswap16(uint16_t x)
68 static av_always_inline av_const uint32_t av_bswap32(uint32_t x)
75 static inline uint64_t av_const av_bswap64(uint64_t x)
H A Dattributes.h68 # define av_const __attribute__((const)) macro
70 # define av_const macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmathops.h34 static av_always_inline av_const int MULL(int a, int b, unsigned shift)
47 static av_always_inline av_const int MULH(int a, int b)
59 static av_always_inline av_const int64_t MUL64(int a, int b)
75 static inline av_const int mid_pred(int a, int b, int c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/mips/
H A Dmathops.h32 static inline av_const int64_t MAC64(int64_t d, int a, int b)
42 static inline av_const int64_t MLS64(int64_t d, int a, int b)
54 static inline av_const int64_t MAC64(int64_t d, int a, int b)
65 static inline av_const int64_t MLS64(int64_t d, int a, int b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dmathops.h31 static av_always_inline av_const int MULL(int a, int b, unsigned shift)
44 static av_always_inline av_const int MULH(int a, int b)
56 static av_always_inline av_const int64_t MUL64(int a, int b)
72 static inline av_const int mid_pred(int a, int b, int c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dmathops.h32 static inline av_const int64_t MAC64(int64_t d, int a, int b)
42 static inline av_const int64_t MLS64(int64_t d, int a, int b)
54 static inline av_const int64_t MAC64(int64_t d, int a, int b)
66 static inline av_const int64_t MLS64(int64_t d, int a, int b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dcommon.h68 #ifndef av_const
70 # define av_const __attribute__((const)) macro
72 # define av_const macro
134 static inline av_const int av_log2(unsigned int v)
150 static inline av_const int av_log2_16bit(unsigned int v)
169 static inline av_const int av_clip(int a, int amin, int amax)
181 static inline av_const uint8_t av_clip_uint8(int a)
192 static inline av_const int16_t av_clip_int16(int a)
205 static inline av_const float av_clipf(float a, float amin, float amax)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dmathops.h43 static inline av_const int MULH(int a, int b){
50 static inline av_const int64_t MAC64(int64_t d, int a, int b)
64 static inline av_const int64_t MLS64(int64_t d, int a, int b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dmathops.h43 static inline av_const int MULH(int a, int b){
50 static inline av_const int64_t MAC64(int64_t d, int a, int b)
64 static inline av_const int64_t MLS64(int64_t d, int a, int b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmathops.h89 static inline av_const int mid_pred(int a, int b, int c)
117 static inline av_const int sign_extend(int val, unsigned bits)
126 static inline av_const unsigned zero_extend(unsigned val, unsigned bits)
H A Dh263.h69 av_const int ff_h263_aspect_to_info(AVRational aspect);
109 int av_const h263_get_picture_format(int width, int height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmathops.h99 static inline av_const int mid_pred(int a, int b, int c)
127 static inline av_const int sign_extend(int val, unsigned bits)
136 static inline av_const unsigned zero_extend(unsigned val, unsigned bits)
202 static inline av_const unsigned int ff_sqrt(unsigned int a)
H A Dh263.h79 av_const int ff_h263_aspect_to_info(AVRational aspect);
119 int av_const h263_get_picture_format(int width, int height);

Completed in 95 milliseconds

123