Searched refs:CeltIMDCTContext (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_imdct.h26 typedef struct CeltIMDCTContext { struct
40 void (*imdct_half)(struct CeltIMDCTContext *s, float *dst, const float *src,
42 } CeltIMDCTContext; typedef in typeref:struct:CeltIMDCTContext
47 int ff_celt_imdct_init(CeltIMDCTContext **s, int N);
52 void ff_celt_imdct_uninit(CeltIMDCTContext **s);
55 void ff_celt_imdct_init_aarch64(CeltIMDCTContext *s);
H A Dopus_imdct.c69 av_cold void ff_celt_imdct_uninit(CeltIMDCTContext **ps)
71 CeltIMDCTContext *s = *ps;
87 static void celt_imdct_half(CeltIMDCTContext *s, float *dst, const float *src,
90 av_cold int ff_celt_imdct_init(CeltIMDCTContext **ps, int N)
92 CeltIMDCTContext *s;
183 static void fft15(CeltIMDCTContext *s, FFTComplex *out, const FFTComplex *in, ptrdiff_t stride)
218 static void fft_calc(CeltIMDCTContext *s, FFTComplex *out, const FFTComplex *in,
244 static void celt_imdct_half(CeltIMDCTContext *s, float *dst, const float *src,
H A Dopus_celt.c64 CeltIMDCTContext *imdct[4];
1986 CeltIMDCTContext *imdct;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dopus_imdct_init.c28 AV_CHECK_OFFSET(CeltIMDCTContext, exptab, CELT_EXPTAB);
29 AV_CHECK_OFFSET(CeltIMDCTContext, fft_n, CELT_FFT_N);
30 AV_CHECK_OFFSET(CeltIMDCTContext, len2, CELT_LEN2);
31 AV_CHECK_OFFSET(CeltIMDCTContext, len4, CELT_LEN4);
32 AV_CHECK_OFFSET(CeltIMDCTContext, tmp, CELT_TMP);
33 AV_CHECK_OFFSET(CeltIMDCTContext, twiddle_exptab, CELT_TWIDDLE);
35 void ff_celt_imdct_half_neon(CeltIMDCTContext *s, float *dst, const float *src,
38 void ff_celt_imdct_init_aarch64(CeltIMDCTContext *s)

Completed in 114 milliseconds