Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcook.c250 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
252 if (!(q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window)))) in init_cook_mlt()
256 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
257 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
261 ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0); in init_cook_mlt()
265 av_log2(mlt_size) + 1); in init_cook_mlt()

Completed in 3 milliseconds