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
ad689031
Commit
ad689031
authored
11 years ago
by
Yaowu Xu
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Removed code no longer being used." into experimental
parents
dc8cd7d9
df6f82c3
v1.14.0-linphone
1.4.X
experimental
feature/update_to_v1.9.0-linphone
feature/uwp_nuget
forest
frame_parallel
highbitdepth
indianrunnerduck
javanwhistlingduck
khakicampbell
linphone
linphone-android
linphone-old
longtailedduck
m29-baseline
m31-baseline
m49-2623
m52-2743
m54-2840
m56-2924
m66-3359
m68-3440
mandarinduck
mcw
mcw2
nextgen
nextgenv2
pcs-2013
playground
sandbox/Jingning/experimental
sandbox/Jingning/transcode
sandbox/Jingning/vpx
sandbox/aconverse@google.com/ansbench
sandbox/debargha/playground
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
stable-vp9-decoder
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
v1.3.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vp9/common/vp9_reconintra.c
+0
-19
vp9/common/vp9_reconintra.c
with
0 additions
and
19 deletions
vp9/common/vp9_reconintra.c
+
0
−
19
View file @
ad689031
...
@@ -15,25 +15,6 @@
...
@@ -15,25 +15,6 @@
#include
"vp9/common/vp9_reconintra.h"
#include
"vp9/common/vp9_reconintra.h"
#include
"vpx_mem/vpx_mem.h"
#include
"vpx_mem/vpx_mem.h"
// Using multiplication and shifting instead of division in diagonal prediction.
// iscale table is calculated from ((1 << 16) + (i + 2) / 2) / (i+2) and used as
// ((A + B) * iscale[i] + (1 << 15)) >> 16;
// where A and B are weighted pixel values.
static
const
unsigned
int
iscale
[
64
]
=
{
32768
,
21845
,
16384
,
13107
,
10923
,
9362
,
8192
,
7282
,
6554
,
5958
,
5461
,
5041
,
4681
,
4369
,
4096
,
3855
,
3641
,
3449
,
3277
,
3121
,
2979
,
2849
,
2731
,
2621
,
2521
,
2427
,
2341
,
2260
,
2185
,
2114
,
2048
,
1986
,
1928
,
1872
,
1820
,
1771
,
1725
,
1680
,
1638
,
1598
,
1560
,
1524
,
1489
,
1456
,
1425
,
1394
,
1365
,
1337
,
1311
,
1285
,
1260
,
1237
,
1214
,
1192
,
1170
,
1150
,
1130
,
1111
,
1092
,
1074
,
1057
,
1040
,
1024
,
1008
,
};
static
INLINE
int
iscale_round
(
int
value
,
int
i
)
{
return
ROUND_POWER_OF_TWO
(
value
*
iscale
[
i
],
16
);
}
static
void
d27_predictor
(
uint8_t
*
ypred_ptr
,
int
y_stride
,
static
void
d27_predictor
(
uint8_t
*
ypred_ptr
,
int
y_stride
,
int
bw
,
int
bh
,
int
bw
,
int
bh
,
uint8_t
*
yabove_row
,
uint8_t
*
yleft_col
)
{
uint8_t
*
yabove_row
,
uint8_t
*
yleft_col
)
{
...
...
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