summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Paniconi <marpan@google.com>2019-02-27 12:06:45 -0800
committerMarco Paniconi <marpan@google.com>2019-02-27 12:07:16 -0800
commit0c3e23f140d08fdde61b559ba60706c2c2107cff (patch)
tree9839c157a01df41028f3b5ec9618e7086c1e8f1f
parent2d403737b88f76ce8410237a8eb682cc556ac302 (diff)
downloadlibvpx-0c3e23f140d08fdde61b559ba60706c2c2107cff.tar
libvpx-0c3e23f140d08fdde61b559ba60706c2c2107cff.tar.gz
libvpx-0c3e23f140d08fdde61b559ba60706c2c2107cff.tar.bz2
libvpx-0c3e23f140d08fdde61b559ba60706c2c2107cff.zip
vp9: Remove unused function in cyclic refresh
Change-Id: I4b1d02c661ccbad2a1e346df623e78334a3a3a39
-rw-r--r--vp9/encoder/vp9_aq_cyclicrefresh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_aq_cyclicrefresh.h b/vp9/encoder/vp9_aq_cyclicrefresh.h
index a4a9f1c98..b6d7fdeae 100644
--- a/vp9/encoder/vp9_aq_cyclicrefresh.h
+++ b/vp9/encoder/vp9_aq_cyclicrefresh.h
@@ -104,10 +104,6 @@ void vp9_cyclic_refresh_update_sb_postencode(struct VP9_COMP *const cpi,
int mi_row, int mi_col,
BLOCK_SIZE bsize);
-// Update the segmentation map, and related quantities: cyclic refresh map,
-// refresh sb_index, and target number of blocks to be refreshed.
-void vp9_cyclic_refresh_update__map(struct VP9_COMP *const cpi);
-
// From the just encoded frame: update the actual number of blocks that were
// applied the segment delta q, and the amount of low motion in the frame.
// Also check conditions for forcing golden update, or preventing golden