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

Side by Side Diff: silk_headers.mk

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Add the contents of Makefile.mips back. Created 5 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
« no previous file with comments | « silk/x86/x86_silk_map.c ('k') | silk_sources.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SILK_HEAD = \ 1 SILK_HEAD = \
2 silk/debug.h \ 2 silk/debug.h \
3 silk/control.h \ 3 silk/control.h \
4 silk/errors.h \ 4 silk/errors.h \
5 silk/API.h \ 5 silk/API.h \
6 silk/typedef.h \ 6 silk/typedef.h \
7 silk/define.h \ 7 silk/define.h \
8 silk/main.h \ 8 silk/main.h \
9 silk/x86/main_sse.h \
9 silk/PLC.h \ 10 silk/PLC.h \
10 silk/structs.h \ 11 silk/structs.h \
11 silk/tables.h \ 12 silk/tables.h \
12 silk/tuning_parameters.h \ 13 silk/tuning_parameters.h \
13 silk/Inlines.h \ 14 silk/Inlines.h \
14 silk/MacroCount.h \ 15 silk/MacroCount.h \
15 silk/MacroDebug.h \ 16 silk/MacroDebug.h \
16 silk/macros.h \ 17 silk/macros.h \
17 silk/pitch_est_defines.h \ 18 silk/pitch_est_defines.h \
18 silk/resampler_private.h \ 19 silk/resampler_private.h \
19 silk/resampler_rom.h \ 20 silk/resampler_rom.h \
20 silk/resampler_structs.h \ 21 silk/resampler_structs.h \
21 silk/SigProc_FIX.h \ 22 silk/SigProc_FIX.h \
23 silk/x86/SigProc_FIX_sse.h \
22 silk/arm/macros_armv4.h \ 24 silk/arm/macros_armv4.h \
23 silk/arm/macros_armv5e.h \ 25 silk/arm/macros_armv5e.h \
24 silk/arm/SigProc_FIX_armv4.h \ 26 silk/arm/SigProc_FIX_armv4.h \
25 silk/arm/SigProc_FIX_armv5e.h \ 27 silk/arm/SigProc_FIX_armv5e.h \
26 silk/fixed/main_FIX.h \ 28 silk/fixed/main_FIX.h \
27 silk/fixed/structs_FIX.h \ 29 silk/fixed/structs_FIX.h \
28 silk/float/main_FLP.h \ 30 silk/float/main_FLP.h \
29 silk/float/structs_FLP.h \ 31 silk/float/structs_FLP.h \
30 silk/float/SigProc_FLP.h 32 silk/float/SigProc_FLP.h
OLDNEW
« no previous file with comments | « silk/x86/x86_silk_map.c ('k') | silk_sources.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698