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

Side by Side Diff: source/config/linux/ia32/vpx_scale_rtcd.h

Issue 232133009: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 8 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/ia32/vpx_config.asm ('k') | source/config/linux/mipsel/vp8_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 VPX_SCALE_RTCD_H_ 1 #ifndef VPX_SCALE_RTCD_H_
2 #define VPX_SCALE_RTCD_H_ 2 #define VPX_SCALE_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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 void vpx_scale_rtcd(void); 52 void vpx_scale_rtcd(void);
53 53
54 #ifdef RTCD_C 54 #ifdef RTCD_C
55 #include "vpx_ports/x86.h" 55 #include "vpx_ports/x86.h"
56 static void setup_rtcd_internal(void) 56 static void setup_rtcd_internal(void)
57 { 57 {
58 int flags = x86_simd_caps(); 58 int flags = x86_simd_caps();
59 59
60 (void)flags; 60 (void)flags;
61 61
62
63 } 62 }
64 #endif 63 #endif
65 64
66 #ifdef __cplusplus 65 #ifdef __cplusplus
67 } // extern "C" 66 } // extern "C"
68 #endif 67 #endif
69 68
70 #endif 69 #endif
OLDNEW
« no previous file with comments | « source/config/linux/ia32/vpx_config.asm ('k') | source/config/linux/mipsel/vp8_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698