Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis
Commits
58295f73
Commit
58295f73
authored
Mar 29, 2000
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Incremental update svn path=/branches/unlabeled-1.11.2/vorbis/; revision=287
parent
38a19fa1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
lib/mapping0.c
lib/mapping0.c
+2
-2
lib/psy.h
lib/psy.h
+2
-3
No files found.
lib/mapping0.c
View file @
58295f73
...
...
@@ -12,7 +12,7 @@
********************************************************************
function: channel mapping 0 implementation
last mod: $Id: mapping0.c,v 1.11.2.
1
2000/03/29
03:49:28
xiphmont Exp $
last mod: $Id: mapping0.c,v 1.11.2.
2
2000/03/29
20:08:49
xiphmont Exp $
********************************************************************/
...
...
@@ -240,7 +240,7 @@ static int forward(vorbis_block *vb,vorbis_look_mapping *l){
/* perform psychoacoustics; do masking */
/*memset(mask,0,sizeof(double)*n/2);*/
_vp_tone_tone_mask
(
look
->
psy_look
+
submap
,
pcm
,
mask
,
1
,
1
,
1
,
decay
);
1
,
1
,
decay
);
/* perform floor encoding */
...
...
lib/psy.h
View file @
58295f73
...
...
@@ -12,7 +12,7 @@
********************************************************************
function: random psychoacoustics (not including preecho)
last mod: $Id: psy.h,v 1.11.2.
1
2000/03/29
03:49:28
xiphmont Exp $
last mod: $Id: psy.h,v 1.11.2.
2
2000/03/29
20:08:49
xiphmont Exp $
********************************************************************/
...
...
@@ -42,8 +42,7 @@ extern void _vp_psy_clear(vorbis_look_psy *p);
extern
void
*
_vi_psy_dup
(
void
*
source
);
extern
void
_vi_psy_free
(
vorbis_info_psy
*
i
);
extern
void
_vp_tone_tone_mask
(
vorbis_look_psy
*
p
,
double
*
f
,
double
*
floor
,
int
athp
,
int
addp
,
int
decayp
,
double
*
decay
);
int
athp
,
int
decayp
,
double
*
decay
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment