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

/external/libhevc/decoder/
H A Dihevcd_api.c1728 WORD32 max_tile_cols, max_tile_rows; local
1835 max_tile_rows = (max_ht_luma + MIN_TILE_HT - 1) / MIN_TILE_HT;
1976 tile_size = max_tile_cols * max_tile_rows;
1992 num_entry_points = max_tile_cols * max_tile_rows;
2451 WORD32 max_tile_cols, max_tile_rows; local
2572 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT;
2671 ps_tile += (max_tile_cols * max_tile_rows);
H A Dihevcd_parse_headers.c1914 WORD32 max_tile_cols, max_tile_rows; local
1918 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT;
1930 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t));

Completed in 2390 milliseconds