Unit jdhuff_del
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Record d_derived_tbl |
|
Record bitread_perm_state |
|
Record bitread_working_state |
Functions and Procedures
procedure jinit_huff_decoder(cinfo : j_decompress_ptr); |
function jpeg_huff_decode(var state : bitread_working_state; get_buffer : bit_buf_type; bits_left : int; htbl : d_derived_tbl_ptr; min_bits : int) : int; |
procedure jpeg_make_d_derived_tbl(cinfo : j_decompress_ptr; isDC : boolean; tblno : int; var pdtbl : d_derived_tbl_ptr); |
function jpeg_fill_bit_buffer(var state : bitread_working_state; get_buffer : bit_buf_type; bits_left : int; nbits : int) : boolean; |
Types
d_derived_tbl_ptr = ˆd_derived_tbl; |
bit_buf_type = INT32 ; |
Constants
HUFF_LOOKAHEAD = 8; |
BIT_BUF_SIZE = 32; |
Description
Functions and Procedures
procedure jinit_huff_decoder(cinfo : j_decompress_ptr); |
|
This item has no description. |
function jpeg_huff_decode(var state : bitread_working_state; get_buffer : bit_buf_type; bits_left : int; htbl : d_derived_tbl_ptr; min_bits : int) : int; |
|
This item has no description. |
procedure jpeg_make_d_derived_tbl(cinfo : j_decompress_ptr; isDC : boolean; tblno : int; var pdtbl : d_derived_tbl_ptr); |
|
This item has no description. |
function jpeg_fill_bit_buffer(var state : bitread_working_state; get_buffer : bit_buf_type; bits_left : int; nbits : int) : boolean; |
|
This item has no description. |
Types
d_derived_tbl_ptr = ˆd_derived_tbl; |
|
This item has no description. |
bit_buf_type = INT32 ; |
|
This item has no description. |
Constants
HUFF_LOOKAHEAD = 8; |
|
This item has no description. |
BIT_BUF_SIZE = 32; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.