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
d42aaa80
Commit
d42aaa80
authored
Jun 20, 2011
by
Ronald Bultje
Committed by
Reinhard Tartler
Jun 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error_resilience: actually add counter when adding a MV predictor.
Without, the predictor isn't actually used.
parent
3a07f5a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
error_resilience.c
libavcodec/error_resilience.c
+1
-0
error
tests/ref/vsynth1/error
+2
-2
error
tests/ref/vsynth2/error
+2
-2
No files found.
libavcodec/error_resilience.c
View file @
d42aaa80
...
...
@@ -547,6 +547,7 @@ skip_mean_and_median:
mv_predictor
[
pred_count
][
0
]
=
prev_x
;
mv_predictor
[
pred_count
][
1
]
=
prev_y
;
ref
[
pred_count
]
=
prev_ref
;
pred_count
++
;
s
->
mv_dir
=
MV_DIR_FORWARD
;
s
->
mb_intra
=
0
;
...
...
tests/ref/vsynth1/error
View file @
d42aaa80
7416dfd319f04044d4575dc9d1b406e1 *./tests/data/vsynth1/error-mpeg4-adv.avi
756836 ./tests/data/vsynth1/error-mpeg4-adv.avi
54342963593ba08bcde95244a011efe5
*./tests/data/error.vsynth1.out.yuv
stddev: 1
7.59 PSNR: 23.22 MAXDIFF: 240
bytes: 7603200/ 7603200
79e94ba32b37759397362cbcb479d4d3
*./tests/data/error.vsynth1.out.yuv
stddev: 1
8.36 PSNR: 22.85 MAXDIFF: 243
bytes: 7603200/ 7603200
tests/ref/vsynth2/error
View file @
d42aaa80
90e65096aa9ebafa3fe3f44a5a47cdc4 *./tests/data/vsynth2/error-mpeg4-adv.avi
176588 ./tests/data/vsynth2/error-mpeg4-adv.avi
ce12aa852126f2740838dd2da9e21a03
*./tests/data/error.vsynth2.out.yuv
stddev:
10.06 PSNR: 28.08 MAXDIFF: 193
bytes: 7603200/ 7603200
96baa9e4c24c837a3ba5abd8dd2cdd30
*./tests/data/error.vsynth2.out.yuv
stddev:
8.98 PSNR: 29.06 MAXDIFF: 184
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