Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
rav1e
Commits
e5fda6e4
Commit
e5fda6e4
authored
6 years ago
by
Frank Bossen
Committed by
Yushin Cho
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove superfluous lines of code
Removal suppresses compiler warnings
parent
e62c7cb9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/me.rs
+0
-3
0 additions, 3 deletions
src/me.rs
with
0 additions
and
3 deletions
src/me.rs
+
0
−
3
View file @
e5fda6e4
...
...
@@ -31,9 +31,6 @@ pub fn motion_estimation(fi: &FrameInvariants, fs: &mut FrameState, bsize: Block
let
y_lo
=
cmp
::
max
(
0
,
po
.y
as
isize
-
range
as
isize
)
as
usize
;
let
y_hi
=
cmp
::
min
(
fs
.input.planes
[
0
]
.cfg.height
-
blk_h
,
po
.y
+
range
);
let
stride_org
=
fs
.input.planes
[
0
]
.cfg.stride
;
let
stride_ref
=
rec
.planes
[
0
]
.cfg.stride
;
let
mut
lowest_sad
=
128
*
128
*
4096
as
u32
;
let
mut
best_mv
=
MotionVector
{
row
:
0
,
col
:
0
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment