Record d_derived_tbl

Unit

Declaration

type d_derived_tbl = record

Description

This item has no description.

Overview

Fields

Public maxcode: array[0..18-1] of INT32;
Public valoffset: array[0..17-1] of INT32;
Public pub: JHUFF_TBL_PTR;
Public look_nbits: array[0..(1 shl HUFF_LOOKAHEAD)-1] of int;
Public look_sym: array[0..(1 shl HUFF_LOOKAHEAD)-1] of UINT8;

Description

Fields

Public maxcode: array[0..18-1] of INT32;

This item has no description.

Public valoffset: array[0..17-1] of INT32;

This item has no description.

Public pub: JHUFF_TBL_PTR;

This item has no description.

Public look_nbits: array[0..(1 shl HUFF_LOOKAHEAD)-1] of int;

This item has no description.

Public look_sym: array[0..(1 shl HUFF_LOOKAHEAD)-1] of UINT8;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.