HomeSort by relevance Sort by last modified time
    Searched refs:nbShortMdcts (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/
modes.h 62 int nbShortMdcts;
modes.c 248 (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts)
343 mode->nbShortMdcts = 1<<LM;
344 mode->shortMdctSize = frame_size/mode->nbShortMdcts;
393 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,
  /external/libopus/celt/dump_modes/
dump_modes.c 61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
79 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
240 fprintf(file, "%d, /* nbShortMdcts */\n", mode->nbShortMdcts);
268 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
285 frame_size = mode->shortMdctSize*mode->nbShortMdcts;
286 else if (frame_size != mode->shortMdctSize*mode->nbShortMdcts)
dump_modes_arm_ne10.c 60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
76 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;

Completed in 119 milliseconds