Home
last modified time | relevance | path

Searched refs:imdct_half (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavcodec/mips/
Daacsbr_mips.h146 mdct->imdct_half(mdct, z, z+64); in sbr_qmf_analysis_mips()
183 mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); in sbr_qmf_synthesis_mips()
187 mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); in sbr_qmf_synthesis_mips()
188 mdct->imdct_half(mdct, mdct_buf[1], X[1][i]); in sbr_qmf_synthesis_mips()
Daacdec_mips.c129 ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); in imdct_and_windowing_mips()
131 ac->mdct.imdct_half(&ac->mdct, buf, in); in imdct_and_windowing_mips()
Dfft_mips.c512 s->imdct_half = ff_imdct_half_mips; in ff_fft_init_mips()
/third_party/ffmpeg/libavcodec/x86/
Dfft_init.c36 s->imdct_half = ff_imdct_half_sse; in ff_fft_init_x86()
43 s->imdct_half = ff_imdct_half_avx; in ff_fft_init_x86()
Dsynth_filter_init.c37 imdct->imdct_half(imdct, synth_buf, in); \
/third_party/ffmpeg/libavcodec/arm/
Dfft_init_arm.c45 s->imdct_half = ff_imdct_half_vfp; in ff_fft_init_arm()
56 s->imdct_half = ff_imdct_half_neon; in ff_fft_init_arm()
Dsynth_filter_vfp.S127 add a2, ORIG_P_SB, lr, lsl #2 @ calculate synth_buf to pass to imdct_half
133 ldr a3, [sp, #(16+6+2)*4] @ fetch in from stack, to pass to imdct_half
134 VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one o…
/third_party/ffmpeg/libavcodec/
Dsynth_filter.c35 imdct->imdct_half(imdct, synth_buf, in); in synth_filter_float()
71 imdct->imdct_half(imdct, synth_buf, in); in synth_filter_float_64()
107 imdct->imdct_half[0](synth_buf, in); in synth_filter_fixed()
143 imdct->imdct_half[1](synth_buf, in); in synth_filter_fixed_64()
Ddcadct.h28 void (*imdct_half[2])(int32_t *output, const int32_t *input); member
Dmdct15.h54 void (*imdct_half)(struct MDCT15Context *s, float *dst, const float *src, member
Ddcadct.c360 c->imdct_half[0] = imdct_half_32; in ff_dcadct_init()
361 c->imdct_half[1] = imdct_half_64; in ff_dcadct_init()
Davfft.c75 s->imdct_half(s, output, input); in av_imdct_half()
Dfft.h95 void (*imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input); member
Don2avc.c704 c->mdct.imdct_half(&c->mdct, buf, in); in on2avc_reconstruct_channel_ext()
711 c->mdct.imdct_half(&c->mdct_half, buf + 512, in + 512); in on2avc_reconstruct_channel_ext()
717 c->mdct.imdct_half(&c->mdct_half, buf, in); in on2avc_reconstruct_channel_ext()
750 c->mdct.imdct_half(&c->mdct, buf, in); in on2avc_reconstruct_channel()
754 c->mdct_small.imdct_half(&c->mdct_small, buf + i, in + i); in on2avc_reconstruct_channel()
Dnellymoserdec.c109 s->imdct_ctx.imdct_half(&s->imdct_ctx, s->imdct_out, aptr); in nelly_decode_block()
Datrac1.c106 mdct_context->imdct_half(mdct_context, out, spec); in at1_imdct()
Daacsbr_template.c1198 mdct->imdct_half(mdct, z, z+64);
1238 mdct->imdct_half(mdct, mdct_buf[0], X[0][i]);
1242 mdct->imdct_half(mdct, mdct_buf[0], X[0][i]);
1243 mdct->imdct_half(mdct, mdct_buf[1], X[1][i]);
Datrac3plusdsp.c622 dct_ctx->imdct_half(dct_ctx, idct_out, idct_in); in ff_atrac3p_ipqf()
Daacdec_template.c2779 ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i);
2781 ac->mdct.imdct_half(&ac->mdct, buf, in);
2848 ac->mdct120->imdct_half(ac->mdct120, buf + i * 120, in + i * 128, 1);
2850 ac->mdct960->imdct_half(ac->mdct960, buf, in, 1);
2906 ac->mdct.imdct_half(&ac->mdct_ld, buf, in);
2952 ac->mdct480->imdct_half(ac->mdct480, buf, in, 1);
2955 ac->mdct.imdct_half(&ac->mdct_ld, buf, in);
Ddolby_e.c999 imdct->imdct_half(imdct, result, values); in imdct_calc()
1007 imdct->imdct_half(imdct, result + n2, values); in imdct_calc()
Dmdct15.c270 s->imdct_half = imdct15_half; in ff_mdct15_init()
Dac3dec.c720 s->imdct_256.imdct_half(&s->imdct_256, s->tmp_output, x); in do_imdct()
730 s->imdct_256.imdct_half(&s->imdct_256, s->delay[ch - 1 + offset], x); in do_imdct()
732 s->imdct_512.imdct_half(&s->imdct_512, s->tmp_output, s->transform_coeffs[ch]); in do_imdct()
/third_party/ffmpeg/libavcodec/aarch64/
Dsynth_filter_init.c32 AV_CHECK_OFFSET(FFTContext, imdct_half, IMDCT_HALF);
Dfft_init_aarch64.c45 s->imdct_half = ff_imdct_half_neon; in ff_fft_init_aarch64()
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c165 s->imdct_half = imdct_half_altivec; in ff_fft_init_ppc()

12