]> granicus.if.org Git - libx264/commitdiff
Drop unused function declarations
authorVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 30 Jan 2017 21:14:56 +0000 (22:14 +0100)
committerHenrik Gramner <henrik@gramner.com>
Fri, 19 May 2017 14:12:15 +0000 (16:12 +0200)
common/dct.h
encoder/ratecontrol.h

index fc8434bab64548e349b0f78b2cd7d8b5e0607a79..d443e228b3fa39c83de7e90fd38f5c754e0e4039 100644 (file)
@@ -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
index c5b95cb4dc03deee7d01399de2230d54614d8e2b..168b515ca589e9e1f1aab20e48628850e290dc77 100644 (file)
@@ -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 );