LibJPEG
box
is only used within LibJPEG.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LibJPEG
box
box struct
Syntax
Show:
Summary
Declaration
from
jquant2.c:259
typedef
struct
{
int
c0min
,
c0max
;
int
c1min
,
c1max
;
int
c2min
,
c2max
;
INT32
volume
;
long
colorcount
;
}
box
;
Fields
Field
Declared as
box::c0min
int
box::c0max
int
c0min
,
box::c1min
int
box::c1max
int
c1min
,
box::c2min
int
box::c2max
int
c2min
,
box::volume
INT32
box::colorcount
long
Related Functions
Found 5 other functions taking a
box
argument:
Function
update_box()
median_cut()
find_biggest_color_pop()
find_biggest_volume()
compute_color()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out