Unit jdct_del
Description
This item has no description.
Overview
Types
Constants
IFAST_SCALE_BITS = 2; |
RANGE_MASK = (MAXJSAMPLE * 4 + 3); |
Description
Types
DCTELEM = int; |
|
This item has no description. |
jTDctElem = 0..(MaxInt div SizeOf(DCTELEM))-1; |
|
This item has no description. |
DCTELEM_FIELD = array[jTDctElem] of DCTELEM; |
|
This item has no description. |
DCTELEM_FIELD_PTR = ˆDCTELEM_FIELD; |
|
This item has no description. |
DCTELEMPTR = ˆDCTELEM; |
|
This item has no description. |
forward_DCT_method_ptr = procedure(var data : array of DCTELEM); |
|
This item has no description. |
float_DCT_method_ptr = procedure(var data : array of FAST_FLOAT); |
|
This item has no description. |
ISLOW_MULT_TYPE = MULTIPLIER; |
|
This item has no description. |
IFAST_MULT_TYPE = MULTIPLIER; |
|
This item has no description. |
FLOAT_MULT_TYPE = FAST_FLOAT; |
|
This item has no description. |
jTMultType = 0..(MaxInt div SizeOf(ISLOW_MULT_TYPE))-1; |
|
This item has no description. |
ISLOW_MULT_TYPE_FIELD = array[jTMultType] of ISLOW_MULT_TYPE; |
|
This item has no description. |
ISLOW_MULT_TYPE_FIELD_PTR = ˆISLOW_MULT_TYPE_FIELD; |
|
This item has no description. |
ISLOW_MULT_TYPE_PTR = ˆISLOW_MULT_TYPE; |
|
This item has no description. |
jTFloatType = 0..(MaxInt div SizeOf(FLOAT_MULT_TYPE))-1; |
|
This item has no description. |
FLOAT_MULT_TYPE_FIELD = array[jTFloatType] of FLOAT_MULT_TYPE; |
|
This item has no description. |
FLOAT_MULT_TYPE_FIELD_PTR = ˆFLOAT_MULT_TYPE_FIELD; |
|
This item has no description. |
FLOAT_MULT_TYPE_PTR = ˆFLOAT_MULT_TYPE; |
|
This item has no description. |
jTFastType = 0..(MaxInt div SizeOf(IFAST_MULT_TYPE))-1; |
|
This item has no description. |
IFAST_MULT_TYPE_FIELD = array[jTFastType] of IFAST_MULT_TYPE; |
|
This item has no description. |
IFAST_MULT_TYPE_FIELD_PTR = ˆIFAST_MULT_TYPE_FIELD; |
|
This item has no description. |
IFAST_MULT_TYPE_PTR = ˆIFAST_MULT_TYPE; |
|
This item has no description. |
jTFastFloat = 0..(MaxInt div SizeOf(FAST_FLOAT))-1; |
|
This item has no description. |
FAST_FLOAT_FIELD = array[jTFastFloat] of FAST_FLOAT; |
|
This item has no description. |
FAST_FLOAT_FIELD_PTR = ˆFAST_FLOAT_FIELD; |
|
This item has no description. |
FAST_FLOAT_PTR = ˆFAST_FLOAT; |
|
This item has no description. |
Constants
IFAST_SCALE_BITS = 2; |
|
This item has no description. |
RANGE_MASK = (MAXJSAMPLE * 4 + 3); |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.