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

/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.h70 int nbShortMdcts; member in struct:OpusCustomMode
H A Dmodes.c246 (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts)
341 mode->nbShortMdcts = 1<<LM;
342 mode->shortMdctSize = frame_size/mode->nbShortMdcts;
391 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,
/external/libopus/celt/
H A Dmodes.h70 int nbShortMdcts; member in struct:OpusCustomMode
H A Dmodes.c246 (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts)
341 mode->nbShortMdcts = 1<<LM;
342 mode->shortMdctSize = frame_size/mode->nbShortMdcts;
391 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,
/external/chromium_org/third_party/opus/src/celt/dump_modes/
H A Ddump_modes.c59 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
73 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
222 fprintf(file, "%d,\t/* nbShortMdcts */\n", mode->nbShortMdcts);
250 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
267 frame_size = mode->shortMdctSize*mode->nbShortMdcts;
268 else if (frame_size != mode->shortMdctSize*mode->nbShortMdcts)

Completed in 137 milliseconds