Home
last modified time | relevance | path

Searched refs:x264_t (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dapi.c40 void x264_8_encoder_close( x264_t * );
41 int x264_8_encoder_delayed_frames( x264_t * );
43 void x264_8_encoder_intra_refresh( x264_t * );
52 void x264_10_encoder_close( x264_t * );
53 int x264_10_encoder_delayed_frames( x264_t * );
55 void x264_10_encoder_intra_refresh( x264_t * );
61 x264_t *x264;
69 void (*encoder_close)( x264_t * );
70 int (*encoder_delayed_frames)( x264_t * );
72 void (*encoder_intra_refresh)( x264_t * );
[all …]
H A Dratecontrol.h43 int x264_ratecontrol_new ( x264_t * );
45 void x264_ratecontrol_delete( x264_t * );
59 void x264_thread_sync_ratecontrol( x264_t *cur, x264_t *prev, x264_t *next );
61 void x264_ratecontrol_zone_init( x264_t * );
69 int x264_ratecontrol_mb( x264_t *, int bits );
71 int x264_ratecontrol_qp( x264_t * );
73 int x264_ratecontrol_mb_qp( x264_t *h );
77 void x264_ratecontrol_summary( x264_t * );
79 int x264_rc_analyse_slice( x264_t *h );
83 void x264_threads_merge_ratecontrol( x264_t *h );
[all …]
H A Danalyse.h31 int x264_analyse_init_costs( x264_t *h );
33 void x264_analyse_free_costs( x264_t *h );
35 void x264_analyse_weight_frame( x264_t *h, int end );
37 void x264_macroblock_analyse( x264_t *h );
39 void x264_slicetype_decide( x264_t *h );
42 void x264_slicetype_analyse( x264_t *h, int intra_minigop );
45 int x264_lookahead_init( x264_t *h, int i_slicetype_length );
47 int x264_lookahead_is_empty( x264_t *h );
49 void x264_lookahead_put_frame( x264_t *h, x264_frame_t *frame );
51 void x264_lookahead_get_frames( x264_t *h );
[all …]
H A Dset.h45 int x264_sei_version_write( x264_t *h, bs_t *s );
47 int x264_validate_levels( x264_t *h, int verbose );
49 void x264_sei_buffering_period_write( x264_t *h, bs_t *s );
51 void x264_sei_pic_timing_write( x264_t *h, bs_t *s );
53 void x264_sei_dec_ref_pic_marking_write( x264_t *h, bs_t *s );
55 void x264_sei_frame_packing_write( x264_t *h, bs_t *s );
57 void x264_sei_mastering_display_write( x264_t *h, bs_t *s );
59 void x264_sei_content_light_level_write( x264_t *h, bs_t *s );
61 void x264_sei_alternative_transfer_write( x264_t *h, bs_t *s );
63 int x264_sei_avcintra_umid_write( x264_t *h, bs_t *s );
[all …]
H A Dmacroblock.h36 int x264_macroblock_probe_skip( x264_t *h, int b_bidir );
48 void x264_predict_lossless_16x16( x264_t *h, int p, int i_mode );
50 void x264_predict_lossless_chroma( x264_t *h, int i_mode );
53 void x264_macroblock_encode ( x264_t *h );
55 void x264_macroblock_write_cabac ( x264_t *h, x264_cabac_t *cb );
57 void x264_macroblock_write_cavlc ( x264_t *h );
60 void x264_macroblock_encode_p8x8( x264_t *h, int i8 );
62 void x264_macroblock_encode_p4x4( x264_t *h, int i4 );
64 void x264_mb_encode_chroma( x264_t *h, int b_inter, int i_qp );
67 void x264_cabac_mb_skip( x264_t *h, int b_skip );
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dapi.c40 void x264_8_encoder_close( x264_t * );
41 int x264_8_encoder_delayed_frames( x264_t * );
43 void x264_8_encoder_intra_refresh( x264_t * );
52 void x264_10_encoder_close( x264_t * );
53 int x264_10_encoder_delayed_frames( x264_t * );
55 void x264_10_encoder_intra_refresh( x264_t * );
61 x264_t *x264;
69 void (*encoder_close)( x264_t * );
70 int (*encoder_delayed_frames)( x264_t * );
72 void (*encoder_intra_refresh)( x264_t * );
[all …]
H A Dratecontrol.h43 int x264_ratecontrol_new ( x264_t * );
45 void x264_ratecontrol_delete( x264_t * );
59 void x264_thread_sync_ratecontrol( x264_t *cur, x264_t *prev, x264_t *next );
61 void x264_ratecontrol_zone_init( x264_t * );
69 int x264_ratecontrol_mb( x264_t *, int bits );
71 int x264_ratecontrol_qp( x264_t * );
73 int x264_ratecontrol_mb_qp( x264_t *h );
77 void x264_ratecontrol_summary( x264_t * );
79 int x264_rc_analyse_slice( x264_t *h );
83 void x264_threads_merge_ratecontrol( x264_t *h );
[all …]
H A Danalyse.h31 int x264_analyse_init_costs( x264_t *h );
33 void x264_analyse_free_costs( x264_t *h );
35 void x264_analyse_weight_frame( x264_t *h, int end );
37 void x264_macroblock_analyse( x264_t *h );
39 void x264_slicetype_decide( x264_t *h );
42 void x264_slicetype_analyse( x264_t *h, int intra_minigop );
45 int x264_lookahead_init( x264_t *h, int i_slicetype_length );
47 int x264_lookahead_is_empty( x264_t *h );
49 void x264_lookahead_put_frame( x264_t *h, x264_frame_t *frame );
51 void x264_lookahead_get_frames( x264_t *h );
[all …]
H A Dset.h45 int x264_sei_version_write( x264_t *h, bs_t *s );
47 int x264_validate_levels( x264_t *h, int verbose );
49 void x264_sei_buffering_period_write( x264_t *h, bs_t *s );
51 void x264_sei_pic_timing_write( x264_t *h, bs_t *s );
53 void x264_sei_dec_ref_pic_marking_write( x264_t *h, bs_t *s );
55 void x264_sei_frame_packing_write( x264_t *h, bs_t *s );
57 void x264_sei_mastering_display_write( x264_t *h, bs_t *s );
59 void x264_sei_content_light_level_write( x264_t *h, bs_t *s );
61 void x264_sei_alternative_transfer_write( x264_t *h, bs_t *s );
63 int x264_sei_avcintra_umid_write( x264_t *h, bs_t *s );
[all …]
H A Dmacroblock.h36 int x264_macroblock_probe_skip( x264_t *h, int b_bidir );
48 void x264_predict_lossless_16x16( x264_t *h, int p, int i_mode );
50 void x264_predict_lossless_chroma( x264_t *h, int i_mode );
53 void x264_macroblock_encode ( x264_t *h );
55 void x264_macroblock_write_cabac ( x264_t *h, x264_cabac_t *cb );
57 void x264_macroblock_write_cavlc ( x264_t *h );
60 void x264_macroblock_encode_p8x8( x264_t *h, int i8 );
62 void x264_macroblock_encode_p4x4( x264_t *h, int i4 );
64 void x264_mb_encode_chroma( x264_t *h, int b_inter, int i_qp );
67 void x264_cabac_mb_skip( x264_t *h, int b_skip );
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dratecontrol.h42 int x264_ratecontrol_new ( x264_t * );
43 void x264_ratecontrol_delete( x264_t * );
50 int x264_reference_build_list_optimal( x264_t *h );
51 void x264_thread_sync_ratecontrol( x264_t *cur, x264_t *prev, x264_t *next );
55 int x264_ratecontrol_mb( x264_t *, int bits );
56 int x264_ratecontrol_qp( x264_t * );
57 int x264_ratecontrol_mb_qp( x264_t *h );
59 void x264_ratecontrol_summary( x264_t * );
62 int x264_rc_analyse_slice( x264_t *h );
65 void x264_threads_merge_ratecontrol( x264_t *h );
[all …]
H A Danalyse.h30 float *x264_analyse_prepare_costs( x264_t *h );
31 int x264_analyse_init_costs( x264_t *h, float *logs, int qp );
32 void x264_analyse_free_costs( x264_t *h );
33 void x264_analyse_weight_frame( x264_t *h, int end );
34 void x264_macroblock_analyse( x264_t *h );
35 void x264_slicetype_decide( x264_t *h );
37 void x264_slicetype_analyse( x264_t *h, int intra_minigop );
41 int x264_lookahead_init( x264_t *h, int i_slicetype_length );
42 int x264_lookahead_is_empty( x264_t *h );
44 void x264_lookahead_get_frames( x264_t *h );
[all …]
H A Dset.h34 void x264_sei_recovery_point_write( x264_t *h, bs_t *s, int recovery_frame_cnt );
35 int x264_sei_version_write( x264_t *h, bs_t *s );
36 int x264_validate_levels( x264_t *h, int verbose );
37 void x264_sei_buffering_period_write( x264_t *h, bs_t *s );
38 void x264_sei_pic_timing_write( x264_t *h, bs_t *s );
39 void x264_sei_dec_ref_pic_marking_write( x264_t *h, bs_t *s );
40 void x264_sei_frame_packing_write( x264_t *h, bs_t *s );
41 int x264_sei_avcintra_umid_write( x264_t *h, bs_t *s );
42 int x264_sei_avcintra_vanc_write( x264_t *h, bs_t *s, int len );
44 void x264_filler_write( x264_t *h, bs_t *s, int filler );
H A Dmacroblock.h37 int x264_macroblock_probe_skip( x264_t *h, int b_bidir );
46 void x264_predict_lossless_16x16( x264_t *h, int p, int i_mode );
47 void x264_predict_lossless_chroma( x264_t *h, int i_mode );
49 void x264_macroblock_encode ( x264_t *h );
50 void x264_macroblock_write_cabac ( x264_t *h, x264_cabac_t *cb );
51 void x264_macroblock_write_cavlc ( x264_t *h );
53 void x264_macroblock_encode_p8x8( x264_t *h, int i8 );
54 void x264_macroblock_encode_p4x4( x264_t *h, int i4 );
55 void x264_mb_encode_chroma( x264_t *h, int b_inter, int i_qp );
57 void x264_cabac_mb_skip( x264_t *h, int b_skip );
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dratecontrol.h42 int x264_ratecontrol_new ( x264_t * );
43 void x264_ratecontrol_delete( x264_t * );
50 int x264_reference_build_list_optimal( x264_t *h );
51 void x264_thread_sync_ratecontrol( x264_t *cur, x264_t *prev, x264_t *next );
55 int x264_ratecontrol_mb( x264_t *, int bits );
56 int x264_ratecontrol_qp( x264_t * );
57 int x264_ratecontrol_mb_qp( x264_t *h );
59 void x264_ratecontrol_summary( x264_t * );
62 int x264_rc_analyse_slice( x264_t *h );
65 void x264_threads_merge_ratecontrol( x264_t *h );
[all …]
H A Danalyse.h30 float *x264_analyse_prepare_costs( x264_t *h );
31 int x264_analyse_init_costs( x264_t *h, float *logs, int qp );
32 void x264_analyse_free_costs( x264_t *h );
33 void x264_analyse_weight_frame( x264_t *h, int end );
34 void x264_macroblock_analyse( x264_t *h );
35 void x264_slicetype_decide( x264_t *h );
37 void x264_slicetype_analyse( x264_t *h, int intra_minigop );
41 int x264_lookahead_init( x264_t *h, int i_slicetype_length );
42 int x264_lookahead_is_empty( x264_t *h );
44 void x264_lookahead_get_frames( x264_t *h );
[all …]
H A Dset.h34 void x264_sei_recovery_point_write( x264_t *h, bs_t *s, int recovery_frame_cnt );
35 int x264_sei_version_write( x264_t *h, bs_t *s );
36 int x264_validate_levels( x264_t *h, int verbose );
37 void x264_sei_buffering_period_write( x264_t *h, bs_t *s );
38 void x264_sei_pic_timing_write( x264_t *h, bs_t *s );
39 void x264_sei_dec_ref_pic_marking_write( x264_t *h, bs_t *s );
40 void x264_sei_frame_packing_write( x264_t *h, bs_t *s );
41 int x264_sei_avcintra_umid_write( x264_t *h, bs_t *s );
42 int x264_sei_avcintra_vanc_write( x264_t *h, bs_t *s, int len );
44 void x264_filler_write( x264_t *h, bs_t *s, int filler );
H A Dmacroblock.h37 int x264_macroblock_probe_skip( x264_t *h, int b_bidir );
46 void x264_predict_lossless_16x16( x264_t *h, int p, int i_mode );
47 void x264_predict_lossless_chroma( x264_t *h, int i_mode );
49 void x264_macroblock_encode ( x264_t *h );
50 void x264_macroblock_write_cabac ( x264_t *h, x264_cabac_t *cb );
51 void x264_macroblock_write_cavlc ( x264_t *h );
53 void x264_macroblock_encode_p8x8( x264_t *h, int i8 );
54 void x264_macroblock_encode_p4x4( x264_t *h, int i4 );
55 void x264_mb_encode_chroma( x264_t *h, int b_inter, int i_qp );
57 void x264_cabac_mb_skip( x264_t *h, int b_skip );
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmacroblock.h302 int x264_macroblock_cache_allocate( x264_t *h );
303 void x264_macroblock_cache_free( x264_t *h );
307 void x264_macroblock_thread_free( x264_t *h, int b_lookahead );
309 void x264_macroblock_slice_init( x264_t *h );
310 void x264_macroblock_thread_init( x264_t *h );
313 void x264_macroblock_deblock_strength( x264_t *h );
314 void x264_macroblock_cache_save( x264_t *h );
316 void x264_macroblock_bipred_init( x264_t *h );
329 void x264_mb_predict_mv_pskip( x264_t *h, int16_t mv[2] );
348 void x264_mb_mc( x264_t *h );
[all …]
H A Dframe.h276 void x264_expand_border_mbpair( x264_t *h, int mb_x, int mb_y );
278 void x264_frame_deblock_row( x264_t *h, int mb_y );
279 void x264_macroblock_deblock( x264_t *h );
282 void x264_frame_init_lowres( x264_t *h, x264_frame_t *frame );
288 int x264_frame_new_slice( x264_t *h, x264_frame_t *frame );
290 void x264_threadslice_cond_broadcast( x264_t *h, int pass );
291 void x264_threadslice_cond_wait( x264_t *h, int pass );
297 void x264_frame_push_unused( x264_t *h, x264_frame_t *frame );
298 void x264_frame_push_blank_unused( x264_t *h, x264_frame_t *frame );
299 x264_frame_t *x264_frame_pop_blank_unused( x264_t *h );
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmacroblock.h302 int x264_macroblock_cache_allocate( x264_t *h );
303 void x264_macroblock_cache_free( x264_t *h );
307 void x264_macroblock_thread_free( x264_t *h, int b_lookahead );
309 void x264_macroblock_slice_init( x264_t *h );
310 void x264_macroblock_thread_init( x264_t *h );
313 void x264_macroblock_deblock_strength( x264_t *h );
314 void x264_macroblock_cache_save( x264_t *h );
316 void x264_macroblock_bipred_init( x264_t *h );
329 void x264_mb_predict_mv_pskip( x264_t *h, int16_t mv[2] );
348 void x264_mb_mc( x264_t *h );
[all …]
H A Dframe.h276 void x264_expand_border_mbpair( x264_t *h, int mb_x, int mb_y );
278 void x264_frame_deblock_row( x264_t *h, int mb_y );
279 void x264_macroblock_deblock( x264_t *h );
282 void x264_frame_init_lowres( x264_t *h, x264_frame_t *frame );
288 int x264_frame_new_slice( x264_t *h, x264_frame_t *frame );
290 void x264_threadslice_cond_broadcast( x264_t *h, int pass );
291 void x264_threadslice_cond_wait( x264_t *h, int pass );
297 void x264_frame_push_unused( x264_t *h, x264_frame_t *frame );
298 void x264_frame_push_blank_unused( x264_t *h, x264_frame_t *frame );
299 x264_frame_t *x264_frame_pop_blank_unused( x264_t *h );
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.h303 int x264_macroblock_cache_allocate( x264_t *h );
305 void x264_macroblock_cache_free( x264_t *h );
311 void x264_macroblock_thread_free( x264_t *h, int b_lookahead );
314 void x264_macroblock_slice_init( x264_t *h );
316 void x264_macroblock_thread_init( x264_t *h );
322 void x264_macroblock_deblock_strength( x264_t *h );
324 void x264_macroblock_cache_save( x264_t *h );
327 void x264_macroblock_bipred_init( x264_t *h );
344 void x264_mb_predict_mv_pskip( x264_t *h, int16_t mv[2] );
367 void x264_mb_mc( x264_t *h );
[all …]
H A Dframe.h238 void x264_expand_border_mbpair( x264_t *h, int mb_x, int mb_y );
241 void x264_frame_deblock_row( x264_t *h, int mb_y );
243 void x264_macroblock_deblock( x264_t *h );
248 void x264_frame_init_lowres( x264_t *h, x264_frame_t *frame );
258 int x264_frame_new_slice( x264_t *h, x264_frame_t *frame );
261 void x264_threadslice_cond_broadcast( x264_t *h, int pass );
263 void x264_threadslice_cond_wait( x264_t *h, int pass );
275 void x264_frame_push_unused( x264_t *h, x264_frame_t *frame );
277 void x264_frame_push_blank_unused( x264_t *h, x264_frame_t *frame );
279 x264_frame_t *x264_frame_pop_blank_unused( x264_t *h );
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.h303 int x264_macroblock_cache_allocate( x264_t *h );
305 void x264_macroblock_cache_free( x264_t *h );
311 void x264_macroblock_thread_free( x264_t *h, int b_lookahead );
314 void x264_macroblock_slice_init( x264_t *h );
316 void x264_macroblock_thread_init( x264_t *h );
322 void x264_macroblock_deblock_strength( x264_t *h );
324 void x264_macroblock_cache_save( x264_t *h );
327 void x264_macroblock_bipred_init( x264_t *h );
344 void x264_mb_predict_mv_pskip( x264_t *h, int16_t mv[2] );
367 void x264_mb_mc( x264_t *h );
[all …]

12345678910