Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
c0dc6b46
Commit
c0dc6b46
authored
Jan 18, 2018
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant tx type validation check
Change-Id: Icfdd68247543daf7884454c450d50ff95ae20712
parent
ec32a74d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
av1/encoder/encodetxb.c
av1/encoder/encodetxb.c
+0
-5
No files found.
av1/encoder/encodetxb.c
View file @
c0dc6b46
...
...
@@ -2346,11 +2346,6 @@ int64_t av1_search_txk_type(const AV1_COMP *cpi, MACROBLOCK *x, int plane,
continue
;
}
const
int
is_inter
=
is_inter_block
(
mbmi
);
const
TxSetType
tx_set_type
=
get_ext_tx_set_type
(
tx_size
,
mbmi
->
sb_type
,
is_inter
,
cm
->
reduced_tx_set_used
);
if
(
!
av1_ext_tx_used
[
tx_set_type
][
tx_type
])
continue
;
RD_STATS
this_rd_stats
;
av1_invalid_rd_stats
(
&
this_rd_stats
);
if
(
cpi
->
sf
.
optimize_coefficients
!=
FULL_TRELLIS_OPT
)
{
...
...
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