Main Page | Compound List | File List | Compound Members | File Members

vya.h File Reference

#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


Typedef Documentation

typedef unsigned int VYAimageHeight
 

Definition at line 25 of file vya.h.

typedef unsigned int VYAimageWidth
 

Definition at line 24 of file vya.h.

typedef unsigned int VYAlineLength
 

Definition at line 23 of file vya.h.

typedef VYAsigned16bit VYApixel
 

Definition at line 22 of file vya.h.

Referenced by VYAprocess::VYAcheckImageSize(), VYAprocess::VYAcheckImageWidth(), and VYAprocess::VYAcheckLineLength().


Enumeration Type Documentation

enum VYAimageSync
 

Enumeration values:
VYA_VALID 
VYA_NOT_VALID 

Definition at line 39 of file vya.h.

enum VYAimageType
 

Enumeration values:
VYA_TOP_FIELD 
VYA_BOTTOM_FIELD 
VYA_FRAME 

Definition at line 38 of file vya.h.


Function Documentation

int VYAclip int  data,
int  min,
int  max
[inline]
 

Definition at line 91 of file vya.h.

int VYAdivBinary int  data,
int  n
[inline]
 

Definition at line 111 of file vya.h.

int VYAmodBinary int  data,
int  n
[inline]
 

Definition at line 117 of file vya.h.

int VYAroundNorm int  data,
int  n
[inline]
 

Definition at line 97 of file vya.h.

int VYAtruncate int  data,
int  n
[inline]
 

Definition at line 105 of file vya.h.


Variable Documentation

const unsigned short VYA_MAX_BITS_S = 16
 

Definition at line 20 of file vya.h.

Referenced by VYAprocess::VYAcheckPrecision().

const unsigned short VYA_MAX_BITS_U = 15
 

Definition at line 19 of file vya.h.

Referenced by VYAprocess::VYAcheckPrecision().

const unsigned short VYA_MIN_BITS = 6
 

Definition at line 18 of file vya.h.

Referenced by VYAprocess::VYAcheckPrecision().


Generated on Wed Feb 15 14:52:42 2006 for vya by doxygen 1.3.2