Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
95abad91
Commit
95abad91
authored
Feb 13, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Feb 13, 2014
Browse files
Merge "Remove redundant set_offsets in rtc coding mode"
parents
ea31368d
4712877e
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
95abad91
...
...
@@ -1042,6 +1042,7 @@ static int sb_has_motion(const VP9_COMMON *cm, MODE_INFO **prev_mi_8x8) {
}
return
0
;
}
static
void
update_state_rt
(
VP9_COMP
*
cpi
,
PICK_MODE_CONTEXT
*
ctx
,
BLOCK_SIZE
bsize
,
int
output_enabled
)
{
int
i
;
...
...
@@ -2358,9 +2359,8 @@ static void encode_rtc_sb_row(VP9_COMP *cpi, const TileInfo *const tile,
const
int
idx_str
=
cm
->
mode_info_stride
*
mi_row
+
mi_col
;
MODE_INFO
**
mi_8x8
=
cm
->
mi_grid_visible
+
idx_str
;
cpi
->
mb
.
source_variance
=
UINT_MAX
;
set_offsets
(
cpi
,
tile
,
mi_row
,
mi_col
,
BLOCK_64X64
);
set_partitioning
(
cpi
,
tile
,
mi_8x8
,
mi_row
,
mi_col
);
rtc_use_partition
(
cpi
,
tile
,
mi_8x8
,
tp
,
mi_row
,
mi_col
,
BLOCK_64X64
,
&
dummy_rate
,
&
dummy_dist
,
1
);
...
...
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