ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
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
z
~
Variables
_
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
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
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
x
y
z
Variables
$
_
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
Typedefs
_
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
Enumerations
_
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
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
y
z
Macros
_
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
Examples
dither.h
Go to the documentation of this file.
1
/*
2
dither: Generate noise for dithering / noise shaping.
3
4
copyright 2009 by the mpg123 project - free software under the terms of the LGPL 2.1
5
see COPYING and AUTHORS files in distribution or http://mpg123.org
6
initially written by Taihei Monma
7
*/
8
9
#ifndef MPG123_DITHER_H
10
#define MPG123_DITHER_H
11
12
#define DITHERSIZE 65536
13
enum
mpg123_noise_type
14
{
15
mpg123_white_noise
= 0
16
,
mpg123_tpdf_noise
17
,
mpg123_highpass_tpdf_noise
18
};
19
20
void
mpg123_noise
(
float
*
table
,
size_t
count
,
enum
mpg123_noise_type
noisetype);
21
void
dither_table_init
(
float
*dithertable);
22
23
#endif
mpg123_noise_type
mpg123_noise_type
Definition:
dither.h:14
mpg123_white_noise
@ mpg123_white_noise
Definition:
dither.h:15
mpg123_tpdf_noise
@ mpg123_tpdf_noise
Definition:
dither.h:16
mpg123_highpass_tpdf_noise
@ mpg123_highpass_tpdf_noise
Definition:
dither.h:17
mpg123_noise
void mpg123_noise(float *table, size_t count, enum mpg123_noise_type noisetype)
Definition:
dither_impl.h:103
count
GLuint GLuint GLsizei count
Definition:
gl.h:1545
dither_table_init
#define dither_table_init
Definition:
intsym.h:176
table
Definition:
wbemprox_private.h:109
sdk
include
reactos
libs
libmpg123
dither.h
Generated on Wed Nov 27 2024 06:12:42 for ReactOS by
1.9.6