Change-Id: I7a810323fc33fb6d373c3f5bb4d5d0d33170948c
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <stdlib.h>
#include "vp10/common/vp10_fwd_txfm1d.h"
#if CONFIG_COEFFICIENT_RANGE_CHECKING
#define range_check(stage, input, buf, size, bit) \
printf("%d,", input[j]); \
} \
printf("\n"); \
- assert(0, "vp10_fwd_txfm1d.c: range_check overflow"); \
+ assert(0); \
} \
} \
}
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <stdlib.h>
#include "vp10/common/vp10_inv_txfm1d.h"
#if CONFIG_COEFFICIENT_RANGE_CHECKING
#define range_check(stage, input, buf, size, bit) \
printf("%d,", input[j]); \
} \
printf("\n"); \
- assert(0, "vp10_inv_txfm1d.c: range_check overflow"); \
+ assert(0); \
} \
} \
}