#include <stdio.h>#include "architecture.h"#include "yapi.h"Go to the source code of this file.
Compounds | |
| class | VYAbitPrecision |
| class | VYAfileName |
| class | VYAprocess |
Typedefs | |
| typedef VYAsigned16bit | VYApixel |
| typedef unsigned int | VYAlineLength |
| typedef unsigned int | VYAimageWidth |
| typedef unsigned int | VYAimageHeight |
Enumerations | |
| enum | VYAimageType { VYA_TOP_FIELD, VYA_BOTTOM_FIELD, VYA_FRAME } |
| enum | VYAimageSync { VYA_VALID, VYA_NOT_VALID } |
Functions | |
| int | VYAclip (int data, int min, int max) |
| int | VYAroundNorm (int data, int n) |
| int | VYAtruncate (int data, int n) |
| int | VYAdivBinary (int data, int n) |
| int | VYAmodBinary (int data, int n) |
Variables | |
| const unsigned short | VYA_MIN_BITS = 6 |
| const unsigned short | VYA_MAX_BITS_U = 15 |
| const unsigned short | VYA_MAX_BITS_S = 16 |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 22 of file vya.h. Referenced by VYAprocess::VYAcheckImageSize(), VYAprocess::VYAcheckImageWidth(), and VYAprocess::VYAcheckLineLength(). |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 20 of file vya.h. Referenced by VYAprocess::VYAcheckPrecision(). |
|
|
Definition at line 19 of file vya.h. Referenced by VYAprocess::VYAcheckPrecision(). |
|
|
Definition at line 18 of file vya.h. Referenced by VYAprocess::VYAcheckPrecision(). |
1.3.2