Project Ne10
An open, optimized software library for the ARM architecture.
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "NE10_imgproc.h"
#include "seatest.h"
#include "unit_test_common.h"
Go to the source code of this file.
Macros | |
#define | SRC_HEIGHT 512 |
#define | SRC_WIDTH 512 |
#define | DST_HEIGHT 734 |
#define | DST_WIDTH 734 |
#define | TEST_COUNT 5000 |
#define DST_HEIGHT 734 |
Definition at line 47 of file test_suite_rotate.c.
#define DST_WIDTH 734 |
Definition at line 48 of file test_suite_rotate.c.
#define SRC_HEIGHT 512 |
Definition at line 45 of file test_suite_rotate.c.
#define SRC_WIDTH 512 |
Definition at line 46 of file test_suite_rotate.c.
#define TEST_COUNT 5000 |
Definition at line 49 of file test_suite_rotate.c.