Searched refs:mdct_small (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | aacdec_mips.c | 128 ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); in imdct_and_windowing_mips()
|
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 52 FFTContext mdct, mdct_half, mdct_small; member 753 c->mdct_small.imdct_half(&c->mdct_small, buf + i, in + i); in on2avc_reconstruct_channel() 954 ff_mdct_init(&c->mdct_small, 8, 1, 1.0 / (32768.0 * 128.0)); in on2avc_decode_init() 991 ff_mdct_end(&c->mdct_small); in on2avc_decode_close()
|
D | aac.h | 325 FFTContext mdct_small; member
|
D | aacdec_template.c | 1335 AAC_RENAME_32(ff_mdct_init)(&ac->mdct_small, 8, 1, 1.0 / RANGE15(128.0)); in aac_decode_init() 2763 ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); 3512 ff_mdct_end(&ac->mdct_small);
|