Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.c1705 int sf, sb, nsubbands = s->nsubbands, noutsubbands = 8 << s->freq_range; in transform_channel() local
1708 if (nsubbands < noutsubbands) in transform_channel()
1709 memset(values[nsubbands], 0, (noutsubbands - nsubbands) * sizeof(values[0])); in transform_channel()
1722 s->history[ch], noutsubbands * 4); in transform_channel()
1723 s->fdsp->vector_fmul_reverse(s->history[ch], result[noutsubbands], in transform_channel()
1724 s->window, noutsubbands * 4); in transform_channel()
1725 output += noutsubbands * 4; in transform_channel()