Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
40f1d487
Commit
40f1d487
authored
Aug 10, 2016
by
Yushin Cho
Committed by
Yaowu Xu
Oct 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused PICK_MODE_CONTEXT::is_coded.
Change-Id: Ibc73b4066dcdee45d32355144124762d26a16a28
parent
d98a45a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
av1/encoder/context_tree.h
av1/encoder/context_tree.h
+0
-1
av1/encoder/encodeframe.c
av1/encoder/encodeframe.c
+0
-2
No files found.
av1/encoder/context_tree.h
View file @
40f1d487
...
...
@@ -40,7 +40,6 @@ typedef struct {
tran_low_t
*
dqcoeff
[
MAX_MB_PLANE
][
3
];
uint16_t
*
eobs
[
MAX_MB_PLANE
][
3
];
int
is_coded
;
int
num_4x4_blk
;
int
skip
;
int
pred_pixel_ready
;
...
...
av1/encoder/encodeframe.c
View file @
40f1d487
...
...
@@ -1646,7 +1646,6 @@ static void rd_pick_sb_modes(AV1_COMP *cpi, TileDataEnc *tile_data,
for
(
i
=
0
;
i
<
2
;
++
i
)
pd
[
i
].
color_index_map
=
ctx
->
color_index_map
[
i
];
#endif // CONFIG_PALETTE
ctx
->
is_coded
=
0
;
ctx
->
skippable
=
0
;
ctx
->
pred_pixel_ready
=
0
;
...
...
@@ -5018,7 +5017,6 @@ static void encode_superblock(AV1_COMP *cpi, ThreadData *td, TOKENEXTRA **t,
const
int
mi_width
=
num_8x8_blocks_wide_lookup
[
bsize
];
const
int
mi_height
=
num_8x8_blocks_high_lookup
[
bsize
];
ctx
->
is_coded
=
1
;
x
->
use_lp32x32fdct
=
cpi
->
sf
.
use_lp32x32fdct
;
if
(
!
is_inter_block
(
mbmi
))
{
...
...
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