Skip to content
GitLab
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
fcb59ba0
Commit
fcb59ba0
authored
Aug 13, 2012
by
Daniel Kang
Browse files
Cosmetics to rdopt.c
Change-Id: Icc276609e409e4e234d240e5c12e137600e178ed
parent
1b8169bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
fcb59ba0
...
...
@@ -3595,7 +3595,7 @@ int vp8_rd_pick_intra_mode(VP8_COMP *cpi, MACROBLOCK *x) {
mode16x16
=
mbmi
->
mode
;
#if CONFIG_HYBRIDTRANSFORM
mbmi
->
mode_rdopt
=
I8X8_PRED
;
mbmi
->
mode_rdopt
=
I8X8_PRED
;
#endif
error8x8
=
rd_pick_intra8x8mby_modes
(
cpi
,
x
,
&
rate8x8
,
&
rate8x8_tokenonly
,
...
...
@@ -3612,7 +3612,7 @@ int vp8_rd_pick_intra_mode(VP8_COMP *cpi, MACROBLOCK *x) {
#endif
#if CONFIG_HYBRIDTRANSFORM
mbmi
->
mode_rdopt
=
B_PRED
;
mbmi
->
mode_rdopt
=
B_PRED
;
#endif
error4x4
=
rd_pick_intra4x4mby_modes
(
cpi
,
x
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment