Skip to content
Snippets Groups Projects
Commit 1f09352d authored by Frederic Barbier's avatar Frederic Barbier
Browse files

Cleanup dead declaration

parent 931a30b3
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,6 @@ extern const uint32_t g_uiGroupIdx[ MAX_TB_SIZEY ]; ...@@ -105,7 +105,6 @@ extern const uint32_t g_uiGroupIdx[ MAX_TB_SIZEY ];
extern const uint32_t g_uiMinInGroup[ LAST_SIGNIFICANT_GROUPS ]; extern const uint32_t g_uiMinInGroup[ LAST_SIGNIFICANT_GROUPS ];
extern const uint32_t g_auiGoRiceParsCoeff [ 32 ]; extern const uint32_t g_auiGoRiceParsCoeff [ 32 ];
extern const uint32_t g_auiGoRicePosCoeff0[ 3 ][ 32 ]; extern const uint32_t g_auiGoRicePosCoeff0[ 3 ][ 32 ];
extern const uint32_t g_auiGoRiceRange[ MAX_GR_ORDER_RESIDUAL ]; //!< maximum value coded with Rice codes
// ==================================================================================================================== // ====================================================================================================================
// Intra prediction table // Intra prediction table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment