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
ece724ae
Commit
ece724ae
authored
11 years ago
by
John Koleszar
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Remove unused vp9_build_intra_predictors_sb{y,uv}_s"
parents
ee4a7e4e
9e7019f7
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
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vp9/common/vp9_reconintra.c
+0
-29
vp9/common/vp9_reconintra.c
vp9/common/vp9_rtcd_defs.sh
+0
-6
vp9/common/vp9_rtcd_defs.sh
with
0 additions
and
35 deletions
vp9/common/vp9_reconintra.c
+
0
−
29
View file @
ece724ae
...
...
@@ -295,35 +295,6 @@ void vp9_build_intra_predictors(uint8_t *src, int src_stride,
}
}
void
vp9_build_intra_predictors_sby_s
(
MACROBLOCKD
*
xd
,
BLOCK_SIZE_TYPE
bsize
)
{
const
struct
macroblockd_plane
*
const
pd
=
&
xd
->
plane
[
0
];
const
int
bw
=
plane_block_width
(
bsize
,
pd
);
const
int
bh
=
plane_block_height
(
bsize
,
pd
);
vp9_build_intra_predictors
(
pd
->
dst
.
buf
,
pd
->
dst
.
stride
,
pd
->
dst
.
buf
,
pd
->
dst
.
stride
,
xd
->
mode_info_context
->
mbmi
.
mode
,
bw
,
bh
,
xd
->
up_available
,
xd
->
left_available
,
0
/*xd->right_available*/
);
}
void
vp9_build_intra_predictors_sbuv_s
(
MACROBLOCKD
*
xd
,
BLOCK_SIZE_TYPE
bsize
)
{
const
int
bwl
=
b_width_log2
(
bsize
),
bw
=
2
<<
bwl
;
const
int
bhl
=
b_height_log2
(
bsize
),
bh
=
2
<<
bhl
;
vp9_build_intra_predictors
(
xd
->
plane
[
1
].
dst
.
buf
,
xd
->
plane
[
1
].
dst
.
stride
,
xd
->
plane
[
1
].
dst
.
buf
,
xd
->
plane
[
1
].
dst
.
stride
,
xd
->
mode_info_context
->
mbmi
.
uv_mode
,
bw
,
bh
,
xd
->
up_available
,
xd
->
left_available
,
0
/*xd->right_available*/
);
vp9_build_intra_predictors
(
xd
->
plane
[
2
].
dst
.
buf
,
xd
->
plane
[
1
].
dst
.
stride
,
xd
->
plane
[
2
].
dst
.
buf
,
xd
->
plane
[
1
].
dst
.
stride
,
xd
->
mode_info_context
->
mbmi
.
uv_mode
,
bw
,
bh
,
xd
->
up_available
,
xd
->
left_available
,
0
/*xd->right_available*/
);
}
void
vp9_predict_intra_block
(
MACROBLOCKD
*
xd
,
int
block_idx
,
int
bwl_in
,
...
...
This diff is collapsed.
Click to expand it.
vp9/common/vp9_rtcd_defs.sh
+
0
−
6
View file @
ece724ae
...
...
@@ -57,12 +57,6 @@ specialize vp9_copy_mem8x4 mmx
prototype void vp9_build_intra_predictors
"uint8_t *src, int src_stride, uint8_t *pred, int y_stride, int mode, int bw, int bh, int up_available, int left_available, int right_available"
specialize void vp9_build_intra_predictors
prototype void vp9_build_intra_predictors_sby_s
"struct macroblockd *x, enum BLOCK_SIZE_TYPE bsize"
specialize vp9_build_intra_predictors_sby_s
prototype void vp9_build_intra_predictors_sbuv_s
"struct macroblockd *x, enum BLOCK_SIZE_TYPE bsize"
specialize vp9_build_intra_predictors_sbuv_s
prototype void vp9_intra4x4_predict
"struct macroblockd *xd, int block, enum BLOCK_SIZE_TYPE bsize, int b_mode, uint8_t *predictor, int pre_stride"
specialize vp9_intra4x4_predict
;
...
...
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