Skip to content
GitLab
Projects
Groups
Snippets
/
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
79f4c1b9
Commit
79f4c1b9
authored
Aug 09, 2013
by
Adrian Grange
Committed by
Gerrit Code Review
Aug 16, 2013
Browse files
Fixed typos and formatting
Change-Id: I3814984a624bc64147c57efa74fbdda8eda47262
parent
3e340880
Changes
3
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
79f4c1b9
...
...
@@ -4026,7 +4026,7 @@ int vp9_set_roimap(VP9_PTR comp, unsigned char *map, unsigned int rows,
// Activate segmentation.
vp9_enable_segmentation
((
VP9_PTR
)
cpi
);
// Set up the quan, LF and breakout threshold segment data
// Set up the quan
t
, LF and breakout threshold segment data
for
(
i
=
0
;
i
<
MAX_SEGMENTS
;
i
++
)
{
feature_data
[
SEG_LVL_ALT_Q
][
i
]
=
delta_q
[
i
];
feature_data
[
SEG_LVL_ALT_LF
][
i
]
=
delta_lf
[
i
];
...
...
@@ -4046,7 +4046,7 @@ int vp9_set_roimap(VP9_PTR comp, unsigned char *map, unsigned int rows,
vp9_disable_segfeature
(
seg
,
i
,
SEG_LVL_ALT_LF
);
}
// Initiali
s
e the feature data structure
// Initiali
z
e the feature data structure
// SEGMENT_DELTADATA 0, SEGMENT_ABSDATA 1
vp9_set_segment_data
((
VP9_PTR
)
cpi
,
&
feature_data
[
0
][
0
],
SEGMENT_DELTADATA
);
...
...
vp9/encoder/vp9_rdopt.c
View file @
79f4c1b9
...
...
@@ -1182,9 +1182,8 @@ static int64_t rd_pick_intra_sub_8x8_y_mode(VP9_COMP * const cpi,
}
this_rd
=
rd_pick_intra4x4block
(
cpi
,
mb
,
i
,
&
best_mode
,
bmode_costs
,
t_above
+
idx
,
t_left
+
idy
,
&
r
,
&
ry
,
&
d
,
bsize
,
best_rd
-
total_rd
);
t_above
+
idx
,
t_left
+
idy
,
&
r
,
&
ry
,
&
d
,
bsize
,
best_rd
-
total_rd
);
if
(
this_rd
>=
best_rd
-
total_rd
)
return
INT64_MAX
;
...
...
vpx_scale/generic/yv12config.c
View file @
79f4c1b9
...
...
@@ -192,7 +192,7 @@ int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
ybf
->
alpha_buffer
=
ybf
->
buffer_alloc
+
yplane_size
+
2
*
uvplane_size
+
(
alpha_border_h
*
alpha_stride
)
+
alpha_border_w
;
#endif
ybf
->
corrupted
=
0
;
/* assume not c
u
rrupted by errors */
ybf
->
corrupted
=
0
;
/* assume not c
o
rrupted by errors */
return
0
;
}
return
-
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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