Home
last modified time | relevance | path

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

/external/libopus/celt/dump_modes/
Ddump_modes.c61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); in dump_modes()
79 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_modes()
240 fprintf(file, "%d, /* nbShortMdcts */\n", mode->nbShortMdcts); in dump_modes()
268 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_modes()
285 frame_size = mode->shortMdctSize*mode->nbShortMdcts; in dump_header()
286 else if (frame_size != mode->shortMdctSize*mode->nbShortMdcts) in dump_header()
Ddump_modes_arm_ne10.c60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); in dump_modes_arch_init()
76 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_mode_arch()
/external/libopus/celt/
Dmodes.c248 … (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts) in opus_custom_mode_create()
343 mode->nbShortMdcts = 1<<LM; in opus_custom_mode_create()
344 mode->shortMdctSize = frame_size/mode->nbShortMdcts; in opus_custom_mode_create()
393 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts, in opus_custom_mode_create()
Dmodes.h62 int nbShortMdcts; member