Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h

Issue 2708273003: Roll src/third_party/libvpx/source/libvpx/ 91f87e751..4d4231352 (50 commits). (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #ifndef VPX_DSP_RTCD_H_ 1 #ifndef VPX_DSP_RTCD_H_
2 #define VPX_DSP_RTCD_H_ 2 #define VPX_DSP_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 /* 10 /*
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 903
904 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int s tride, int bd); 904 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int s tride, int bd);
905 #define vpx_highbd_idct16x16_10_add vpx_highbd_idct16x16_10_add_c 905 #define vpx_highbd_idct16x16_10_add vpx_highbd_idct16x16_10_add_c
906 906
907 void vpx_highbd_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int st ride, int bd); 907 void vpx_highbd_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int st ride, int bd);
908 #define vpx_highbd_idct16x16_1_add vpx_highbd_idct16x16_1_add_c 908 #define vpx_highbd_idct16x16_1_add vpx_highbd_idct16x16_1_add_c
909 909
910 void vpx_highbd_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, int bd); 910 void vpx_highbd_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, int bd);
911 #define vpx_highbd_idct16x16_256_add vpx_highbd_idct16x16_256_add_c 911 #define vpx_highbd_idct16x16_256_add vpx_highbd_idct16x16_256_add_c
912 912
913 void vpx_highbd_idct16x16_38_add_c(const tran_low_t *input, uint8_t *dest, int s tride, int bd);
914 #define vpx_highbd_idct16x16_38_add vpx_highbd_idct16x16_38_add_c
915
913 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride, int bd); 916 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride, int bd);
914 #define vpx_highbd_idct32x32_1024_add vpx_highbd_idct32x32_1024_add_c 917 #define vpx_highbd_idct32x32_1024_add vpx_highbd_idct32x32_1024_add_c
915 918
916 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int st ride, int bd); 919 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int st ride, int bd);
917 #define vpx_highbd_idct32x32_1_add vpx_highbd_idct32x32_1_add_c 920 #define vpx_highbd_idct32x32_1_add vpx_highbd_idct32x32_1_add_c
918 921
919 void vpx_highbd_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int s tride, int bd); 922 void vpx_highbd_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int s tride, int bd);
920 #define vpx_highbd_idct32x32_34_add vpx_highbd_idct32x32_34_add_c 923 #define vpx_highbd_idct32x32_34_add vpx_highbd_idct32x32_34_add_c
921 924
922 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int str ide, int bd); 925 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int str ide, int bd);
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 static void setup_rtcd_internal(void) 1647 static void setup_rtcd_internal(void)
1645 { 1648 {
1646 } 1649 }
1647 #endif 1650 #endif
1648 1651
1649 #ifdef __cplusplus 1652 #ifdef __cplusplus
1650 } // extern "C" 1653 } // extern "C"
1651 #endif 1654 #endif
1652 1655
1653 #endif 1656 #endif
OLDNEW
« no previous file with comments | « third_party/libvpx/libvpx_srcs.gni ('k') | third_party/libvpx/source/config/linux/ia32/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698