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
aom-rav1e
Commits
57c83b33
Commit
57c83b33
authored
Feb 11, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant parameters from vp10_txfm_rd_in_plane_supertx()
Change-Id: Icb164403239f88f18fd64de75d4881d33d3ab1cc
parent
f70134f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
vp10/encoder/rdopt.c
vp10/encoder/rdopt.c
+0
-6
vp10/encoder/rdopt.h
vp10/encoder/rdopt.h
+0
-3
No files found.
vp10/encoder/rdopt.c
View file @
57c83b33
...
...
@@ -805,9 +805,6 @@ static void txfm_rd_in_plane(MACROBLOCK *x,
#if CONFIG_SUPERTX
void
vp10_txfm_rd_in_plane_supertx
(
MACROBLOCK
*
x
,
#if CONFIG_VAR_TX
const
VP10_COMP
*
cpi
,
#endif
int
*
rate
,
int64_t
*
distortion
,
int
*
skippable
,
int64_t
*
sse
,
int64_t
ref_best_rd
,
int
plane
,
...
...
@@ -820,9 +817,6 @@ void vp10_txfm_rd_in_plane_supertx(MACROBLOCK *x,
vp10_zero
(
args
);
args
.
x
=
x
;
#if CONFIG_VAR_TX
args
.
cpi
=
cpi
;
#endif
args
.
best_rd
=
ref_best_rd
;
args
.
use_fast_coef_costing
=
use_fast_coef_casting
;
...
...
vp10/encoder/rdopt.h
View file @
57c83b33
...
...
@@ -82,9 +82,6 @@ void vp10_tx_block_rd_b(const VP10_COMP *cpi, MACROBLOCK *x, TX_SIZE tx_size,
#endif
void
vp10_txfm_rd_in_plane_supertx
(
MACROBLOCK
*
x
,
#if CONFIG_VAR_TX
const
VP10_COMP
*
cpi
,
#endif // CONFIG_VAR_TX
int
*
rate
,
int64_t
*
distortion
,
int
*
skippable
,
int64_t
*
sse
,
int64_t
ref_best_rd
,
int
plane
,
...
...
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