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

Side by Side Diff: source/config/linux/mipsel/vp8_rtcd.h

Issue 554673004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « source/config/linux/mips64el/vpx_config.h ('k') | source/config/linux/mipsel/vp9_rtcd.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef VP8_RTCD_H_ 1 #ifndef VP8_RTCD_H_
2 #define VP8_RTCD_H_ 2 #define VP8_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 #ifdef __cplusplus 10 #ifdef __cplusplus
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 319
320 unsigned int vp8_variance_halfpixvar16x16_h_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse) ; 320 unsigned int vp8_variance_halfpixvar16x16_h_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse) ;
321 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c 321 #define vp8_variance_halfpixvar16x16_h vp8_variance_halfpixvar16x16_h_c
322 322
323 unsigned int vp8_variance_halfpixvar16x16_hv_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse ); 323 unsigned int vp8_variance_halfpixvar16x16_hv_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse );
324 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_c 324 #define vp8_variance_halfpixvar16x16_hv vp8_variance_halfpixvar16x16_hv_c
325 325
326 unsigned int vp8_variance_halfpixvar16x16_v_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse) ; 326 unsigned int vp8_variance_halfpixvar16x16_v_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse) ;
327 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_c 327 #define vp8_variance_halfpixvar16x16_v vp8_variance_halfpixvar16x16_v_c
328 328
329 void vp8_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv 12_buffer_config *dst_ybc);
330 #define vp8_yv12_copy_partial_frame vp8_yv12_copy_partial_frame_c
331
332 void vp8_rtcd(void); 329 void vp8_rtcd(void);
333 330
334 #include "vpx_config.h" 331 #include "vpx_config.h"
335 332
336 #ifdef RTCD_C 333 #ifdef RTCD_C
337 static void setup_rtcd_internal(void) 334 static void setup_rtcd_internal(void)
338 { 335 {
339 } 336 }
340 #endif 337 #endif
341 338
342 #ifdef __cplusplus 339 #ifdef __cplusplus
343 } // extern "C" 340 } // extern "C"
344 #endif 341 #endif
345 342
346 #endif 343 #endif
OLDNEW
« no previous file with comments | « source/config/linux/mips64el/vpx_config.h ('k') | source/config/linux/mipsel/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698