Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
5371803d
Commit
5371803d
authored
Apr 05, 2011
by
Nathan Caldwell
Committed by
Janne Grunau
Apr 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psymodel: extend API to include PE and bit allocation.
Signed-off-by:
Janne Grunau
<
janne-libav@jannau.net
>
parent
668438a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
psymodel.h
libavcodec/psymodel.h
+9
-0
No files found.
libavcodec/psymodel.h
View file @
5371803d
...
...
@@ -26,6 +26,8 @@
/** maximum possible number of bands */
#define PSY_MAX_BANDS 128
/** maximum number of channels */
#define PSY_MAX_CHANS 20
/**
* single band psychoacoustic information
...
...
@@ -62,6 +64,13 @@ typedef struct FFPsyContext {
int
*
num_bands
;
///< number of scalefactor bands for possible frame sizes
int
num_lens
;
///< number of scalefactor band sets
float
pe
[
PSY_MAX_CHANS
];
///< total PE for each channel in the frame
struct
{
int
size
;
///< size of the bitresevoir in bits
int
bits
;
///< number of bits used in the bitresevoir
}
bitres
;
void
*
model_priv_data
;
///< psychoacoustic model implementation private data
}
FFPsyContext
;
...
...
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