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
3d0110fd
Commit
3d0110fd
authored
May 21, 2013
by
Scott LaVarnway
Browse files
Removed diff from macroblockd_plane
No longer used. Change-Id: I171c5fa33a7600ad45b9466af23a46ccbdfe0480
parent
0c3f3bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_blockd.h
View file @
3d0110fd
...
...
@@ -307,7 +307,6 @@ struct macroblockd_plane {
DECLARE_ALIGNED
(
16
,
int16_t
,
qcoeff
[
64
*
64
]);
DECLARE_ALIGNED
(
16
,
int16_t
,
dqcoeff
[
64
*
64
]);
DECLARE_ALIGNED
(
16
,
uint16_t
,
eobs
[
256
]);
DECLARE_ALIGNED
(
16
,
int16_t
,
diff
[
64
*
64
]);
PLANE_TYPE
plane_type
;
int
subsampling_x
;
int
subsampling_y
;
...
...
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