Loading lib_rend/ivas_CQMFDecoder.c +0 −5 Original line number Diff line number Diff line Loading @@ -155,11 +155,8 @@ static void DeleteTableList( TableList *ptable_list, int32_t iTables ) { TableNode *node; //int32_t iMaxTables; node = ptable_list->poOrderedTop; //iMaxTables = 1 << iReadLength; while ( ( iTables ) ) { Loading Loading @@ -282,11 +279,9 @@ static void AddcodeTableList( TableList *ptable_list, int32_t iLength, int32_t i static void CreateDecodeTable( CQMFDecoder *psCQMFDecoder, int32_t num, const uint32_t ( *ppuiEncTable )[2], int32_t iSize, int32_t iReadLength, uint32_t *iTables ) { int32_t n; //int32_t iMaxTables; uint32_t **ppsort_enc_table; TableList *ptable_list; ptable_list = (TableList *) malloc( sizeof( TableList ) ); //iMaxTables = 1 << iReadLength; ppsort_enc_table = (uint32_t **) malloc( iSize * sizeof( int32_t * ) ); for ( n = 0; n < iSize; n++ ) Loading Loading
lib_rend/ivas_CQMFDecoder.c +0 −5 Original line number Diff line number Diff line Loading @@ -155,11 +155,8 @@ static void DeleteTableList( TableList *ptable_list, int32_t iTables ) { TableNode *node; //int32_t iMaxTables; node = ptable_list->poOrderedTop; //iMaxTables = 1 << iReadLength; while ( ( iTables ) ) { Loading Loading @@ -282,11 +279,9 @@ static void AddcodeTableList( TableList *ptable_list, int32_t iLength, int32_t i static void CreateDecodeTable( CQMFDecoder *psCQMFDecoder, int32_t num, const uint32_t ( *ppuiEncTable )[2], int32_t iSize, int32_t iReadLength, uint32_t *iTables ) { int32_t n; //int32_t iMaxTables; uint32_t **ppsort_enc_table; TableList *ptable_list; ptable_list = (TableList *) malloc( sizeof( TableList ) ); //iMaxTables = 1 << iReadLength; ppsort_enc_table = (uint32_t **) malloc( iSize * sizeof( int32_t * ) ); for ( n = 0; n < iSize; n++ ) Loading