]> git.sesse.net Git - x264/blobdiff - encoder/ratecontrol.h
Fix intra refresh behavior with I-frames
[x264] / encoder / ratecontrol.h
index 181ab23870f0a5bcbd629b68b8a5bb0b78425444..e052b2ac61329cd9e9622e7558b39467816c3f0c 100644 (file)
@@ -30,7 +30,6 @@ void x264_ratecontrol_delete( x264_t * );
 void x264_ratecontrol_init_reconfigurable( x264_t *h, int b_init );
 
 void x264_adaptive_quant_frame( x264_t *h, x264_frame_t *frame );
-void x264_adaptive_quant( x264_t * );
 int  x264_macroblock_tree_read( x264_t *h, x264_frame_t *frame );
 int  x264_reference_build_list_optimal( x264_t *h );
 void x264_thread_sync_ratecontrol( x264_t *cur, x264_t *prev, x264_t *next );
@@ -39,6 +38,7 @@ int  x264_ratecontrol_slice_type( x264_t *, int i_frame );
 void x264_ratecontrol_set_weights( x264_t *h, x264_frame_t *frm );
 void x264_ratecontrol_mb( x264_t *, int bits );
 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 );