win 78 libavcodec/aaccoder.c int win, int group_len, const float lambda) win 92 libavcodec/aaccoder.c start = win*128; win 100 libavcodec/aaccoder.c if (sce->zeroes[win*16 + swb]) { win 114 libavcodec/aaccoder.c if (cb >= 12 && sce->band_type[win*16+swb] < aac_cb_out_map[cb] || win 115 libavcodec/aaccoder.c cb < aac_cb_in_map[sce->band_type[win*16+swb]] && sce->band_type[win*16+swb] > aac_cb_out_map[cb]) { win 122 libavcodec/aaccoder.c FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(win+w)*16+swb]; win 125 libavcodec/aaccoder.c sce->sf_idx[(win+w)*16+swb], aac_cb_out_map[cb], win 173 libavcodec/aaccoder.c memset(sce->zeroes + win*16 + start, !cb, count); win 176 libavcodec/aaccoder.c sce->band_type[win*16 + start] = cb; win 60 libavcodec/aaccoder_trellis.h int win, int group_len, const float lambda) win 74 libavcodec/aaccoder_trellis.h start = win*128; win 82 libavcodec/aaccoder_trellis.h if (sce->zeroes[win*16 + swb]) { win 107 libavcodec/aaccoder_trellis.h int startcb = sce->band_type[win*16+swb]; win 119 libavcodec/aaccoder_trellis.h if (cb >= 12 && sce->band_type[win*16+swb] != aac_cb_out_map[cb]) { win 128 libavcodec/aaccoder_trellis.h sce->sf_idx[win*16+swb], win 177 libavcodec/aaccoder_trellis.h memset(sce->zeroes + win*16 + start, !cb, count); win 180 libavcodec/aaccoder_trellis.h sce->band_type[win*16 + start] = cb; win 60 libavcodec/aacenc.h int win, int group_len, const float lambda); win 534 libavcodec/dolby_e.c float *win = window + g->win_ofs; win 537 libavcodec/dolby_e.c s->fdsp->vector_fmul_add(dst, src, win, dst, g->win_len); win 608 libavcodec/ilbcdec.c const int16_t *win, win 612 libavcodec/ilbcdec.c out[i] = (in[i] * win[-i]) >> shift; win 616 libavcodec/ilbcdec.c const int16_t *win, int length, win 620 libavcodec/ilbcdec.c out[i] = (in[i] * win[i]) >> shift; win 353 libavcodec/mips/mpegaudiodsp_mips_fixed.c static void imdct36_mips_fixed(int *out, int *buf, int *in, int *win) win 882 libavcodec/mips/mpegaudiodsp_mips_fixed.c : [tmp] "r" (tmp), [win] "r" (win), [buf] "r" (buf) win 897 libavcodec/mips/mpegaudiodsp_mips_fixed.c int *win = ff_mdct_win_fixed[win_idx + (4 & -(j & 1))]; win 899 libavcodec/mips/mpegaudiodsp_mips_fixed.c imdct36_mips_fixed(out, buf, in, win); win 793 libavcodec/mips/mpegaudiodsp_mips_float.c static void imdct36_mips_float(float *out, float *buf, float *in, float *win) win 1224 libavcodec/mips/mpegaudiodsp_mips_float.c : [tmp] "r" (tmp), [win] "r" (win), win 1239 libavcodec/mips/mpegaudiodsp_mips_float.c float *win = ff_mdct_win_float[win_idx + (4 & -(j & 1))]; win 1241 libavcodec/mips/mpegaudiodsp_mips_float.c imdct36_mips_float(out, buf, in, win); win 1230 libavcodec/mpegaudiodec_template.c INTFLOAT *win, *out_ptr, *ptr, *buf, *ptr1; win 1265 libavcodec/mpegaudiodec_template.c win = RENAME(ff_mdct_win)[2 + (4 & -(j & 1))]; win 1274 libavcodec/mpegaudiodec_template.c *out_ptr = MULH3(out2[i ], win[i ], 1) + buf[4*(i + 6*1)]; win 1275 libavcodec/mpegaudiodec_template.c buf[4*(i + 6*2)] = MULH3(out2[i + 6], win[i + 6], 1); win 1280 libavcodec/mpegaudiodec_template.c *out_ptr = MULH3(out2[i ], win[i ], 1) + buf[4*(i + 6*2)]; win 1281 libavcodec/mpegaudiodec_template.c buf[4*(i + 6*0)] = MULH3(out2[i + 6], win[i + 6], 1); win 1286 libavcodec/mpegaudiodec_template.c buf[4*(i + 6*0)] = MULH3(out2[i ], win[i ], 1) + buf[4*(i + 6*0)]; win 1287 libavcodec/mpegaudiodec_template.c buf[4*(i + 6*1)] = MULH3(out2[i + 6], win[i + 6], 1); win 303 libavcodec/mpegaudiodsp_template.c static void imdct36(INTFLOAT *out, INTFLOAT *buf, SUINTFLOAT *in, INTFLOAT *win) win 359 libavcodec/mpegaudiodsp_template.c out[(9 + j) * SBLIMIT] = MULH3(t1, win[ 9 + j], 1) + buf[4*(9 + j)]; win 360 libavcodec/mpegaudiodsp_template.c out[(8 - j) * SBLIMIT] = MULH3(t1, win[ 8 - j], 1) + buf[4*(8 - j)]; win 361 libavcodec/mpegaudiodsp_template.c buf[4 * ( 9 + j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 9 + j], 1); win 362 libavcodec/mpegaudiodsp_template.c buf[4 * ( 8 - j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 8 - j], 1); win 366 libavcodec/mpegaudiodsp_template.c out[(9 + 8 - j) * SBLIMIT] = MULH3(t1, win[ 9 + 8 - j], 1) + buf[4*(9 + 8 - j)]; win 367 libavcodec/mpegaudiodsp_template.c out[ j * SBLIMIT] = MULH3(t1, win[ j], 1) + buf[4*( j)]; win 368 libavcodec/mpegaudiodsp_template.c buf[4 * ( 9 + 8 - j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 9 + 8 - j], 1); win 369 libavcodec/mpegaudiodsp_template.c buf[4 * ( j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + j], 1); win 377 libavcodec/mpegaudiodsp_template.c out[(9 + 4) * SBLIMIT] = MULH3(t1, win[ 9 + 4], 1) + buf[4*(9 + 4)]; win 378 libavcodec/mpegaudiodsp_template.c out[(8 - 4) * SBLIMIT] = MULH3(t1, win[ 8 - 4], 1) + buf[4*(8 - 4)]; win 379 libavcodec/mpegaudiodsp_template.c buf[4 * ( 9 + 4 )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 9 + 4], 1); win 380 libavcodec/mpegaudiodsp_template.c buf[4 * ( 8 - 4 )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 8 - 4], 1); win 392 libavcodec/mpegaudiodsp_template.c INTFLOAT *win = RENAME(ff_mdct_win)[win_idx + (4 & -(j & 1))]; win 394 libavcodec/mpegaudiodsp_template.c imdct36(out, buf, in, win); win 192 libavcodec/opusenc.c float *win = s->scratch, *temp = s->scratch + 1920; win 200 libavcodec/opusenc.c s->dsp->vector_fmul(win, src1, ff_celt_window, 128); win 201 libavcodec/opusenc.c s->dsp->vector_fmul_reverse(&win[CELT_OVERLAP], src2, win 204 libavcodec/opusenc.c s->mdct[0]->mdct(s->mdct[0], b->coeffs + t, win, f->blocks); win 210 libavcodec/opusenc.c memset(win, 0, wlen*sizeof(float)); win 216 libavcodec/opusenc.c memcpy(win + lap_dst, temp, CELT_OVERLAP*sizeof(float)); win 219 libavcodec/opusenc.c memcpy(&win[lap_dst + CELT_OVERLAP], b->samples, rwin*sizeof(float)); win 224 libavcodec/opusenc.c memcpy(win + lap_dst + blk_len, temp, CELT_OVERLAP*sizeof(float)); win 226 libavcodec/opusenc.c s->mdct[f->size]->mdct(s->mdct[f->size], b->coeffs, win, 1); win 92 libavcodec/ppc/mpegaudiodsp_altivec.c static void apply_window_mp3(float *in, float *win, int *unused, float *out, win 107 libavcodec/ppc/mpegaudiodsp_altivec.c apply_window(in + 16, win , win + 512, suma, sumc, 16); win 108 libavcodec/ppc/mpegaudiodsp_altivec.c apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16); win 110 libavcodec/ppc/mpegaudiodsp_altivec.c SUM8(MLSS, suma[0], win + 32, in + 48); win 127 libavcodec/ppc/mpegaudiodsp_altivec.c SUM8(MLSS, sum, win + 16 + 32, in + 32); win 140 libavcodec/vorbisdec.c const float *win[2]; win 994 libavcodec/vorbisdec.c vc->win[0] = ff_vorbis_vwin[bl0 - 6]; win 995 libavcodec/vorbisdec.c vc->win[1] = ff_vorbis_vwin[bl1 - 6]; win 1747 libavcodec/vorbisdec.c const float *win = vc->win[blockflag & previous_window]; win 1750 libavcodec/vorbisdec.c vc->fdsp->vector_fmul_window(ret, saved, buf, win, blocksize / 4); win 1752 libavcodec/vorbisdec.c vc->fdsp->vector_fmul_window(ret, saved, buf, win, bs0 / 4); win 1756 libavcodec/vorbisdec.c vc->fdsp->vector_fmul_window(ret + (bs1 - bs0) / 4, saved + (bs1 - bs0) / 4, buf, win, bs0 / 4); win 109 libavcodec/vorbisenc.c const float *win[2]; win 258 libavcodec/vorbisenc.c venc->win[0] = ff_vorbis_vwin[venc->log2_blocksize[0] - 6]; win 259 libavcodec/vorbisenc.c venc->win[1] = ff_vorbis_vwin[venc->log2_blocksize[1] - 6]; win 1003 libavcodec/vorbisenc.c const float * win = venc->win[1]; win 1011 libavcodec/vorbisenc.c fdsp->vector_fmul(offset, offset, win, window_len); win 1016 libavcodec/vorbisenc.c fdsp->vector_fmul_reverse(offset, offset, win, window_len); win 111 libavcodec/wmaenc.c const float *win = s->windows[window_index]; win 119 libavcodec/wmaenc.c win, len); win 120 libavcodec/wmaenc.c s->fdsp->vector_fmul(s->frame_out[ch], s->frame_out[ch], win, len); win 31 libavcodec/x86/mpegaudiodsp.c void ff_imdct36_float_ ## CPU(float *out, float *buf, float *in, float *win); win 43 libavcodec/x86/mpegaudiodsp.c void ff_four_imdct36_float_sse(float *out, float *buf, float *in, float *win, win 45 libavcodec/x86/mpegaudiodsp.c void ff_four_imdct36_float_avx(float *out, float *buf, float *in, float *win, win 111 libavcodec/x86/mpegaudiodsp.c static void apply_window_mp3(float *in, float *win, int *unused, float *out, win 143 libavcodec/x86/mpegaudiodsp.c apply_window(in + 16, win , win + 512, suma, sumc, 16); win 144 libavcodec/x86/mpegaudiodsp.c apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16); win 146 libavcodec/x86/mpegaudiodsp.c SUM8(MACS, suma[0], win + 32, in + 48); win 190 libavcodec/x86/mpegaudiodsp.c SUM8(MLSS, sum, win + 16 + 32, in + 32); win 205 libavcodec/x86/mpegaudiodsp.c float *win = mdct_win_sse[switch_point && j < 4][block_type]; \ win 209 libavcodec/x86/mpegaudiodsp.c ff_four_imdct36_float_ ## CPU2(out, buf, in, win, tmpbuf); \ win 219 libavcodec/x86/mpegaudiodsp.c float *win = ff_mdct_win_float[win_idx + (4 & -(j & 1))]; \ win 221 libavcodec/x86/mpegaudiodsp.c ff_imdct36_float_ ## CPU1(out, buf, in, win); \ win 676 libavfilter/af_firequalizer.c double win; win 679 libavfilter/af_firequalizer.c win = 1.0; win 682 libavfilter/af_firequalizer.c win = 0.5 + 0.5 * cos(u); win 685 libavfilter/af_firequalizer.c win = 0.53836 + 0.46164 * cos(u); win 688 libavfilter/af_firequalizer.c win = 0.42 + 0.5 * cos(u) + 0.08 * cos(2*u); win 691 libavfilter/af_firequalizer.c win = 0.40897 + 0.5 * cos(u) + 0.09103 * cos(2*u); win 694 libavfilter/af_firequalizer.c win = 0.4243801 + 0.4973406 * cos(u) + 0.0782793 * cos(2*u); win 697 libavfilter/af_firequalizer.c win = 0.355768 + 0.487396 * cos(u) + 0.144232 * cos(2*u) + 0.012604 * cos(3*u); win 700 libavfilter/af_firequalizer.c win = 0.3635819 + 0.4891775 * cos(u) + 0.1365995 * cos(2*u) + 0.0106411 * cos(3*u); win 703 libavfilter/af_firequalizer.c win = 0.35875 + 0.48829 * cos(u) + 0.14128 * cos(2*u) + 0.01168 * cos(3*u); win 706 libavfilter/af_firequalizer.c win = (u <= 0.5 * M_PI) ? 1.0 : (0.5 + 0.5 * cos(2*u - M_PI)); win 711 libavfilter/af_firequalizer.c s->analysis_buf[k] *= (2.0/s->analysis_rdft_len) * (2.0/s->rdft_len) * win; win 175 libavfilter/af_superequalizer.c s->irest[i] = hn(i - winlen / 2, param, fs) * win(s, i - winlen / 2, winlen); win 52 libavfilter/asrc_afirsrc.c float *win; win 118 libavfilter/asrc_afirsrc.c av_freep(&s->win); win 266 libavfilter/asrc_afirsrc.c s->win = av_calloc(s->nb_taps, sizeof(*s->win)); win 267 libavfilter/asrc_afirsrc.c if (!s->win) win 270 libavfilter/asrc_afirsrc.c generate_window_func(s->win, s->nb_taps, s->win_func, &overlap); win 280 libavfilter/asrc_afirsrc.c s->taps[ i] = s->complexf[fft_size + middle - i].re * compensation * s->win[i]; win 281 libavfilter/asrc_afirsrc.c s->taps[middle + i] = s->complexf[fft_size + i].re * compensation * s->win[middle + i]; win 42 libavutil/aarch64/float_dsp_init.c const float *src1, const float *win, int len); win 37 libavutil/arm/float_dsp_init_neon.c const float *src1, const float *win, int len); win 30 libavutil/arm/float_dsp_init_vfp.c const float *src1, const float *win, int len); win 73 libavutil/fixed_dsp.c const int32_t *src1, const int32_t *win, win 79 libavutil/fixed_dsp.c win += len; win 86 libavutil/fixed_dsp.c wi = win[i]; win 87 libavutil/fixed_dsp.c wj = win[j]; win 94 libavutil/fixed_dsp.c const int32_t *src1, const int32_t *win, win 100 libavutil/fixed_dsp.c win += len; win 106 libavutil/fixed_dsp.c wi = win[i]; win 107 libavutil/fixed_dsp.c wj = win[j]; win 80 libavutil/fixed_dsp.h void (*vector_fmul_window_scaled)(int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits); win 98 libavutil/fixed_dsp.h void (*vector_fmul_window)(int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len); win 76 libavutil/float_dsp.c const float *src1, const float *win, int len) win 81 libavutil/float_dsp.c win += len; win 87 libavutil/float_dsp.c float wi = win[i]; win 88 libavutil/float_dsp.c float wj = win[j]; win 120 libavutil/float_dsp.h const float *src1, const float *win, int len); win 149 libavutil/mips/float_dsp_mips.c const float *src1, const float *win, int len) win 156 libavutil/mips/float_dsp_mips.c const float * lp_end = win + len; win 158 libavutil/mips/float_dsp_mips.c win_i = (float *)win; win 159 libavutil/mips/float_dsp_mips.c win_j = (float *)(win + 2 * len -1); win 41 libavutil/ppc/float_dsp_altivec.c const float *src1, const float *win, int len) win 48 libavutil/ppc/float_dsp_altivec.c win += len; win 56 libavutil/ppc/float_dsp_altivec.c wi = vec_ld(i, win); win 57 libavutil/ppc/float_dsp_altivec.c wj = vec_ld(j, win); win 28 libavutil/ppc/float_dsp_altivec.h const float *src1, const float *win, win 41 libavutil/ppc/float_dsp_vsx.c const float *src1, const float *win, win 49 libavutil/ppc/float_dsp_vsx.c win += len; win 57 libavutil/ppc/float_dsp_vsx.c wi = vec_vsx_ld(i, win); win 58 libavutil/ppc/float_dsp_vsx.c wj = vec_vsx_ld(j, win); win 28 libavutil/ppc/float_dsp_vsx.h const float *src1, const float *win, win 60 libavutil/x86/float_dsp_init.c const float *src1, const float *win, int len); win 62 libavutil/x86/float_dsp_init.c const float *src1, const float *win, int len); win 67 tests/checkasm/fixed_dsp.c static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) win 72 tests/checkasm/fixed_dsp.c declare_func(void, int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len); win 74 tests/checkasm/fixed_dsp.c call_ref(ref, src0, src1, win, BUF_SIZE / 2); win 75 tests/checkasm/fixed_dsp.c call_new(new, src0, src1, win, BUF_SIZE / 2); win 78 tests/checkasm/fixed_dsp.c bench_new(new, src0, src1, win, BUF_SIZE / 2); win 81 tests/checkasm/fixed_dsp.c static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t *win) win 86 tests/checkasm/fixed_dsp.c declare_func(void, int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits); win 88 tests/checkasm/fixed_dsp.c call_ref(ref, src0, src1, win, BUF_SIZE / 2, 2); win 89 tests/checkasm/fixed_dsp.c call_new(new, src0, src1, win, BUF_SIZE / 2, 2); win 92 tests/checkasm/fixed_dsp.c bench_new(new, src0, src1, win, BUF_SIZE / 2, 2); win 134 tests/checkasm/float_dsp.c static void test_vector_fmul_window(const float *src0, const float *src1, const float *win) win 141 tests/checkasm/float_dsp.c const float *win, int len); win 143 tests/checkasm/float_dsp.c call_ref(cdst, src0, src1, win, LEN / 2); win 144 tests/checkasm/float_dsp.c call_new(odst, src0, src1, win, LEN / 2); win 153 tests/checkasm/float_dsp.c bench_new(odst, src0, src1, win, LEN / 2);