XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Macros | Typedefs | Enumerations
ividenc2.h File Reference

Detailed Description

This header defines all types, constants, and functions shared by all implementations of the video encoder algorithms.

#include <ti/xdais/ialg.h>
#include <ti/xdais/xdas.h>
#include "xdm.h"
#include "ivideo.h"
Include dependency graph for ividenc2.h:

Go to the source code of this file.

Data Structures

struct  IVIDENC2_Obj
 This must be the first field of all IVIDENC2 instance objects. More...
struct  IVIDENC2_Params
 Defines the creation time parameters for all IVIDENC2 instance objects. More...
struct  IVIDENC2_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls. More...
struct  IVIDENC2_InArgs
 Defines the input arguments for all IVIDENC2 instance process function. More...
struct  IVIDENC2_Status
 Defines instance status parameters. More...
struct  IVIDENC2_OutArgs
 Defines the run time output arguments for all IVIDENC2 instance objects. More...
struct  IVIDENC2_Fxns
 Defines all of the operations on IVIDENC2 objects. More...

Macros

#define IVIDENC2_EOK   XDM_EOK
 
#define IVIDENC2_EFAIL   XDM_EFAIL
 
#define IVIDENC2_EUNSUPPORTED   XDM_EUNSUPPORTED
 
#define IVIDENC2_DEFAULTPROFILE   (-1)
 Default codec profile.
#define IVIDENC2_DEFAULTLEVEL   (-1)
 Default codec level.

Typedefs

typedef struct IVIDENC2_Obj IVIDENC2_Obj
 This must be the first field of all IVIDENC2 instance objects.
typedef struct IVIDENC2_ObjIVIDENC2_Handle
 Opaque handle to an IVIDENC2 objects.
typedef struct IVIDENC2_Params IVIDENC2_Params
 Defines the creation time parameters for all IVIDENC2 instance objects.
typedef struct
IVIDENC2_DynamicParams 
IVIDENC2_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls.
typedef struct IVIDENC2_InArgs IVIDENC2_InArgs
 Defines the input arguments for all IVIDENC2 instance process function.
typedef struct IVIDENC2_Status IVIDENC2_Status
 Defines instance status parameters.
typedef struct IVIDENC2_OutArgs IVIDENC2_OutArgs
 Defines the run time output arguments for all IVIDENC2 instance objects.
typedef IALG_Cmd IVIDENC2_Cmd
 Defines the control commands for the IVIDENC2 module.
typedef struct IVIDENC2_Fxns IVIDENC2_Fxns
 Defines all of the operations on IVIDENC2 objects.

Enumerations

enum  IVIDENC2_MotionVectorAccuracy {
  IVIDENC2_MOTIONVECTOR_PIXEL = 0,
  IVIDENC2_MOTIONVECTOR_HALFPEL = 1,
  IVIDENC2_MOTIONVECTOR_QUARTERPEL = 2,
  IVIDENC2_MOTIONVECTOR_EIGHTHPEL = 3,
  IVIDENC2_MOTIONVECTOR_MAX = 4
}
 Enumeration of possible motion vector (MV) accuracy. More...
enum  IVIDENC2_Control {
  IVIDENC2_CTRL_NONE = 0,
  IVIDENC2_CTRL_FORCESKIP = 1,
  IVIDENC2_CTRL_DEFAULT = IVIDENC2_CTRL_NONE
}
 Video frame control. More...
Copyright 2013, Texas Instruments Incorporated