summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_aq_cyclicrefresh.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2016-01-20 12:19:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-20 12:19:27 +0000
commita7e0b1ea0169c28bea4a11727bab54ee0d6f26ce (patch)
treea4fa9939916715254c9cf608f6db43c70cc9e6c1 /vp9/encoder/vp9_aq_cyclicrefresh.h
parent3277d481ebe1cfa8f14006245554cf5745f9a257 (diff)
parent5232326716af469eafa6d98fba64f8154c69d9f8 (diff)
downloadlibvpx-a7e0b1ea0169c28bea4a11727bab54ee0d6f26ce.tar
libvpx-a7e0b1ea0169c28bea4a11727bab54ee0d6f26ce.tar.gz
libvpx-a7e0b1ea0169c28bea4a11727bab54ee0d6f26ce.tar.bz2
libvpx-a7e0b1ea0169c28bea4a11727bab54ee0d6f26ce.zip
Merge "VP9: Eliminate MB_MODE_INFO"
Diffstat (limited to 'vp9/encoder/vp9_aq_cyclicrefresh.h')
-rw-r--r--vp9/encoder/vp9_aq_cyclicrefresh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_aq_cyclicrefresh.h b/vp9/encoder/vp9_aq_cyclicrefresh.h
index edf0a973e..095b9283f 100644
--- a/vp9/encoder/vp9_aq_cyclicrefresh.h
+++ b/vp9/encoder/vp9_aq_cyclicrefresh.h
@@ -93,13 +93,13 @@ int vp9_cyclic_refresh_rc_bits_per_mb(const struct VP9_COMP *cpi, int i,
// check if we should reset the segment_id, and update the cyclic_refresh map
// and segmentation map.
void vp9_cyclic_refresh_update_segment(struct VP9_COMP *const cpi,
- MB_MODE_INFO *const mbmi,
+ MODE_INFO *const mi,
int mi_row, int mi_col, BLOCK_SIZE bsize,
int64_t rate, int64_t dist, int skip,
struct macroblock_plane *const p);
void vp9_cyclic_refresh_update_sb_postencode(struct VP9_COMP *const cpi,
- const MB_MODE_INFO *const mbmi,
+ const MODE_INFO *const mi,
int mi_row, int mi_col,
BLOCK_SIZE bsize);