Index: source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h |
diff --git a/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h b/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h |
index 1ed07c2c265e1dac13b5ea316596c92db9e833ac..656d7605be8bd0c56faff2da15ea1877389803fa 100644 |
--- a/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h |
+++ b/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h |
@@ -42,8 +42,9 @@ int vp9_cyclic_refresh_rc_bits_per_mb(const struct VP9_COMP *cpi, int i, |
// and segmentation map. |
void vp9_cyclic_refresh_update_segment(struct VP9_COMP *const cpi, |
MB_MODE_INFO *const mbmi, |
- int mi_row, int mi_col, BLOCK_SIZE bsize, |
- int64_t rate, int64_t dist); |
+ int mi_row, int mi_col, |
+ BLOCK_SIZE bsize, int use_rd, |
+ int64_t rate_sb); |
// Update the segmentation map, and related quantities: cyclic refresh map, |
// refresh sb_index, and target number of blocks to be refreshed. |