Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.c246 … (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts) in opus_custom_mode_create()
341 mode->nbShortMdcts = 1<<LM; in opus_custom_mode_create()
342 mode->shortMdctSize = frame_size/mode->nbShortMdcts; in opus_custom_mode_create()
391 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts, in opus_custom_mode_create()
Dmodes.h70 int nbShortMdcts; member