From 498b6460a1ed6b0cc0b96e507b90f07c625cc9f2 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Fri, 17 May 2013 15:50:26 -0700 Subject: Removing clamp_type from the bitstream. Change-Id: Ica75bdd4905c4a04b7f92795d0b8ce6836a99ef4 --- vp9/common/vp9_alloccommon.c | 1 - vp9/common/vp9_onyxc_int.h | 6 ------ 2 files changed, 7 deletions(-) (limited to 'vp9/common') diff --git a/vp9/common/vp9_alloccommon.c b/vp9/common/vp9_alloccommon.c index ec81fbd7a..d149f31b4 100644 --- a/vp9/common/vp9_alloccommon.c +++ b/vp9/common/vp9_alloccommon.c @@ -205,7 +205,6 @@ void vp9_create_common(VP9_COMMON *oci) { oci->no_lpf = 0; oci->use_bilinear_mc_filter = 0; oci->clr_type = REG_YUV; - oci->clamp_type = RECON_CLAMP_REQUIRED; // Initialize reference frame sign bias structure to defaults vpx_memset(oci->ref_frame_sign_bias, 0, sizeof(oci->ref_frame_sign_bias)); diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h index 2d4cd30cc..b6a0e6be9 100644 --- a/vp9/common/vp9_onyxc_int.h +++ b/vp9/common/vp9_onyxc_int.h @@ -98,11 +98,6 @@ typedef struct frame_contexts { unsigned int mv_ref_ct[INTER_MODE_CONTEXTS][4][2]; } FRAME_CONTEXT; -typedef enum { - RECON_CLAMP_REQUIRED = 0, - RECON_CLAMP_NOTREQUIRED = 1 -} CLAMP_TYPE; - typedef enum { SINGLE_PREDICTION_ONLY = 0, COMP_PREDICTION_ONLY = 1, @@ -139,7 +134,6 @@ typedef struct VP9Common { int subsampling_y; YUV_TYPE clr_type; - CLAMP_TYPE clamp_type; YV12_BUFFER_CONFIG *frame_to_show; -- cgit v1.2.3