[x264-devel] [PATCH 1/4] Drop unused function declarations
Vittorio Giovara
vittorio.giovara at gmail.com
Mon Jan 30 22:14:56 CET 2017
---
common/dct.h | 1 -
encoder/ratecontrol.h | 2 --
2 files changed, 3 deletions(-)
diff --git a/common/dct.h b/common/dct.h
index fc8434b..d443e22 100644
--- a/common/dct.h
+++ b/common/dct.h
@@ -75,7 +75,6 @@ typedef struct
} x264_zigzag_function_t;
void x264_dct_init( int cpu, x264_dct_function_t *dctf );
-void x264_dct_init_weights( void );
void x264_zigzag_init( int cpu, x264_zigzag_function_t *pf_progressive, x264_zigzag_function_t *pf_interlaced );
#endif
diff --git a/encoder/ratecontrol.h b/encoder/ratecontrol.h
index c5b95cb..168b515 100644
--- a/encoder/ratecontrol.h
+++ b/encoder/ratecontrol.h
@@ -58,8 +58,6 @@ int x264_ratecontrol_qp( x264_t * );
int x264_ratecontrol_mb_qp( x264_t *h );
int x264_ratecontrol_end( x264_t *, int bits, int *filler );
void x264_ratecontrol_summary( x264_t * );
-void x264_ratecontrol_set_estimated_size( x264_t *, int bits );
-int x264_ratecontrol_get_estimated_size( x264_t const *);
int x264_rc_analyse_slice( x264_t *h );
void x264_threads_distribute_ratecontrol( x264_t *h );
void x264_threads_merge_ratecontrol( x264_t *h );
--
2.10.0
More information about the x264-devel
mailing list