OLD | NEW |
1 #ifndef VPX_SCALE_RTCD_ | 1 #ifndef VPX_SCALE_RTCD_H_ |
2 #define VPX_SCALE_RTCD_ | 2 #define VPX_SCALE_RTCD_H_ |
3 | 3 |
4 #ifdef RTCD_C | 4 #ifdef RTCD_C |
5 #define RTCD_EXTERN | 5 #define RTCD_EXTERN |
6 #else | 6 #else |
7 #define RTCD_EXTERN extern | 7 #define RTCD_EXTERN extern |
8 #endif | 8 #endif |
9 | 9 |
10 struct yv12_buffer_config; | 10 struct yv12_buffer_config; |
11 | 11 |
12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int s
ource_width, unsigned char *dest, unsigned int dest_width); | 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int s
ource_width, unsigned char *dest, unsigned int dest_width); |
(...skipping 29 matching lines...) Expand all Loading... |
42 void vpx_scale_rtcd(void); | 42 void vpx_scale_rtcd(void); |
43 #include "vpx_config.h" | 43 #include "vpx_config.h" |
44 | 44 |
45 #ifdef RTCD_C | 45 #ifdef RTCD_C |
46 static void setup_rtcd_internal(void) | 46 static void setup_rtcd_internal(void) |
47 { | 47 { |
48 | 48 |
49 } | 49 } |
50 #endif | 50 #endif |
51 #endif | 51 #endif |
OLD | NEW |