FrameClassify.h 485 B

123456789101112131415161718192021222324
  1. /******************************************************************
  2. iLBC Speech Coder ANSI-C Source Code
  3. FrameClassify.h
  4. Copyright (c) 2001,
  5. Global IP Sound AB.
  6. All rights reserved.
  7. ******************************************************************/
  8. #ifndef __iLBC_FRAMECLASSIFY_H
  9. #define __iLBC_FRAMECLASSIFY_H
  10. int FrameClassify( /* Index to the max-energy sub frame */
  11. float *residual /* (i) lpc residual signal */
  12. );
  13. #endif