Searched refs:r2c_fn (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_atempo.c | 146 av_tx_fn r2c_fn, c2r_fn; member 304 av_tx_init(&atempo->real_to_complex, &atempo->r2c_fn, AV_TX_FLOAT_RDFT, 0, 1 << (nlevels + 1), &scale, 0); in yae_reset() 838 atempo->r2c_fn(atempo->real_to_complex, yae_curr_frag(atempo)->xdat, yae_curr_frag(atempo)->xdat_in, sizeof(float)); in yae_apply() 870 atempo->r2c_fn(atempo->real_to_complex, yae_curr_frag(atempo)->xdat, yae_curr_frag(atempo)->xdat_in, sizeof(float)); in yae_apply() 934 atempo->r2c_fn(atempo->real_to_complex, frag->xdat, frag->xdat_in, sizeof(float)); in yae_flush()
|
Completed in 2 milliseconds