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

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

Issue 13042014: Description: (Closed) Base URL: https://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 7 years, 9 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
« no previous file with comments | « source/config/linux/arm-neon/vpx_scale_rtcd.h ('k') | source/config/linux/arm/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 VP__RTCD_ 1 #ifndef VP8_RTCD_H_
2 #define VP__RTCD_ 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 /* 10 /*
11 * VP8 11 * VP8
12 */ 12 */
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 static void setup_rtcd_internal(void) 367 static void setup_rtcd_internal(void)
368 { 368 {
369 int flags = arm_cpu_caps(); 369 int flags = arm_cpu_caps();
370 370
371 (void)flags; 371 (void)flags;
372 372
373 373
374 } 374 }
375 #endif 375 #endif
376 #endif 376 #endif
OLDNEW
« no previous file with comments | « source/config/linux/arm-neon/vpx_scale_rtcd.h ('k') | source/config/linux/arm/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698