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

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

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)
Patch Set: Pre-increment instead of post-increment 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 (ne10_int32_t) 1, 395 (ne10_int32_t) 1,
396 /* is_backward_scaled = false */ 396 /* is_backward_scaled = false */
397 (ne10_int32_t) 0, 397 (ne10_int32_t) 0,
398 }; 398 };
399 static const arch_fft_state cfg_arch_60 = { 399 static const arch_fft_state cfg_arch_60 = {
400 1, 400 1,
401 (void *)&ne10_fft_state_float32_t_60, 401 (void *)&ne10_fft_state_float32_t_60,
402 }; 402 };
403 403
404 #endif /* end NE10_FFT_PARAMS48000_960 */ 404 #endif /* end NE10_FFT_PARAMS48000_960 */
OLDNEW
« no previous file with comments | « third_party/opus/src/celt/static_modes_fixed_arm_ne10.h ('k') | third_party/opus/src/celt/tests/test_unit_dft.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698