Lines Matching defs:factors
50 /* Other factors' tables */
58 int factors[TX_MAX_SUB]; /* Must be sorted high -> low */
164 while ((f = nptwo_tabs_init_once[i].factors[f_idx++])) {
542 .factors[0] = 2, \
722 .factors[0] = 2,
735 .factors[0] = 2,
773 .factors[0] = TX_FACTOR_ANY,
789 int sub_len = len / cd->factors[0];
800 if ((ret = ff_tx_gen_compound_mapping(s, cd->factors[0], sub_len)))
840 .factors = { N, TX_FACTOR_ANY }, \
922 .factors = { 2, TX_FACTOR_ANY }, /* MDCTs need an even length */
935 .factors = { 2, TX_FACTOR_ANY },
1044 .factors[0] = 2,
1057 .factors[0] = 2,
1109 .factors = { 2, TX_FACTOR_ANY },
1128 sub_len = len / cd->factors[0];
1141 if ((ret = ff_tx_gen_compound_mapping(s, cd->factors[0], sub_len)))
1199 .factors = { N, TX_FACTOR_ANY }, \
1266 .factors = { N, TX_FACTOR_ANY }, \
1359 /* Apply twiddle factors to the odd FFT and add to the even FFT */ \
1386 .factors = { 2, TX_FACTOR_ANY },
1400 .factors = { 2, TX_FACTOR_ANY },