[x264-devel] commit: Add support for psy-rd/trellis to encoder_reconfig ( Alexander Strange )

git version control git at videolan.org
Fri Oct 31 16:57:53 CET 2008


x264 | branch: master | Alexander Strange <astrange at ithinksw.com> | Wed Oct 22 15:55:30 2008 -0700| [86a0fe50c6e369d6dacac5b992febb4bd09de85d] | committer: Jason Garrett-Glaser 

Add support for psy-rd/trellis to encoder_reconfig

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=86a0fe50c6e369d6dacac5b992febb4bd09de85d
---

 encoder/encoder.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/encoder/encoder.c b/encoder/encoder.c
index a96306d..b359e3f 100644
--- a/encoder/encoder.c
+++ b/encoder/encoder.c
@@ -823,6 +823,8 @@ int x264_encoder_reconfig( x264_t *h, x264_param_t *param )
     COPY( analyse.b_dct_decimate );
     COPY( analyse.b_fast_pskip );
     COPY( analyse.b_mixed_references );
+    COPY( analyse.f_psy_rd );
+    COPY( analyse.f_psy_trellis );
     // can only twiddle these if they were enabled to begin with:
     if( h->pps->b_transform_8x8_mode )
         COPY( analyse.b_transform_8x8 );



More information about the x264-devel mailing list