/work/build/config/aom_scale_rtcd.h
Line | Count | Source (jump to first uncovered line) |
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 | 6.26k | #define aom_extend_frame_borders aom_extend_frame_borders_c |
19 | | |
20 | | void aom_extend_frame_borders_plane_row_c(const struct yv12_buffer_config *ybf, int plane, int v_start, int v_end); |
21 | 0 | #define aom_extend_frame_borders_plane_row aom_extend_frame_borders_plane_row_c |
22 | | |
23 | | void aom_extend_frame_borders_y_c(struct yv12_buffer_config *ybf); |
24 | | #define aom_extend_frame_borders_y aom_extend_frame_borders_y_c |
25 | | |
26 | | void aom_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf, const int num_planes); |
27 | | #define aom_extend_frame_inner_borders aom_extend_frame_inner_borders_c |
28 | | |
29 | | void aom_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); |
30 | | #define aom_horizontal_line_2_1_scale aom_horizontal_line_2_1_scale_c |
31 | | |
32 | | void aom_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); |
33 | | #define aom_horizontal_line_5_3_scale aom_horizontal_line_5_3_scale_c |
34 | | |
35 | | void aom_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); |
36 | | #define aom_horizontal_line_5_4_scale aom_horizontal_line_5_4_scale_c |
37 | | |
38 | | void aom_vertical_band_2_1_scale_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 aom_vertical_band_2_1_scale_c |
40 | | |
41 | | 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); |
42 | | #define aom_vertical_band_2_1_scale_i aom_vertical_band_2_1_scale_i_c |
43 | | |
44 | | void aom_vertical_band_5_3_scale_c(unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width); |
45 | | #define aom_vertical_band_5_3_scale aom_vertical_band_5_3_scale_c |
46 | | |
47 | | void aom_vertical_band_5_4_scale_c(unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width); |
48 | | #define aom_vertical_band_5_4_scale aom_vertical_band_5_4_scale_c |
49 | | |
50 | | void aom_yv12_copy_frame_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, const int num_planes); |
51 | 6.26k | #define aom_yv12_copy_frame aom_yv12_copy_frame_c |
52 | | |
53 | | void aom_yv12_copy_u_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc); |
54 | | #define aom_yv12_copy_u aom_yv12_copy_u_c |
55 | | |
56 | | void aom_yv12_copy_v_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc); |
57 | | #define aom_yv12_copy_v aom_yv12_copy_v_c |
58 | | |
59 | | void aom_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); |
60 | | #define aom_yv12_copy_y aom_yv12_copy_y_c |
61 | | |
62 | | void aom_yv12_extend_frame_borders_c(struct yv12_buffer_config *ybf, const int num_planes); |
63 | | #define aom_yv12_extend_frame_borders aom_yv12_extend_frame_borders_c |
64 | | |
65 | | void aom_yv12_partial_coloc_copy_u_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, int hstart, int hend, int vstart, int vend); |
66 | 313k | #define aom_yv12_partial_coloc_copy_u aom_yv12_partial_coloc_copy_u_c |
67 | | |
68 | | void aom_yv12_partial_coloc_copy_v_c(const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, int hstart, int hend, int vstart, int vend); |
69 | 313k | #define aom_yv12_partial_coloc_copy_v aom_yv12_partial_coloc_copy_v_c |
70 | | |
71 | | void aom_yv12_partial_coloc_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc, int hstart, int hend, int vstart, int vend); |
72 | 313k | #define aom_yv12_partial_coloc_copy_y aom_yv12_partial_coloc_copy_y_c |
73 | | |
74 | | void aom_yv12_partial_copy_u_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_bc, int hstart2, int vstart2); |
75 | 0 | #define aom_yv12_partial_copy_u aom_yv12_partial_copy_u_c |
76 | | |
77 | | void aom_yv12_partial_copy_v_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_bc, int hstart2, int vstart2); |
78 | 0 | #define aom_yv12_partial_copy_v aom_yv12_partial_copy_v_c |
79 | | |
80 | | void aom_yv12_partial_copy_y_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_ybc, int hstart2, int vstart2); |
81 | 0 | #define aom_yv12_partial_copy_y aom_yv12_partial_copy_y_c |
82 | | |
83 | | int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_alignment, int num_pyramid_levels, int num_planes); |
84 | | #define aom_yv12_realloc_with_new_border aom_yv12_realloc_with_new_border_c |
85 | | |
86 | | void aom_scale_rtcd(void); |
87 | | |
88 | | #ifdef RTCD_C |
89 | | #include "aom_ports/x86.h" |
90 | | static void setup_rtcd_internal(void) |
91 | 1 | { |
92 | 1 | int flags = x86_simd_caps(); |
93 | | |
94 | 1 | (void)flags; |
95 | | |
96 | 1 | } |
97 | | #endif |
98 | | |
99 | | #ifdef __cplusplus |
100 | | } // extern "C" |
101 | | #endif |
102 | | |
103 | | #endif |