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, 2 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_aq_complexity.h b/vp9/encoder/vp9_aq_complexity.h
index af031a46c..6f82aac37 100644
--- a/vp9/encoder/vp9_aq_complexity.h
+++ b/vp9/encoder/vp9_aq_complexity.h
@@ -19,10 +19,10 @@ extern "C" {
struct VP9_COMP;
// Select a segment for the current SB64.
-void vp9_select_in_frame_q_segment(struct VP9_COMP *cpi, int mi_row, int mi_col,
+void vp9_select_in_frame_q_segment(struct VP9_COMP *cpi, BLOCK_SIZE bs,
+ int mi_row, int mi_col,
int output_enabled, int projected_rate);
-
// This function sets up a set of segments with delta Q values around
// the baseline frame quantizer.
void vp9_setup_in_frame_q_adj(struct VP9_COMP *cpi);