d_homing.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. ********************************************************************************
  3. *
  4. * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
  5. * R99 Version 3.3.0
  6. * REL-4 Version 4.1.0
  7. *
  8. ********************************************************************************
  9. * File : d_homing.h
  10. * Purpose : Declarations of decoder homing function prototypes.
  11. *
  12. ********************************************************************************
  13. */
  14. #ifndef d_homing_h
  15. #define d_homing_h "$Id $"
  16. /*
  17. *****************************************************************************
  18. * INCLUDE FILES
  19. *****************************************************************************
  20. */
  21. #include "typedef.h"
  22. #include "mode.h"
  23. /*
  24. ********************************************************************************
  25. * DECLARATION OF PROTOTYPES
  26. ********************************************************************************
  27. */
  28. Word16 decoder_homing_frame_test (Word16 input_frame[], enum Mode mode);
  29. Word16 decoder_homing_frame_test_first (Word16 input_frame[], enum Mode mode);
  30. #endif