Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
cea5e90b
Commit
cea5e90b
authored
Oct 08, 2018
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/proresenc_aw : use qp close to the official encoder
parent
1a45b12c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
proresenc_anatoliy.c
libavcodec/proresenc_anatoliy.c
+2
-2
vsynth2-prores
tests/ref/vsynth/vsynth2-prores
+3
-3
No files found.
libavcodec/proresenc_anatoliy.c
View file @
cea5e90b
...
...
@@ -49,8 +49,8 @@ static const AVProfile profiles[] = {
{
FF_PROFILE_UNKNOWN
}
};
static
const
int
qp_start_table
[
4
]
=
{
4
,
1
,
1
,
1
};
static
const
int
qp_end_table
[
4
]
=
{
8
,
9
,
6
,
6
};
static
const
int
qp_start_table
[
4
]
=
{
8
,
3
,
2
,
1
};
static
const
int
qp_end_table
[
4
]
=
{
13
,
9
,
6
,
6
};
static
const
int
bitrate_table
[
5
]
=
{
1000
,
2100
,
3500
,
5400
};
static
const
uint8_t
QMAT_LUMA
[
4
][
64
]
=
{
...
...
tests/ref/vsynth/vsynth2-prores
View file @
cea5e90b
dc972bd57cec42786abddb79552b2654
*tests/data/fate/vsynth2-prores.mov
326
5056
tests/data/fate/vsynth2-prores.mov
537b0ff66d7c8c3c12faa89d042e6a49
*tests/data/fate/vsynth2-prores.out.rawvideo
71d83e64060c122f440b288a042f7c0b
*tests/data/fate/vsynth2-prores.mov
326
0123
tests/data/fate/vsynth2-prores.mov
416fa8773615889c70491452428d6710
*tests/data/fate/vsynth2-prores.out.rawvideo
stddev: 1.38 PSNR: 45.29 MAXDIFF: 12 bytes: 7603200/ 7603200
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