[x265] [PATCH] x265: remove obsolete R-D enums

deepthi at multicorewareinc.com deepthi at multicorewareinc.com
Fri Dec 6 12:11:13 CET 2013


# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1386328260 -19800
# Node ID 56a17500909e007011386ed5a1529938379fc023
# Parent  c5e91abfeb054506c89ae1fb8519795f29257e05
x265: remove obsolete R-D enums

diff -r c5e91abfeb05 -r 56a17500909e source/x265.h
--- a/source/x265.h	Fri Dec 06 16:39:29 2013 +0530
+++ b/source/x265.h	Fri Dec 06 16:41:00 2013 +0530
@@ -212,14 +212,6 @@
     X265_RC_CRF
 } X265_RC_METHODS;
 
-/*Level of Rate Distortion Optimization Allowed */
-typedef enum
-{
-    X265_NO_RDO_NO_RDOQ, /* Partial RDO during mode decision (only at each depth/mode), no RDO in quantization */
-    X265_NO_RDO,         /* Partial RDO during mode decision (only at each depth/mode), quantization RDO enabled */
-    X265_FULL_RDO        /* Full RD-based mode decision */
-} X265_RDO_LEVEL;
-
 /* Output statistics from encoder */
 typedef struct x265_stats
 {


More information about the x265-devel mailing list