1234567891011121314151617181920212223 |
- /*!
- *************************************************************************************
- * \file context_ini.h
- *
- * \brief
- * CABAC context initializations
- *
- * \author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Detlev Marpe <[email protected]>
- * - Heiko Schwarz <[email protected]>
- **************************************************************************************
- */
- #ifndef _CONTEXT_INI_
- #define _CONTEXT_INI_
- extern void init_contexts (Slice *currslice);
- #endif
|