Home
last modified time | relevance | path

Searched refs:blk_height (Results 1 – 11 of 11) sorted by relevance

/dports/games/xorgramana/XorGramana-0.0.8/
H A Dgfx.c223 int blk_width,int blk_height) in gfx_new_win() argument
234 if(blk_width<2||blk_height<2) in gfx_new_win()
264 win->win_tly=(win->win_tly/blk_height)*blk_height; in gfx_new_win()
265 win->win_bry=(win->win_bry/blk_height)*blk_height; in gfx_new_win()
273 win->icon_height=blk_height; in gfx_new_win()
275 win->blk_count_y=win->win_h/blk_height; in gfx_new_win()
283 tmp=win->blk_count_y * blk_height; in gfx_new_win()
H A Dgfx.h129 int blk_width,int blk_height);
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dfirstpass.c1071 uint32_t blk_width, blk_height, blk_origin_x, blk_origin_y; in first_pass_frame_seg() local
1108 blk_height = (ppcs_ptr->aligned_height - blk_origin_y) < FORCED_BLK_SIZE in first_pass_frame_seg()
1128 blk_height)); in first_pass_frame_seg()
1133 blk_height, in first_pass_frame_seg()
1149 blk_height, in first_pass_frame_seg()
H A DEbMotionEstimationProcess.c882 uint32_t blk_height; in compute_zz_ssd() local
917 blk_height = in compute_zz_ssd()
934 blk_height)); in compute_zz_ssd()
H A DEbTemporalFiltering.c425 uint16_t **count, uint16_t blk_width, uint16_t blk_height, in apply_filtering_central() argument
427 uint16_t blk_height_y = blk_height; in apply_filtering_central()
429 uint16_t blk_height_ch = blk_height >> ss_y; in apply_filtering_central()
462 uint16_t blk_height, uint32_t ss_x, uint32_t ss_y) { in apply_filtering_central_highbd() argument
463 uint16_t blk_height_y = blk_height; in apply_filtering_central_highbd()
465 uint16_t blk_height_ch = blk_height >> ss_y; in apply_filtering_central_highbd()
H A DEbEncInterPrediction.c3803 uint8_t blk_height, in compute_subpel_params() argument
3848 blk_height, in compute_subpel_params()
3880 uint8_t blk_height, in enc_make_inter_predictor() argument
3904 blk_height, in enc_make_inter_predictor()
3924 blk_height, in enc_make_inter_predictor()
3945 blk_height, in enc_make_inter_predictor()
3958 blk_height, in enc_make_inter_predictor()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dfirstpass.c1071 uint32_t blk_width, blk_height, blk_origin_x, blk_origin_y; in first_pass_frame_seg() local
1108 blk_height = (ppcs_ptr->aligned_height - blk_origin_y) < FORCED_BLK_SIZE in first_pass_frame_seg()
1128 blk_height)); in first_pass_frame_seg()
1133 blk_height, in first_pass_frame_seg()
1149 blk_height, in first_pass_frame_seg()
H A DEbMotionEstimationProcess.c882 uint32_t blk_height; in compute_zz_ssd() local
917 blk_height = in compute_zz_ssd()
934 blk_height)); in compute_zz_ssd()
H A DEbTemporalFiltering.c425 uint16_t **count, uint16_t blk_width, uint16_t blk_height, in apply_filtering_central() argument
427 uint16_t blk_height_y = blk_height; in apply_filtering_central()
429 uint16_t blk_height_ch = blk_height >> ss_y; in apply_filtering_central()
462 uint16_t blk_height, uint32_t ss_x, uint32_t ss_y) { in apply_filtering_central_highbd() argument
463 uint16_t blk_height_y = blk_height; in apply_filtering_central_highbd()
465 uint16_t blk_height_ch = blk_height >> ss_y; in apply_filtering_central_highbd()
H A DEbEncInterPrediction.c3803 uint8_t blk_height, in compute_subpel_params() argument
3848 blk_height, in compute_subpel_params()
3880 uint8_t blk_height, in enc_make_inter_predictor() argument
3904 blk_height, in enc_make_inter_predictor()
3924 blk_height, in enc_make_inter_predictor()
3945 blk_height, in enc_make_inter_predictor()
3958 blk_height, in enc_make_inter_predictor()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/bit/
H A Dupdate_bp_kernels.cl387 void step_cell_init_prob(AuxArgs aux_args, int data_ptr, float blk_height, float d)
390 float psurf = (d / blk_height) / (*aux_args.vis);