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
Yushin Cho
aom-rav1e
Commits
9a158358
Commit
9a158358
authored
Sep 03, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 03, 2014
Browse files
Merge "select_tx_mode(): remove special case for key frame"
parents
095d48a4
c1058e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
9a158358
...
...
@@ -2603,8 +2603,6 @@ static MV_REFERENCE_FRAME get_frame_type(const VP9_COMP *cpi) {
static
TX_MODE
select_tx_mode
(
const
VP9_COMP
*
cpi
)
{
if
(
cpi
->
mb
.
e_mbd
.
lossless
)
return
ONLY_4X4
;
if
(
cpi
->
common
.
frame_type
==
KEY_FRAME
)
return
TX_MODE_SELECT
;
if
(
cpi
->
sf
.
tx_size_search_method
==
USE_LARGESTALL
)
return
ALLOW_32X32
;
else
if
(
cpi
->
sf
.
tx_size_search_method
==
USE_FULL_RD
||
...
...
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