postprocess.h File Reference


Detailed Description

external api for the pp stuff

Definition in file postprocess.h.

Go to the source code of this file.

Typedefs

typedef void pp_context_t
typedef void pp_mode_t

Functions

void pp_postprocess (uint8_t *src[3], int srcStride[3], uint8_t *dst[3], int dstStride[3], int horizontalSize, int verticalSize, QP_STORE_T *QP_store, int QP_stride, pp_mode_t *mode, pp_context_t *ppContext, int pict_type)
pp_mode_tpp_get_mode_by_name_and_quality (char *name, int quality)
 returns a pp_mode_t or NULL if an error occured name is the string after "-pp" on the command line quality is a number from 0 to PP_QUALITY_MAX
void pp_free_mode (pp_mode_t *mode)
pp_context_tpp_get_context (int width, int height, int flags)
void pp_free_context (pp_context_t *ppContext)

Variables

char * pp_help
 a simple help text


Typedef Documentation

typedef void pp_context_t

Definition at line 42 of file postprocess.h.

typedef void pp_mode_t

Definition at line 43 of file postprocess.h.


Function Documentation

void pp_postprocess ( uint8_t *  src[3],
int  srcStride[3],
uint8_t *  dst[3],
int  dstStride[3],
int  horizontalSize,
int  verticalSize,
QP_STORE_T *  QP_store,
int  QP_stride,
pp_mode_t mode,
pp_context_t ppContext,
int  pict_type 
)

Definition at line 1033 of file postprocess.c.

Referenced by pp().

pp_mode_t* pp_get_mode_by_name_and_quality ( char *  name,
int  quality 
)

returns a pp_mode_t or NULL if an error occured name is the string after "-pp" on the command line quality is a number from 0 to PP_QUALITY_MAX

Definition at line 744 of file postprocess.c.

Referenced by new_filter().

void pp_free_mode ( pp_mode_t mode  ) 

Definition at line 936 of file postprocess.c.

Referenced by cleanup().

pp_context_t* pp_get_context ( int  width,
int  height,
int  flags 
)

Definition at line 987 of file postprocess.c.

Referenced by new_filter().

void pp_free_context ( pp_context_t ppContext  ) 

Definition at line 1012 of file postprocess.c.

Referenced by cleanup().


Variable Documentation

char* pp_help

a simple help text

Definition at line 700 of file postprocess.c.

Referenced by new_filter().


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5