Searched refs:MAX_TILE_COLS (Results 1 – 2 of 2) sorted by relevance
25 #define MAX_TILE_COLS 20 macro264 size = round_up(MAX_TILE_COLS * MAX_TILE_ROWS * 4 * sizeof(u16) + 16, 16); in hantro_hevc_dec_init()
19 #define MAX_TILE_COLS 20 macro68 return roundup((MAX_TILE_COLS * MAX_TILE_ROWS * 4 * sizeof(u16) + 15 + 16) & ~0xf, 16); in hantro_vp9_tile_info_size()
Completed in 3 milliseconds