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_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 | |
| void | pp_free_mode (pp_mode_t *mode) |
| pp_context_t * | pp_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 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.
| 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_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 | ) |
| pp_context_t* pp_get_context | ( | int | width, | |
| int | height, | |||
| int | flags | |||
| ) |
| void pp_free_context | ( | pp_context_t * | ppContext | ) |
| char* pp_help |
1.5.5