summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_aq_complexity.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_aq_complexity.h')
-rw-r--r--vp9/encoder/vp9_aq_complexity.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_aq_complexity.h b/vp9/encoder/vp9_aq_complexity.h
index 6f82aac37..3f885e450 100644
--- a/vp9/encoder/vp9_aq_complexity.h
+++ b/vp9/encoder/vp9_aq_complexity.h
@@ -17,9 +17,11 @@ extern "C" {
#endif
struct VP9_COMP;
+struct macroblock;
// Select a segment for the current SB64.
-void vp9_select_in_frame_q_segment(struct VP9_COMP *cpi, BLOCK_SIZE bs,
+void vp9_select_in_frame_q_segment(struct VP9_COMP *cpi, struct macroblock *x,
+ BLOCK_SIZE bs,
int mi_row, int mi_col,
int output_enabled, int projected_rate);