| Index: source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h (revision 293081)
|
| +++ source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h (working copy)
|
| @@ -33,14 +33,12 @@
|
| 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, int use_rd);
|
| + BLOCK_SIZE bsize, int use_rd,
|
| + int64_t rate_sb);
|
|
|
| // Setup cyclic background refresh: set delta q and segmentation map.
|
| void vp9_cyclic_refresh_setup(struct VP9_COMP *const cpi);
|
|
|
| -void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr,
|
| - int64_t rate_sb, int64_t dist_sb);
|
| -
|
| int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
|
|
|
| #ifdef __cplusplus
|
|
|