Searched refs:x264_analyse_weight_frame (Results 1 – 12 of 12) sorted by relevance
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.h | 34 #define x264_analyse_weight_frame x264_template(analyse_weight_frame) macro 35 void x264_analyse_weight_frame( x264_t *h, int end );
|
H A D | analyse.c | 219 void x264_analyse_weight_frame( x264_t *h, int end ) in x264_analyse_weight_frame() function 371 x264_analyse_weight_frame( h, pix_y + thread_mvy_range ); in mb_analyse_init()
|
H A D | encoder.c | 3220 x264_analyse_weight_frame( h, h->mb.i_mb_height*16 + 16 ); in threaded_slices_write()
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.h | 34 #define x264_analyse_weight_frame x264_template(analyse_weight_frame) macro 35 void x264_analyse_weight_frame( x264_t *h, int end );
|
H A D | analyse.c | 219 void x264_analyse_weight_frame( x264_t *h, int end ) in x264_analyse_weight_frame() function 371 x264_analyse_weight_frame( h, pix_y + thread_mvy_range ); in mb_analyse_init()
|
H A D | encoder.c | 3220 x264_analyse_weight_frame( h, h->mb.i_mb_height*16 + 16 ); in threaded_slices_write()
|
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/ |
H A D | analyse.h | 33 void x264_analyse_weight_frame( x264_t *h, int end );
|
H A D | analyse.c | 352 void x264_analyse_weight_frame( x264_t *h, int end ) in x264_analyse_weight_frame() function 514 x264_analyse_weight_frame( h, pix_y + thread_mvy_range ); in x264_mb_analyse_init()
|
H A D | encoder.c | 3190 x264_stack_align( x264_analyse_weight_frame, h, h->mb.i_mb_height*16 + 16 ); in x264_threaded_slices_write()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/ |
H A D | analyse.h | 33 void x264_analyse_weight_frame( x264_t *h, int end );
|
H A D | analyse.c | 352 void x264_analyse_weight_frame( x264_t *h, int end ) in x264_analyse_weight_frame() function 514 x264_analyse_weight_frame( h, pix_y + thread_mvy_range ); in x264_mb_analyse_init()
|
H A D | encoder.c | 3190 x264_stack_align( x264_analyse_weight_frame, h, h->mb.i_mb_height*16 + 16 ); in x264_threaded_slices_write()
|