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

Side by Side Diff: third_party/opus/src/celt/static_modes_fixed_arm_ne10.h

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)
Patch Set: Include minor updates including fix for win_clang Created 3 years, 5 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
OLDNEW
1 /* The contents of this file was automatically generated by 1 /* The contents of this file was automatically generated by
2 * dump_mode_arm_ne10.c with arguments: 48000 960 2 * dump_mode_arm_ne10.c with arguments: 48000 960
3 * It contains static definitions for some pre-defined modes. */ 3 * It contains static definitions for some pre-defined modes. */
4 #include <NE10_init.h> 4 #include <NE10_types.h>
5 5
6 #ifndef NE10_FFT_PARAMS48000_960 6 #ifndef NE10_FFT_PARAMS48000_960
7 #define NE10_FFT_PARAMS48000_960 7 #define NE10_FFT_PARAMS48000_960
8 static const ne10_int32_t ne10_factors_480[64] = { 8 static const ne10_int32_t ne10_factors_480[64] = {
9 4, 40, 4, 30, 2, 15, 5, 3, 3, 1, 1, 0, 0, 0, 0, 9 4, 40, 4, 30, 2, 15, 5, 3, 3, 1, 1, 0, 0, 0, 0,
10 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
11 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
13 0, 0, 0, 0, }; 13 0, 0, 0, 0, };
14 static const ne10_int32_t ne10_factors_240[64] = { 14 static const ne10_int32_t ne10_factors_240[64] = {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 (ne10_fft_cpx_int32_t *)ne10_twiddles_60, 379 (ne10_fft_cpx_int32_t *)ne10_twiddles_60,
380 NULL, 380 NULL,
381 (ne10_fft_cpx_int32_t *)&ne10_twiddles_60[15], 381 (ne10_fft_cpx_int32_t *)&ne10_twiddles_60[15],
382 }; 382 };
383 static const arch_fft_state cfg_arch_60 = { 383 static const arch_fft_state cfg_arch_60 = {
384 1, 384 1,
385 (void *)&ne10_fft_state_int32_t_60, 385 (void *)&ne10_fft_state_int32_t_60,
386 }; 386 };
387 387
388 #endif /* end NE10_FFT_PARAMS48000_960 */ 388 #endif /* end NE10_FFT_PARAMS48000_960 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698