Project Ne10
An open, optimized software library for the ARM architecture.
|
#include "NE10_types.h"
Go to the source code of this file.
Macros | |
#define | Q_MASK_TABLE_SIZE 20 |
#define | D_MASK_TABLE_SIZE 6 |
#define | DIV_LOOKUP_TABLE_SIZE 255 |
#define | NE10_VRESIZE_LINEAR_MASK_TABLE_SIZE 7 |
Functions | |
const ne10_uint32_t ne10_qMaskTable32[Q_MASK_TABLE_SIZE] | asm ("ne10_qMaskTable32") |
const ne10_uint32_t ne10_dMaskTable32[D_MASK_TABLE_SIZE] | asm ("ne10_dMaskTable32") |
const ne10_uint32_t ne10_divLookUpTable[DIV_LOOKUP_TABLE_SIZE] | asm ("ne10_divLookUpTable") |
const ne10_uint64_t ne10_img_vresize_linear_mask_residual_table[NE10_VRESIZE_LINEAR_MASK_TABLE_SIZE] | asm ("ne10_vresize_mask_residual_table") |
#define D_MASK_TABLE_SIZE 6 |
Definition at line 37 of file NE10_mask_table.h.
#define DIV_LOOKUP_TABLE_SIZE 255 |
Definition at line 38 of file NE10_mask_table.h.
#define NE10_VRESIZE_LINEAR_MASK_TABLE_SIZE 7 |
Definition at line 47 of file NE10_mask_table.h.
#define Q_MASK_TABLE_SIZE 20 |
Definition at line 36 of file NE10_mask_table.h.
const ne10_uint32_t ne10_qMaskTable32 [Q_MASK_TABLE_SIZE] asm | ( | "ne10_qMaskTable32" | ) |
const ne10_uint32_t ne10_dMaskTable32 [D_MASK_TABLE_SIZE] asm | ( | "ne10_dMaskTable32" | ) |
const ne10_uint32_t ne10_divLookUpTable [DIV_LOOKUP_TABLE_SIZE] asm | ( | "ne10_divLookUpTable" | ) |
const ne10_uint64_t ne10_img_vresize_linear_mask_residual_table [NE10_VRESIZE_LINEAR_MASK_TABLE_SIZE] asm | ( | "ne10_vresize_mask_residual_table" | ) |