Searched refs:max_tile_cols (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | level.c | 22 .high_cr = 0, .max_tiles = 0, .max_tile_cols = 0 \ 38 .max_tile_cols = 4 }, 51 .max_tile_cols = 4 }, 66 .max_tile_cols = 6 }, 79 .max_tile_cols = 6 }, 94 .max_tile_cols = 8 }, 107 .max_tile_cols = 8 }, 122 .max_tile_cols = 8 }, 135 .max_tile_cols = 8 }, 148 .max_tile_cols = 8 }, [all …]
|
D | level.h | 28 int max_tile_cols; member 206 int *const max_tile_cols);
|
D | encoder.c | 2763 int max_tiles, max_tile_cols; in config_target_level() local 2764 av1_get_max_tiles_for_level(target_level, &max_tiles, &max_tile_cols); in config_target_level() 2765 while (oxcf->tile_columns > 0 && (1 << oxcf->tile_columns) > max_tile_cols) { in config_target_level()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 91 int max_tile_cols = get_max_tile_cols(cpi); in create_enc_workers() local 92 allocated_workers = VPXMIN(cpi->oxcf.max_threads, max_tile_cols); in create_enc_workers()
|
/external/libhevc/decoder/ |
D | ihevcd_parse_headers.c | 2225 WORD32 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_parse_pps() local 2235 (ps_pps->i1_num_tile_columns > max_tile_cols) || in ihevcd_parse_pps() 2427 WORD32 max_tile_cols, max_tile_rows; in ihevcd_copy_pps() local 2433 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_copy_pps() 2446 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()
|
D | ihevcd_api.c | 1569 WORD32 max_tile_cols, max_tile_rows; in ihevcd_allocate_dynamic_bufs() local 1587 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_allocate_dynamic_bufs() 1597 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs() 1609 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs() 1679 ps_tile += (max_tile_cols * max_tile_rows); in ihevcd_allocate_dynamic_bufs() 1691 size *= max_tile_cols; in ihevcd_allocate_dynamic_bufs()
|