Home | History | Annotate | Download | only in decoder

Lines Matching full:max_tile_rows

1911     WORD32 max_tile_cols, max_tile_rows;
1918 max_tile_rows = (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));