LibreOffice Module vcl (master)
1
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Variables
a
c
d
e
f
g
h
i
m
n
o
p
t
v
Typedefs
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
f
g
h
i
j
m
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
m
o
p
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Related Functions
:
a
b
c
d
e
f
g
i
j
m
n
o
p
q
r
s
t
v
w
x
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
f
g
i
l
m
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
z
Enumerator
a
d
g
h
i
j
l
o
q
r
s
v
Macros
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
vcl
source
filter
jpeg
jpegcomp.h
Go to the documentation of this file.
1
/*
2
* jpegcomp.h
3
*
4
* Copyright (C) 2010, D. R. Commander
5
* For conditions of distribution and use, see the accompanying README file.
6
*
7
* JPEG compatibility macros
8
* These declarations are considered internal to the JPEG library; most
9
* applications using the library shouldn't need to include this file.
10
*/
11
12
#if JPEG_LIB_VERSION >= 70
13
#define min_DCT_h_scaled_size_ min_DCT_h_scaled_size
14
#define min_DCT_v_scaled_size_ min_DCT_v_scaled_size
15
#else
16
#define min_DCT_h_scaled_size_ min_DCT_scaled_size
17
#define min_DCT_v_scaled_size_ min_DCT_scaled_size
18
#endif
Generated on Sun Jul 30 2023 04:35:25 for LibreOffice Module vcl (master) by
1.9.3