/work/build/vpx_scale_rtcd.h
Line | Count | Source (jump to first uncovered line) |
1 | | // This file is generated. Do not edit. |
2 | | #ifndef VPX_SCALE_RTCD_H_ |
3 | | #define VPX_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 vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); |
18 | | #define vp8_horizontal_line_2_1_scale vp8_horizontal_line_2_1_scale_c |
19 | | |
20 | | void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); |
21 | | #define vp8_horizontal_line_5_3_scale vp8_horizontal_line_5_3_scale_c |
22 | | |
23 | | void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); |
24 | | #define vp8_horizontal_line_5_4_scale vp8_horizontal_line_5_4_scale_c |
25 | | |
26 | | void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width); |
27 | | #define vp8_vertical_band_2_1_scale vp8_vertical_band_2_1_scale_c |
28 | | |
29 | | void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width); |
30 | | #define vp8_vertical_band_2_1_scale_i vp8_vertical_band_2_1_scale_i_c |
31 | | |
32 | | void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width); |
33 | | #define vp8_vertical_band_5_3_scale vp8_vertical_band_5_3_scale_c |
34 | | |
35 | | void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width); |
36 | | #define vp8_vertical_band_5_4_scale vp8_vertical_band_5_4_scale_c |
37 | | |
38 | | void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); |
39 | 0 | #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c |
40 | | |
41 | | void vp8_yv12_extend_frame_borders_c(struct yv12_buffer_config *ybf); |
42 | 6.87k | #define vp8_yv12_extend_frame_borders vp8_yv12_extend_frame_borders_c |
43 | | |
44 | | void vpx_extend_frame_borders_c(struct yv12_buffer_config *ybf); |
45 | | #define vpx_extend_frame_borders vpx_extend_frame_borders_c |
46 | | |
47 | | void vpx_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf); |
48 | | #define vpx_extend_frame_inner_borders vpx_extend_frame_inner_borders_c |
49 | | |
50 | | void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); |
51 | 0 | #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c |
52 | | |
53 | | void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); |
54 | | #define vpx_yv12_copy_y vpx_yv12_copy_y_c |
55 | | |
56 | | void vpx_scale_rtcd(void); |
57 | | |
58 | | #ifdef RTCD_C |
59 | | #include "vpx_ports/x86.h" |
60 | | static void setup_rtcd_internal(void) |
61 | 2 | { |
62 | 2 | int flags = x86_simd_caps(); |
63 | | |
64 | 2 | (void)flags; |
65 | | |
66 | 2 | } |
67 | | #endif |
68 | | |
69 | | #ifdef __cplusplus |
70 | | } // extern "C" |
71 | | #endif |
72 | | |
73 | | #endif |