Searched refs:max_tile_cols (Results 1 – 3 of 3) sorted by relevance
83 int max_tile_cols = get_max_tile_cols(cpi); in vp9_encode_tiles_mt() local84 allocated_workers = VPXMIN(cpi->oxcf.max_threads, max_tile_cols); in vp9_encode_tiles_mt()
1444 WORD32 max_tile_cols, max_tile_rows; in ihevcd_allocate_dynamic_bufs() local1462 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_allocate_dynamic_bufs()1472 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs()1484 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs()1554 ps_tile += (max_tile_cols * max_tile_rows); in ihevcd_allocate_dynamic_bufs()1566 size *= max_tile_cols; in ihevcd_allocate_dynamic_bufs()
1909 WORD32 max_tile_cols, max_tile_rows; in ihevcd_copy_pps() local1915 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_copy_pps()1928 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()