Searched defs:mid_pred (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | mathops.h | 46 #define mid_pred mid_pred macro 47 static inline av_const int mid_pred(int a, int b, int c) in mid_pred() function
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mathops.h | 84 #define mid_pred mid_pred macro 85 static inline av_const int mid_pred(int a, int b, int c) in mid_pred() function
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mathops.h | 75 #define mid_pred mid_pred macro 76 static inline av_const int mid_pred(int a, int b, int c) in mid_pred() function
|
/third_party/ffmpeg/libavcodec/avr32/ |
D | mathops.h | 82 #define mid_pred mid_pred macro 83 static inline av_const int mid_pred(int a, int b, int c) in mid_pred() function
|
/third_party/ffmpeg/libavcodec/ |
D | mathops.h | 97 #define mid_pred mid_pred macro 98 static inline av_const int mid_pred(int a, int b, int c) in mid_pred() function
|