Ignore:
Timestamp:
Apr 28, 2009 3:27:09 PM (15 years ago)
Author:
nanang
Message:

More cleaning up on compile warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/vs-reorg2/third_party/ilbc/iCBSearch.c

    r721 r2657  
    235235           /* unrestricted search */ 
    236236 
    237            if (CB_RESRANGE == -1) { 
     237#          if CB_RESRANGE == -1 
     238           //if (CB_RESRANGE == -1) { 
    238239               sInd=0; 
    239240               eInd=range-1; 
    240241               sIndAug=20; 
    241242               eIndAug=39; 
    242            } 
    243  
    244  
    245  
    246  
    247  
     243           //} 
     244 
     245#          else 
    248246 
    249247           /* restricted search around best index from first 
    250248           codebook section */ 
    251249 
    252            else { 
     250           //else { 
    253251               /* Initialize search indices */ 
    254252               sIndAug=0; 
     
    308306                   } 
    309307               } 
    310            } 
     308 
     309           //} 
     310#          endif /* CB_RESRANGE == -1 */ 
     311 
    311312 
    312313           /* search of higher codebook section */ 
Note: See TracChangeset for help on using the changeset viewer.