Mercurial > libpostproc.hg
comparison postprocess.h @ 78:47ff4bd209cd libpostproc
const
| author | michael |
|---|---|
| date | Sat, 02 Feb 2008 21:24:54 +0000 |
| parents | 6539cfc12739 |
| children | f40477ade122 |
comparison
equal
deleted
inserted
replaced
| 77:13e4f6ebb206 | 78:47ff4bd209cd |
|---|---|
| 46 extern const char *const pp_help; ///< a simple help text | 46 extern const char *const pp_help; ///< a simple help text |
| 47 #else | 47 #else |
| 48 extern const char pp_help[]; ///< a simple help text | 48 extern const char pp_help[]; ///< a simple help text |
| 49 #endif | 49 #endif |
| 50 | 50 |
| 51 void pp_postprocess(uint8_t * src[3], int srcStride[3], | 51 void pp_postprocess(const uint8_t * src[3], const int srcStride[3], |
| 52 uint8_t * dst[3], int dstStride[3], | 52 uint8_t * dst[3], const int dstStride[3], |
| 53 int horizontalSize, int verticalSize, | 53 int horizontalSize, int verticalSize, |
| 54 QP_STORE_T *QP_store, int QP_stride, | 54 const QP_STORE_T *QP_store, int QP_stride, |
| 55 pp_mode_t *mode, pp_context_t *ppContext, int pict_type); | 55 pp_mode_t *mode, pp_context_t *ppContext, int pict_type); |
| 56 | 56 |
| 57 | 57 |
| 58 /** | 58 /** |
| 59 * returns a pp_mode_t or NULL if an error occured | 59 * returns a pp_mode_t or NULL if an error occured |
