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
c3c1c6f4
Commit
c3c1c6f4
authored
Mar 04, 2016
by
hui su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup in get_uv_tx_size
Change-Id: Ia2aa7558f9f53da7dff970b30fe0a94958159ffb
parent
04cb4938
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
vp10/common/blockd.h
vp10/common/blockd.h
+2
-7
No files found.
vp10/common/blockd.h
View file @
c3c1c6f4
...
...
@@ -580,17 +580,12 @@ static INLINE TX_SIZE get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize,
static
INLINE
TX_SIZE
get_uv_tx_size
(
const
MB_MODE_INFO
*
mbmi
,
const
struct
macroblockd_plane
*
pd
)
{
#if CONFIG_SUPERTX
if
(
!
supertx_enabled
(
mbmi
))
{
return
get_uv_tx_size_impl
(
mbmi
->
tx_size
,
mbmi
->
sb_type
,
pd
->
subsampling_x
,
pd
->
subsampling_y
);
}
else
{
if
(
supertx_enabled
(
mbmi
))
return
uvsupertx_size_lookup
[
mbmi
->
tx_size
][
pd
->
subsampling_x
]
[
pd
->
subsampling_y
];
}
#else
#endif // CONFIG_SUPERTX
return
get_uv_tx_size_impl
(
mbmi
->
tx_size
,
mbmi
->
sb_type
,
pd
->
subsampling_x
,
pd
->
subsampling_y
);
#endif // CONFIG_SUPERTX
}
static
INLINE
BLOCK_SIZE
get_plane_block_size
(
BLOCK_SIZE
bsize
,
...
...
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