Home
last modified time | relevance | path

Searched refs:max_tile_rows (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_headers.c2226 WORD32 max_tile_rows = (ht + MIN_TILE_HT - 1) / MIN_TILE_HT; in ihevcd_parse_pps() local
2237 (ps_pps->i1_num_tile_rows > max_tile_rows)) in ihevcd_parse_pps()
2427 WORD32 max_tile_cols, max_tile_rows; in ihevcd_copy_pps() local
2434 max_tile_rows = (ht + MIN_TILE_HT - 1) / MIN_TILE_HT; 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()
Dihevcd_api.c1486 WORD32 max_tile_cols, max_tile_rows; in ihevcd_allocate_dynamic_bufs() local
1505 max_tile_rows = (ht + MIN_TILE_HT - 1) / MIN_TILE_HT; in ihevcd_allocate_dynamic_bufs()
1514 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs()
1526 size = max_tile_cols * max_tile_rows; in ihevcd_allocate_dynamic_bufs()
1596 ps_tile += (max_tile_cols * max_tile_rows); in ihevcd_allocate_dynamic_bufs()