Unit jutils_del
Description
This item has no description.
Overview
Functions and Procedures
function jdiv_round_up(a : long; b : long) : long; |
function jround_up(a : long; b : long) : long; |
procedure jcopy_sample_rows(input_array : JSAMPARRAY; source_row : int; output_array : JSAMPARRAY; dest_row : int; num_rows : int; num_cols : JDIMENSION); |
procedure jcopy_block_row(input_row : JBLOCKROW; output_row : JBLOCKROW; num_blocks : JDIMENSION); |
procedure jzero_far(target : pointer; bytestozero : size_t); |
procedure FMEMZERO(target : pointer; size : size_t); |
procedure FMEMCOPY(dest,src : pointer; size : size_t); |
Constants
jpeg_natural_order : array[0..DCTSIZE2+16-1] of int =
(0, 1, 8, 16, 9, 2, 3, 10,
17, 24, 32, 25, 18, 11, 4, 5,
12, 19, 26, 33, 40, 48, 41, 34,
27, 20, 13, 6, 7, 14, 21, 28,
35, 42, 49, 56, 57, 50, 43, 36,
29, 22, 15, 23, 30, 37, 44, 51,
58, 59, 52, 45, 38, 31, 39, 46,
53, 60, 61, 54, 47, 55, 62, 63,
63, 63, 63, 63, 63, 63, 63, 63,
63, 63, 63, 63, 63, 63, 63, 63); |
Description
Functions and Procedures
function jdiv_round_up(a : long; b : long) : long; |
|
This item has no description. |
function jround_up(a : long; b : long) : long; |
|
This item has no description. |
procedure jcopy_sample_rows(input_array : JSAMPARRAY; source_row : int; output_array : JSAMPARRAY; dest_row : int; num_rows : int; num_cols : JDIMENSION); |
|
This item has no description. |
procedure jcopy_block_row(input_row : JBLOCKROW; output_row : JBLOCKROW; num_blocks : JDIMENSION); |
|
This item has no description. |
procedure jzero_far(target : pointer; bytestozero : size_t); |
|
This item has no description. |
procedure FMEMZERO(target : pointer; size : size_t); |
|
This item has no description. |
procedure FMEMCOPY(dest,src : pointer; size : size_t); |
|
This item has no description. |
Constants
jpeg_natural_order : array[0..DCTSIZE2+16-1] of int =
(0, 1, 8, 16, 9, 2, 3, 10,
17, 24, 32, 25, 18, 11, 4, 5,
12, 19, 26, 33, 40, 48, 41, 34,
27, 20, 13, 6, 7, 14, 21, 28,
35, 42, 49, 56, 57, 50, 43, 36,
29, 22, 15, 23, 30, 37, 44, 51,
58, 59, 52, 45, 38, 31, 39, 46,
53, 60, 61, 54, 47, 55, 62, 63,
63, 63, 63, 63, 63, 63, 63, 63,
63, 63, 63, 63, 63, 63, 63, 63); |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.