Home | History | Annotate | Download | only in decoder

Lines Matching refs:npoints

43                                 WORD32 npoints) {
51 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
52 n_stages = 30 - ixheaacd_norm32(npoints);
59 for (i = 0; i < npoints; i += 4) {
70 inp += (npoints >> 2);
73 inp += (npoints >> 2);
76 inp += (npoints >> 2);
96 ptr_y -= 2 * npoints;
99 in_loop_cnt = npoints >> 4;
241 data -= 2 * npoints;
319 data -= 2 * npoints;
397 data -= 2 * npoints;
475 data -= 2 * npoints;
542 WORD32 npoints) {
550 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
551 n_stages = 30 - ixheaacd_norm32(npoints);
558 for (i = 0; i < npoints; i += 4) {
570 inp += (npoints >> 1);
574 inp += (npoints >> 1);
578 inp += (npoints >> 1);
610 ptr_y -= 2 * npoints;
613 in_loop_cnt = npoints >> 4;
755 data -= 2 * npoints;
833 data -= 2 * npoints;
911 data -= 2 * npoints;
989 data -= 2 * npoints;
1092 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) {
1103 for (j = 0; j < (npoints / 3); j++) {
1122 for (i = 0; i < (npoints / 3); i++) {
1139 for (i = 0; i < (npoints / 3); i++) {
1156 void ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) {
1185 for (i = 0; i < (npoints / 3); i++) {
1202 for (i = 0; i < (npoints / 3); i++) {