projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3609eca
)
remove init_motion_estimation from update_initial_width
author
Jerome Jiang
<jianj@google.com>
Wed, 4 Dec 2019 20:46:56 +0000
(12:46 -0800)
committer
Jerome Jiang
<jianj@google.com>
Wed, 4 Dec 2019 20:46:56 +0000
(12:46 -0800)
Change-Id: I04da24eb6a87425490b25e50ead7a8fd8117e7cb
vp9/encoder/vp9_encoder.c
patch
|
blob
|
history
diff --git
a/vp9/encoder/vp9_encoder.c
b/vp9/encoder/vp9_encoder.c
index
d5e909a
..
4a37816
100644
(file)
--- a/
vp9/encoder/vp9_encoder.c
+++ b/
vp9/encoder/vp9_encoder.c
@@
-2171,8
+2171,6
@@
static void init_ref_frame_bufs(VP9_COMMON *cm) {
}
}
-static void init_motion_estimation(VP9_COMP *cpi);
-
static void update_initial_width(VP9_COMP *cpi, int use_highbitdepth,
int subsampling_x, int subsampling_y) {
VP9_COMMON *const cm = &cpi->common;
@@
-2193,7
+2191,6
@@
static void update_initial_width(VP9_COMP *cpi, int use_highbitdepth,
cm->use_highbitdepth = use_highbitdepth;
#endif
alloc_util_frame_buffers(cpi);
- init_motion_estimation(cpi);
cpi->initial_width = cm->width;
cpi->initial_height = cm->height;
cpi->initial_mbs = cm->MBs;