1 // This file is generated. Do not edit.
2 #ifndef AOM_SCALE_RTCD_H_
3 #define AOM_SCALE_RTCD_H_
4 
5 #ifdef RTCD_C
6 #define RTCD_EXTERN
7 #else
8 #define RTCD_EXTERN extern
9 #endif
10 
11 struct yv12_buffer_config;
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 void aom_extend_frame_borders_c(struct yv12_buffer_config *ybf, const int num_planes);
18 #define aom_extend_frame_borders aom_extend_frame_borders_c
19 
20 void aom_extend_frame_borders_y_c(struct yv12_buffer_config *ybf);
21 #define aom_extend_frame_borders_y aom_extend_frame_borders_y_c
22 
23 void aom_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf, const int num_planes);
24 #define aom_extend_frame_inner_borders aom_extend_frame_inner_borders_c
25 
26 void aom_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 #define aom_horizontal_line_2_1_scale aom_horizontal_line_2_1_scale_c
28 
29 void aom_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
30 #define aom_horizontal_line_5_3_scale aom_horizontal_line_5_3_scale_c
31 
32 void aom_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
33 #define aom_horizontal_line_5_4_scale aom_horizontal_line_5_4_scale_c
34 
35 void aom_vertical_band_2_1_scale_c(unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width);
36 #define aom_vertical_band_2_1_scale aom_vertical_band_2_1_scale_c
37 
38 void aom_vertical_band_2_1_scale_i_c(unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width);
39 #define aom_vertical_band_2_1_scale_i aom_vertical_band_2_1_scale_i_c
40 
41 void aom_vertical_band_5_3_scale_c(unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width);
42 #define aom_vertical_band_5_3_scale aom_vertical_band_5_3_scale_c
43 
44 void aom_vertical_band_5_4_scale_c(unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width);
45 #define aom_vertical_band_5_4_scale aom_vertical_band_5_4_scale_c
46 
47 void aom_yv12_copy_frame_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, const int num_planes);
48 #define aom_yv12_copy_frame aom_yv12_copy_frame_c
49 
50 void aom_yv12_copy_u_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc);
51 #define aom_yv12_copy_u aom_yv12_copy_u_c
52 
53 void aom_yv12_copy_v_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc);
54 #define aom_yv12_copy_v aom_yv12_copy_v_c
55 
56 void aom_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
57 #define aom_yv12_copy_y aom_yv12_copy_y_c
58 
59 void aom_yv12_extend_frame_borders_c(struct yv12_buffer_config *ybf, const int num_planes);
60 #define aom_yv12_extend_frame_borders aom_yv12_extend_frame_borders_c
61 
62 void aom_yv12_partial_copy_u_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, int hstart, int hend, int vstart, int vend);
63 #define aom_yv12_partial_copy_u aom_yv12_partial_copy_u_c
64 
65 void aom_yv12_partial_copy_v_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, int hstart, int hend, int vstart, int vend);
66 #define aom_yv12_partial_copy_v aom_yv12_partial_copy_v_c
67 
68 void aom_yv12_partial_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc, int hstart, int hend, int vstart, int vend);
69 #define aom_yv12_partial_copy_y aom_yv12_partial_copy_y_c
70 
71 void aom_scale_rtcd(void);
72 
73 #include "config/aom_config.h"
74 
75 #ifdef RTCD_C
setup_rtcd_internal(void)76 static void setup_rtcd_internal(void)
77 {
78 }
79 #endif
80 
81 #ifdef __cplusplus
82 }  // extern "C"
83 #endif
84 
85 #endif
86