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
f116abf7
Commit
f116abf7
authored
May 23, 2013
by
Yaowu Xu
Browse files
update txfm size counting
Change-Id: I3a26baf8b2f945fea4f1aea156e60fa79f620f86
parent
e41fd6e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
f116abf7
...
...
@@ -1688,9 +1688,8 @@ static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t,
}
if
(
output_enabled
)
{
if
(
cm
->
txfm_mode
==
TX_MODE_SELECT
&&
(
mbmi
->
ref_frame
==
INTRA_FRAME
||
!
(
mbmi
->
mb_skip_coeff
||
if
(
cm
->
txfm_mode
==
TX_MODE_SELECT
&&
mbmi
->
mode
!=
I4X4_PRED
&&
!
(
mbmi
->
ref_frame
!=
INTRA_FRAME
&&
(
mbmi
->
mb_skip_coeff
||
vp9_segfeature_active
(
xd
,
segment_id
,
SEG_LVL_SKIP
))))
{
if
(
bsize
>=
BLOCK_SIZE_SB32X32
)
{
cpi
->
txfm_count_32x32p
[
mbmi
->
txfm_size
]
++
;
...
...
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