From 0a386b923427d3ee1d8b964118c04d40145f2e54 Mon Sep 17 00:00:00 2001 From: Adrian Grange Date: Mon, 28 Apr 2014 14:28:58 -0700 Subject: Revert "Force ARNR filtering to be centered on the ARF frame" This reverts commit 59e733ca81b707780901340686ecd7419077eb54. Hold off removing arnr_type to give users the opportunity to change their script files to handle its deprecation. A follow-up patch will mark the control for setting arnr_type as deprecated and it will be removed completely in a later revision of the code. Change-Id: I8b817c744e144d3714234a4cd4309816d0c7e3e8 --- vpx/vp8cx.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vpx/vp8cx.h') diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index 8944a2664..bc8df807e 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -160,8 +160,10 @@ enum vp8e_enc_control_id { scale as used by the rc_*_quantizer config parameters */ VP8E_SET_ARNR_MAXFRAMES, /**< control function to set the max number of frames blurred creating arf*/ - VP8E_SET_ARNR_STRENGTH, /**< control function to set the filter strength for the arf */ - VP8E_SET_ARNR_TYPE, /**< control function to set the type of filter to use for the arf*/ + VP8E_SET_ARNR_STRENGTH, //!< control function to set the filter + //!< strength for the arf + VP8E_SET_ARNR_TYPE, //!< control function to set the type of + //!< filter to use for the arf VP8E_SET_TUNING, /**< control function to set visual tuning */ /*!\brief control function to set constrained quality level * -- cgit v1.2.3