Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
516f228d
Commit
516f228d
authored
11 years ago
by
Dmitry Kovalev
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Removing vp9_systemdependent.c."
parents
01906b53
2c594a52
v1.14.0-linphone
1.4.X
feature/update_to_v1.9.0-linphone
feature/uwp_nuget
frame_parallel
highbitdepth
indianrunnerduck
javanwhistlingduck
khakicampbell
linphone
linphone-android
linphone-old
longtailedduck
m49-2623
m52-2743
m54-2840
m56-2924
m66-3359
m68-3440
mandarinduck
nextgen
nextgenv2
playground
sandbox/Jingning/experimental
sandbox/Jingning/transcode
sandbox/Jingning/vpx
sandbox/aconverse@google.com/ansbench
sandbox/hkuang/frame_parallel
sandbox/hkuang@google.com/decode
sandbox/jimbankoski@google.com/proposed-aom
sandbox/jingning@google.com/decoder_test_suite
sandbox/jingning@google.com/experimental
sandbox/jzern@google.com/test
sandbox/wangch@google.com/vp9
sandbox/yaowu@google.com/mergeaom
v1.12.0-linphone
v1.6.1_linphone
v1.7.0-linphone
v1.9.0-linphone
v1.9.0
v1.9.0-rc1
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.0
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
vp9/common/generic/vp9_systemdependent.c
+0
-19
vp9/common/generic/vp9_systemdependent.c
vp9/common/vp9_alloccommon.c
+1
-1
vp9/common/vp9_alloccommon.c
vp9/common/vp9_systemdependent.h
+0
-3
vp9/common/vp9_systemdependent.h
vp9/vp9_common.mk
+0
-1
vp9/vp9_common.mk
with
1 addition
and
24 deletions
vp9/common/generic/vp9_systemdependent.c
deleted
100644 → 0
+
0
−
19
View file @
01906b53
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include
"./vpx_config.h"
#include
"./vp9_rtcd.h"
#include
"vp9/common/vp9_onyxc_int.h"
void
vp9_machine_specific_config
(
VP9_COMMON
*
cm
)
{
(
void
)
cm
;
vp9_rtcd
();
}
This diff is collapsed.
Click to expand it.
vp9/common/vp9_alloccommon.c
+
1
−
1
View file @
516f228d
...
@@ -201,7 +201,7 @@ int vp9_alloc_frame_buffers(VP9_COMMON *cm, int width, int height) {
...
@@ -201,7 +201,7 @@ int vp9_alloc_frame_buffers(VP9_COMMON *cm, int width, int height) {
}
}
void
vp9_create_common
(
VP9_COMMON
*
cm
)
{
void
vp9_create_common
(
VP9_COMMON
*
cm
)
{
vp9_
machine_specific_config
(
cm
);
vp9_
rtcd
(
);
}
}
void
vp9_remove_common
(
VP9_COMMON
*
cm
)
{
void
vp9_remove_common
(
VP9_COMMON
*
cm
)
{
...
...
This diff is collapsed.
Click to expand it.
vp9/common/vp9_systemdependent.h
+
0
−
3
View file @
516f228d
...
@@ -76,9 +76,6 @@ static INLINE int get_msb(unsigned int n) {
...
@@ -76,9 +76,6 @@ static INLINE int get_msb(unsigned int n) {
}
}
#endif
#endif
struct
VP9Common
;
void
vp9_machine_specific_config
(
struct
VP9Common
*
cm
);
#ifdef __cplusplus
#ifdef __cplusplus
}
// extern "C"
}
// extern "C"
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
vp9/vp9_common.mk
+
0
−
1
View file @
516f228d
...
@@ -25,7 +25,6 @@ VP9_COMMON_SRCS-yes += common/vp9_filter.c
...
@@ -25,7 +25,6 @@ VP9_COMMON_SRCS-yes += common/vp9_filter.c
VP9_COMMON_SRCS-yes
+=
common/vp9_filter.h
VP9_COMMON_SRCS-yes
+=
common/vp9_filter.h
VP9_COMMON_SRCS-yes
+=
common/vp9_frame_buffers.c
VP9_COMMON_SRCS-yes
+=
common/vp9_frame_buffers.c
VP9_COMMON_SRCS-yes
+=
common/vp9_frame_buffers.h
VP9_COMMON_SRCS-yes
+=
common/vp9_frame_buffers.h
VP9_COMMON_SRCS-yes
+=
common/generic/vp9_systemdependent.c
VP9_COMMON_SRCS-yes
+=
common/vp9_idct.c
VP9_COMMON_SRCS-yes
+=
common/vp9_idct.c
VP9_COMMON_SRCS-yes
+=
common/vp9_alloccommon.h
VP9_COMMON_SRCS-yes
+=
common/vp9_alloccommon.h
VP9_COMMON_SRCS-yes
+=
common/vp9_blockd.h
VP9_COMMON_SRCS-yes
+=
common/vp9_blockd.h
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets