Home
last modified time | relevance | path

Searched refs:window_index (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmaenc.c108 int window_index = s->frame_len_bits - s->block_len_bits; in apply_window_and_mdct() local
109 FFTContext *mdct = &s->mdct_ctx[window_index]; in apply_window_and_mdct()
111 const float *win = s->windows[window_index]; in apply_window_and_mdct()