Displaying 1 result from an estimated 1 matches for "total_mod".
Did you mean:
  total_mes
  
2011 May 02
1
Modes?
...ining
CUSTOM_MODES_ONLY (because I don't know what it means). On the last couple
of lines of code, there is no error (error=0), but it appears that you
always return NULL..?
 
CELTMode *celt_mode_create(celt_int32 Fs, int frame_size, int *error)
 
#ifndef CUSTOM_MODES_ONLY
   for (i=0;i<TOTAL_MODES;i++)
   {
      int j;
      for (j=0;j<4;j++)
      {
         if (Fs == static_mode_list[i]->Fs &&
               (frame_size<<j) ==
static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts)
         {
            if (error)
               *error =...