Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
0dac2901
Commit
0dac2901
authored
Oct 12, 2012
by
Ronald S. Bultje
Browse files
Remove CONFIG_TX16X16, since the experiment was merged.
Change-Id: Ib74824c824f7ebb279e7df8eb32440d4d65fbd79
parent
31214970
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
0dac2901
...
...
@@ -3638,9 +3638,7 @@ void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int
&
d8x8
,
best_yrd
);
txfm_cache
[
ONLY_4X4
]
=
tmp_rd_4x4
;
txfm_cache
[
ALLOW_8X8
]
=
tmp_rd_8x8
;
#if CONFIG_TX16X16
txfm_cache
[
ALLOW_16X16
]
=
tmp_rd_8x8
;
#endif
#if CONFIG_TX_SELECT
tmp_rd_4x4s
=
tmp_rd_4x4
+
RDCOST
(
x
->
rdmult
,
x
->
rddiv
,
cost0
,
0
);
tmp_rd_8x8s
=
tmp_rd_8x8
+
RDCOST
(
x
->
rdmult
,
x
->
rddiv
,
cost1
,
0
);
...
...
Write
Preview
Supports
Markdown
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