summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ethread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_ethread.h')
-rw-r--r--vp9/encoder/vp9_ethread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_ethread.h b/vp9/encoder/vp9_ethread.h
index 968e500fb..908bb6ff6 100644
--- a/vp9/encoder/vp9_ethread.h
+++ b/vp9/encoder/vp9_ethread.h
@@ -61,6 +61,8 @@ void vp9_row_mt_sync_mem_alloc(VP9RowMTSync *row_mt_sync, struct VP9Common *cm,
// Deallocate row based multi-threading synchronization related mutex and data.
void vp9_row_mt_sync_mem_dealloc(VP9RowMTSync *row_mt_sync);
+void vp9_temporal_filter_row_mt(struct VP9_COMP *cpi);
+
#ifdef __cplusplus
} // extern "C"
#endif