com.brownsoft.codec
Interface KLTConstants

All Known Implementing Classes:
KLTDecoder, KLTEncoder

public interface KLTConstants

Title: Proyecto Codificacion de Imagenes y Video

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Gustavo Brown (alegus@adinet.com.uy)

Field Summary
static int AC_CHANNEL_BASE
           
static double AC_QUANTIZER
           
static double AC_QUANTIZER_CrCb
           
static double AC_QUANTIZER_FACTOR
           
static int AXIS_Cb
           
static int AXIS_Cr
           
static int AXIS_Y
           
static int BLUE
           
static int DC_CHANNEL
           
static double DC_QUANTIZER
           
static int EOB
           
static java.lang.String FORMAT_STRING
           
static double FRACTION_MULTIPLIER
           
static int GRAY
           
static int GREEN
           
static byte IMAGE_DEFAULT
           
static byte IMAGE_GRAY
           
static byte IMAGE_RGB
           
static byte IMAGE_YCrCb
           
static double KLT_COEFF_MULTIPLIER
           
static double LOG_2
           
static int QUALITY_BEST
           
static int QUALITY_BETTER
           
static int QUALITY_GOOD
           
static int QUALITY_LOW
           
static int RED
           
static int subsampling_x
           
static int subsampling_y
           
 

Field Detail

AC_CHANNEL_BASE

public static final int AC_CHANNEL_BASE
See Also:
Constant Field Values

AC_QUANTIZER

public static final double AC_QUANTIZER
See Also:
Constant Field Values

AC_QUANTIZER_CrCb

public static final double AC_QUANTIZER_CrCb
See Also:
Constant Field Values

AC_QUANTIZER_FACTOR

public static final double AC_QUANTIZER_FACTOR
See Also:
Constant Field Values

AXIS_Cb

public static final int AXIS_Cb
See Also:
Constant Field Values

AXIS_Cr

public static final int AXIS_Cr
See Also:
Constant Field Values

AXIS_Y

public static final int AXIS_Y
See Also:
Constant Field Values

BLUE

public static final int BLUE
See Also:
Constant Field Values

DC_CHANNEL

public static final int DC_CHANNEL
See Also:
Constant Field Values

DC_QUANTIZER

public static final double DC_QUANTIZER
See Also:
Constant Field Values

EOB

public static final int EOB
See Also:
Constant Field Values

FORMAT_STRING

public static final java.lang.String FORMAT_STRING
See Also:
Constant Field Values

FRACTION_MULTIPLIER

public static final double FRACTION_MULTIPLIER
See Also:
Constant Field Values

GRAY

public static final int GRAY
See Also:
Constant Field Values

GREEN

public static final int GREEN
See Also:
Constant Field Values

IMAGE_DEFAULT

public static final byte IMAGE_DEFAULT
See Also:
Constant Field Values

IMAGE_GRAY

public static final byte IMAGE_GRAY
See Also:
Constant Field Values

IMAGE_RGB

public static final byte IMAGE_RGB
See Also:
Constant Field Values

IMAGE_YCrCb

public static final byte IMAGE_YCrCb
See Also:
Constant Field Values

KLT_COEFF_MULTIPLIER

public static final double KLT_COEFF_MULTIPLIER
See Also:
Constant Field Values

LOG_2

public static final double LOG_2

QUALITY_BEST

public static final int QUALITY_BEST
See Also:
Constant Field Values

QUALITY_BETTER

public static final int QUALITY_BETTER
See Also:
Constant Field Values

QUALITY_GOOD

public static final int QUALITY_GOOD
See Also:
Constant Field Values

QUALITY_LOW

public static final int QUALITY_LOW
See Also:
Constant Field Values

RED

public static final int RED
See Also:
Constant Field Values

subsampling_x

public static final int subsampling_x
See Also:
Constant Field Values

subsampling_y

public static final int subsampling_y
See Also:
Constant Field Values