~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to encoder/analyse.h

  • Committer: Henrik Gramner
  • Author(s): Anton Mitrofanov
  • Date: 2016-12-01 17:00:07 UTC
  • Revision ID: git-v1:b2b39dae0bd891c8d150b4f4c3a2a24d8d6c1431
Cosmetics

Also make x264_weighted_reference_duplicate() static.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
void x264_slicetype_analyse( x264_t *h, int intra_minigop );
37
37
 
38
 
int x264_weighted_reference_duplicate( x264_t *h, int i_ref, const x264_weight_t *w );
39
 
 
40
38
int  x264_lookahead_init( x264_t *h, int i_slicetype_length );
41
39
int  x264_lookahead_is_empty( x264_t *h );
42
40
void x264_lookahead_put_frame( x264_t *h, x264_frame_t *frame );