Index: source/libvpx/vp9/encoder/vp9_aq_complexity.c |
diff --git a/source/libvpx/vp9/encoder/vp9_aq_complexity.c b/source/libvpx/vp9/encoder/vp9_aq_complexity.c |
index 22e5217b620aa93b4fc99dc389f2df8831251c71..9622ba1d67e3022031e70625543b210270e14f33 100644 |
--- a/source/libvpx/vp9/encoder/vp9_aq_complexity.c |
+++ b/source/libvpx/vp9/encoder/vp9_aq_complexity.c |
@@ -55,8 +55,7 @@ void vp9_setup_in_frame_q_adj(VP9_COMP *cpi) { |
const int aq_strength = get_aq_c_strength(cm->base_qindex, cm->bit_depth); |
// Clear down the segment map. |
- vpx_memset(cpi->segmentation_map, DEFAULT_AQ2_SEG, |
- cm->mi_rows * cm->mi_cols); |
+ memset(cpi->segmentation_map, DEFAULT_AQ2_SEG, cm->mi_rows * cm->mi_cols); |
vp9_clearall_segfeatures(seg); |