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

Side by Side Diff: third_party/libvpx_new/source/config/nacl/vpx_dsp_rtcd.h

Issue 1420273003: Roll src/third_party/libvpx_new/source/libvpx/ b44c5cf63..f4af1a9af (22 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 87
88 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 88 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c 89 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c
90 90
91 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 91 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
92 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c 92 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
93 93
94 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 94 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
95 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c 95 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c
96 96
97 void vpx_d207e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
98 #define vpx_d207e_predictor_16x16 vpx_d207e_predictor_16x16_c
99
100 void vpx_d207e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
101 #define vpx_d207e_predictor_32x32 vpx_d207e_predictor_32x32_c
102
103 void vpx_d207e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
104 #define vpx_d207e_predictor_4x4 vpx_d207e_predictor_4x4_c
105
106 void vpx_d207e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
107 #define vpx_d207e_predictor_8x8 vpx_d207e_predictor_8x8_c
108
97 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 109 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
98 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_c 110 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_c
99 111
100 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 112 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
101 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c 113 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c
102 114
103 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 115 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
104 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c 116 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
105 117
106 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 118 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
107 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_c 119 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_c
108 120
121 void vpx_d45e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
122 #define vpx_d45e_predictor_16x16 vpx_d45e_predictor_16x16_c
123
124 void vpx_d45e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
125 #define vpx_d45e_predictor_32x32 vpx_d45e_predictor_32x32_c
126
109 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 127 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
110 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c 128 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c
111 129
130 void vpx_d45e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
131 #define vpx_d45e_predictor_8x8 vpx_d45e_predictor_8x8_c
132
112 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 133 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
113 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c 134 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c
114 135
115 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 136 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
116 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c 137 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c
117 138
118 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 139 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
119 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c 140 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c
120 141
121 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 142 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
122 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c 143 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c
123 144
145 void vpx_d63e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
146 #define vpx_d63e_predictor_16x16 vpx_d63e_predictor_16x16_c
147
148 void vpx_d63e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
149 #define vpx_d63e_predictor_32x32 vpx_d63e_predictor_32x32_c
150
124 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 151 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
125 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c 152 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c
126 153
154 void vpx_d63e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
155 #define vpx_d63e_predictor_8x8 vpx_d63e_predictor_8x8_c
156
157 void vpx_d63f_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
158 #define vpx_d63f_predictor_4x4 vpx_d63f_predictor_4x4_c
159
127 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left); 160 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left);
128 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_c 161 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_c
129 162
130 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left); 163 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left);
131 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_c 164 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_c
132 165
133 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 166 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
134 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_c 167 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_c
135 168
136 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 169 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 static void setup_rtcd_internal(void) 696 static void setup_rtcd_internal(void)
664 { 697 {
665 } 698 }
666 #endif 699 #endif
667 700
668 #ifdef __cplusplus 701 #ifdef __cplusplus
669 } // extern "C" 702 } // extern "C"
670 #endif 703 #endif
671 704
672 #endif 705 #endif
OLDNEW
« no previous file with comments | « third_party/libvpx_new/source/config/nacl/vpx_config.asm ('k') | third_party/libvpx_new/source/config/vpx_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698