context_ini.h 579 B

1234567891011121314151617181920212223
  1. /*!
  2. *************************************************************************************
  3. * \file context_ini.h
  4. *
  5. * \brief
  6. * CABAC context initializations
  7. *
  8. * \author
  9. * Main contributors (see contributors.h for copyright, address and affiliation details)
  10. * - Detlev Marpe <[email protected]>
  11. * - Heiko Schwarz <[email protected]>
  12. **************************************************************************************
  13. */
  14. #ifndef _CONTEXT_INI_
  15. #define _CONTEXT_INI_
  16. extern void init_contexts (Slice *currslice);
  17. #endif