Searched refs:mdct_small (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.c | 129 ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); in imdct_and_windowing_mips()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aac.h | 330 FFTContext mdct_small; member
|
H A D | on2avc.c | 53 FFTContext mdct, mdct_half, mdct_small; member 754 c->mdct_small.imdct_half(&c->mdct_small, buf + i, in + i); in on2avc_reconstruct_channel() 956 ff_mdct_init(&c->mdct_small, 8, 1, 1.0 / (32768.0 * 128.0)); in on2avc_decode_init() 993 ff_mdct_end(&c->mdct_small); in on2avc_decode_close()
|
H A D | aacdec_template.c | 1350 AAC_RENAME_32(ff_mdct_init)(&ac->mdct_small, 8, 1, 1.0 / RANGE15(128.0)); in aac_decode_init() 2779 ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); 3529 ff_mdct_end(&ac->mdct_small);
|
Completed in 9 milliseconds