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

  /external/chromium_org/third_party/opus/src/celt/
modes.h 70 int nbShortMdcts;
modes.c 246 (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;
383 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,

Completed in 4361 milliseconds