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

Side by Side Diff: celt_headers.mk

Issue 107243004: Updating Opus to release 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years 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 | « celt/x86/pitch_sse.h ('k') | celt_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 CELT_HEAD = \ 1 CELT_HEAD = \
2 celt/arch.h \ 2 celt/arch.h \
3 celt/bands.h \ 3 celt/bands.h \
4 celt/celt.h \ 4 celt/celt.h \
5 celt/cpu_support.h \ 5 celt/cpu_support.h \
6 include/opus_types.h \ 6 include/opus_types.h \
7 include/opus_defines.h \ 7 include/opus_defines.h \
8 include/opus_custom.h \ 8 include/opus_custom.h \
9 celt/cwrs.h \ 9 celt/cwrs.h \
10 celt/ecintrin.h \ 10 celt/ecintrin.h \
(...skipping 17 matching lines...) Expand all
28 celt/rate.h \ 28 celt/rate.h \
29 celt/stack_alloc.h \ 29 celt/stack_alloc.h \
30 celt/vq.h \ 30 celt/vq.h \
31 celt/static_modes_float.h \ 31 celt/static_modes_float.h \
32 celt/static_modes_fixed.h \ 32 celt/static_modes_fixed.h \
33 celt/arm/armcpu.h \ 33 celt/arm/armcpu.h \
34 celt/arm/fixed_armv4.h \ 34 celt/arm/fixed_armv4.h \
35 celt/arm/fixed_armv5e.h \ 35 celt/arm/fixed_armv5e.h \
36 celt/arm/kiss_fft_armv4.h \ 36 celt/arm/kiss_fft_armv4.h \
37 celt/arm/kiss_fft_armv5e.h \ 37 celt/arm/kiss_fft_armv5e.h \
38 celt/arm/pitch_arm.h \
38 celt/x86/pitch_sse.h 39 celt/x86/pitch_sse.h
OLDNEW
« no previous file with comments | « celt/x86/pitch_sse.h ('k') | celt_sources.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698