hvirtual/quicktime/ffmpeg/libavcodec/libpostproc/postprocess_internal.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PPFilter
struct  PPMode
struct  PPContext

Defines

#define V_DEBLOCK   0x01
#define H_DEBLOCK   0x02
#define DERING   0x04
#define LEVEL_FIX   0x08
 Brightness & Contrast.
#define LUM_V_DEBLOCK   V_DEBLOCK
#define LUM_H_DEBLOCK   H_DEBLOCK
#define CHROM_V_DEBLOCK   (V_DEBLOCK<<4)
#define CHROM_H_DEBLOCK   (H_DEBLOCK<<4)
#define LUM_DERING   DERING
#define CHROM_DERING   (DERING<<4)
#define LUM_LEVEL_FIX   LEVEL_FIX
#define CHROM_LEVEL_FIX   (LEVEL_FIX<<4)
#define V_X1_FILTER   0x0200
#define V_A_DEBLOCK   0x0400
#define H_X1_FILTER   0x2000
#define H_A_DEBLOCK   0x4000
#define FULL_Y_RANGE   0x8000
 select between full y range (255-0) or standart one (234-16)
#define LINEAR_IPOL_DEINT_FILTER   0x10000
#define LINEAR_BLEND_DEINT_FILTER   0x20000
#define CUBIC_BLEND_DEINT_FILTER   0x8000
#define CUBIC_IPOL_DEINT_FILTER   0x40000
#define MEDIAN_DEINT_FILTER   0x80000
#define FFMPEG_DEINT_FILTER   0x400000
#define LOWPASS5_DEINT_FILTER   0x800000
#define TEMP_NOISE_FILTER   0x100000
#define FORCE_QUANT   0x200000

Functions

static int CLIP (int a)
static void linecpy (void *dest, void *src, int lines, int stride)


Detailed Description

internal api header.

Definition in file postprocess_internal.h.


Define Documentation

#define CHROM_DERING   (DERING<<4)

Definition at line 34 of file postprocess_internal.h.

#define CHROM_H_DEBLOCK   (H_DEBLOCK<<4)

Definition at line 32 of file postprocess_internal.h.

#define CHROM_LEVEL_FIX   (LEVEL_FIX<<4)

Definition at line 36 of file postprocess_internal.h.

#define CHROM_V_DEBLOCK   (V_DEBLOCK<<4)

Definition at line 31 of file postprocess_internal.h.

#define CUBIC_BLEND_DEINT_FILTER   0x8000

Definition at line 52 of file postprocess_internal.h.

#define CUBIC_IPOL_DEINT_FILTER   0x40000

Definition at line 53 of file postprocess_internal.h.

#define DERING   0x04

Definition at line 26 of file postprocess_internal.h.

#define FFMPEG_DEINT_FILTER   0x400000

Definition at line 55 of file postprocess_internal.h.

#define FORCE_QUANT   0x200000

Definition at line 59 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality(), and pp_postprocess().

#define FULL_Y_RANGE   0x8000

select between full y range (255-0) or standart one (234-16)

Definition at line 47 of file postprocess_internal.h.

#define H_A_DEBLOCK   0x4000

Definition at line 44 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

#define H_DEBLOCK   0x02

Definition at line 25 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

#define H_X1_FILTER   0x2000

Definition at line 43 of file postprocess_internal.h.

#define LEVEL_FIX   0x08

Brightness & Contrast.

Definition at line 27 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

#define LINEAR_BLEND_DEINT_FILTER   0x20000

Definition at line 51 of file postprocess_internal.h.

#define LINEAR_IPOL_DEINT_FILTER   0x10000

Definition at line 50 of file postprocess_internal.h.

#define LOWPASS5_DEINT_FILTER   0x800000

Definition at line 56 of file postprocess_internal.h.

#define LUM_DERING   DERING

Definition at line 33 of file postprocess_internal.h.

#define LUM_H_DEBLOCK   H_DEBLOCK

Definition at line 30 of file postprocess_internal.h.

#define LUM_LEVEL_FIX   LEVEL_FIX

Definition at line 35 of file postprocess_internal.h.

#define LUM_V_DEBLOCK   V_DEBLOCK

Definition at line 29 of file postprocess_internal.h.

#define MEDIAN_DEINT_FILTER   0x80000

Definition at line 54 of file postprocess_internal.h.

#define TEMP_NOISE_FILTER   0x100000

Definition at line 58 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

#define V_A_DEBLOCK   0x0400

Definition at line 40 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

#define V_DEBLOCK   0x01

Definition at line 24 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

#define V_X1_FILTER   0x0200

Definition at line 39 of file postprocess_internal.h.


Function Documentation

static int CLIP ( int  a  )  [inline, static]

Definition at line 68 of file postprocess_internal.h.

static void linecpy ( void *  dest,
void *  src,
int  lines,
int  stride 
) [inline, static]

Definition at line 163 of file postprocess_internal.h.

References memcpy.

Referenced by pp_postprocess().


Generated on Mon Apr 28 14:04:58 2008 for Cinelerra by  doxygen 1.5.5