vpx_scale_rtcd.h 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. // This file is generated. Do not edit.
  2. #ifndef VPX_SCALE_RTCD_H_
  3. #define VPX_SCALE_RTCD_H_
  4. #ifdef RTCD_C
  5. #define RTCD_EXTERN
  6. #else
  7. #define RTCD_EXTERN extern
  8. #endif
  9. struct yv12_buffer_config;
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
  14. #define vp8_horizontal_line_2_1_scale vp8_horizontal_line_2_1_scale_c
  15. void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
  16. #define vp8_horizontal_line_5_3_scale vp8_horizontal_line_5_3_scale_c
  17. void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
  18. #define vp8_horizontal_line_5_4_scale vp8_horizontal_line_5_4_scale_c
  19. 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);
  20. #define vp8_vertical_band_2_1_scale vp8_vertical_band_2_1_scale_c
  21. 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);
  22. #define vp8_vertical_band_2_1_scale_i vp8_vertical_band_2_1_scale_i_c
  23. 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);
  24. #define vp8_vertical_band_5_3_scale vp8_vertical_band_5_3_scale_c
  25. 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);
  26. #define vp8_vertical_band_5_4_scale vp8_vertical_band_5_4_scale_c
  27. void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
  28. #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
  29. void vp8_yv12_extend_frame_borders_c(struct yv12_buffer_config *ybf);
  30. #define vp8_yv12_extend_frame_borders vp8_yv12_extend_frame_borders_c
  31. void vpx_extend_frame_borders_c(struct yv12_buffer_config *ybf);
  32. #define vpx_extend_frame_borders vpx_extend_frame_borders_c
  33. void vpx_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf);
  34. #define vpx_extend_frame_inner_borders vpx_extend_frame_inner_borders_c
  35. void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
  36. #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c
  37. void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
  38. #define vpx_yv12_copy_y vpx_yv12_copy_y_c
  39. void vpx_scale_rtcd(void);
  40. #ifdef RTCD_C
  41. #include "vpx_ports/x86.h"
  42. static void setup_rtcd_internal(void)
  43. {
  44. int flags = x86_simd_caps();
  45. (void)flags;
  46. }
  47. #endif
  48. #ifdef __cplusplus
  49. } // extern "C"
  50. #endif
  51. #endif