summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ethread.c
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2017-08-15 15:35:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-15 15:35:33 +0000
commit7e8357d6649d6cfc241975b0eb20d80914b6667a (patch)
treedeb7155c1526bebf26ad0c65360779037fb2d02f /vp9/encoder/vp9_ethread.c
parentca393c97266a2938c407cc4e151409d77d663de4 (diff)
parentfa85cf131c7b23eac693e75a137bc0fa71f7b5c0 (diff)
downloadlibvpx-7e8357d6649d6cfc241975b0eb20d80914b6667a.tar
libvpx-7e8357d6649d6cfc241975b0eb20d80914b6667a.tar.gz
libvpx-7e8357d6649d6cfc241975b0eb20d80914b6667a.tar.bz2
libvpx-7e8357d6649d6cfc241975b0eb20d80914b6667a.zip
Merge "vp9: strip temporal filter code"
Diffstat (limited to 'vp9/encoder/vp9_ethread.c')
-rw-r--r--vp9/encoder/vp9_ethread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_ethread.c b/vp9/encoder/vp9_ethread.c
index 5aabc2f0e..5028eef0f 100644
--- a/vp9/encoder/vp9_ethread.c
+++ b/vp9/encoder/vp9_ethread.c
@@ -471,7 +471,6 @@ void vp9_encode_fp_row_mt(VP9_COMP *cpi) {
accumulate_fp_tile_stat(first_tile_col, this_tile);
}
}
-#endif // !CONFIG_REALTIME_ONLY
static int temporal_filter_worker_hook(EncWorkerData *const thread_data,
MultiThreadHandle *multi_thread_ctxt) {
@@ -549,6 +548,7 @@ void vp9_temporal_filter_row_mt(VP9_COMP *cpi) {
launch_enc_workers(cpi, (VPxWorkerHook)temporal_filter_worker_hook,
multi_thread_ctxt, num_workers);
}
+#endif // !CONFIG_REALTIME_ONLY
static int enc_row_mt_worker_hook(EncWorkerData *const thread_data,
MultiThreadHandle *multi_thread_ctxt) {