Home
last modified time | relevance | path

Searched refs:max_tile_cols (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c83 int max_tile_cols = get_max_tile_cols(cpi); in create_enc_workers() local
84 allocated_workers = VPXMIN(cpi->oxcf.max_threads, max_tile_cols); in create_enc_workers()
/external/libhevc/decoder/
Dihevcd_parse_headers.c1999 WORD32 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_parse_pps() local
2009 (ps_pps->i1_num_tile_columns > max_tile_cols) || in ihevcd_parse_pps()
2189 WORD32 max_tile_cols, max_tile_rows; in ihevcd_copy_pps() local
2195 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_copy_pps()
2208 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()
Dihevcd_api.c1476 WORD32 max_tile_cols, max_tile_rows; in ihevcd_allocate_dynamic_bufs() local
1494 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_allocate_dynamic_bufs()
1504 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs()
1516 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs()
1586 ps_tile += (max_tile_cols * max_tile_rows); in ihevcd_allocate_dynamic_bufs()
1598 size *= max_tile_cols; in ihevcd_allocate_dynamic_bufs()