Searched refs:size_in_mi (Results 1 – 3 of 3) sorted by relevance
55 static AOM_INLINE int size_in_mi(int size) { in size_in_mi() function67 mi_params->mi_cols = size_in_mi(width); in set_mb_mi()68 mi_params->mi_rows = size_in_mi(height); in set_mb_mi()
1226 int max_mi_cols = size_in_mi(cpi->oxcf.frm_dim_cfg.forced_max_frame_width); in av1_noop_first_pass_frame()1230 int max_mi_rows = size_in_mi(cpi->oxcf.frm_dim_cfg.forced_max_frame_height); in av1_noop_first_pass_frame()1271 int max_mi_cols = size_in_mi(cpi->oxcf.frm_dim_cfg.forced_max_frame_width); in av1_first_pass()1275 int max_mi_rows = size_in_mi(cpi->oxcf.frm_dim_cfg.forced_max_frame_height); in av1_first_pass()
1426 max_mi_cols = size_in_mi(oxcf->frm_dim_cfg.forced_max_frame_width); in av1_create_compressor()1429 max_mi_rows = size_in_mi(oxcf->frm_dim_cfg.forced_max_frame_height); in av1_create_compressor()