Doxygen Source Code Documentation
vp_warpA110N.c File Reference
#include "vp_global.h"
Go to the source code of this file.
Defines | |
#define | FLTFRAC_TO_FIX31(f) ((int)((f) * 2147483648.)) |
#define | FIX31_TO_WGTIND(f) ((f) >> (31 - WARP_WEIGHT_INDEX_BITS)) |
Functions | |
void | VPWarpA110N (in_image, in_width, in_height, in_bytes_per_scan, out_image, out_width, out_height, out_bytes_per_scan, warp_matrix) GrayIntPixel *in_image |
Variables | |
float | VPBilirpWeight [WARP_WEIGHT_ENTRIES][WARP_WEIGHT_ENTRIES][4] |
int | in_width |
int | in_height |
int | in_bytes_per_scan |
char * | out_image |
int | out_width |
int | out_height |
int | out_bytes_per_scan |
vpMatrix3 | warp_matrix |
Define Documentation
|
Definition at line 106 of file vp_warpA110N.c. |
|
Definition at line 103 of file vp_warpA110N.c. |
Function Documentation
|
|
Variable Documentation
|
Definition at line 125 of file vp_warpA110N.c. |
|
Definition at line 124 of file vp_warpA110N.c. |
|
Definition at line 123 of file vp_warpA110N.c. |
|
Definition at line 129 of file vp_warpA110N.c. |
|
Definition at line 128 of file vp_warpA110N.c. |
|
Definition at line 126 of file vp_warpA110N.c. |
|
Definition at line 127 of file vp_warpA110N.c. |
|
Definition at line 108 of file vp_warpA110N.c. |
|
Definition at line 130 of file vp_warpA110N.c. |