Home | History | Annotate | Download | only in decoder

Lines Matching refs:ps_tile

373     ps_tile_tmp = ps_pps->ps_tile;
385 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows;
393 ps_tile_next_tmp = ps_pps->ps_tile + i + 1;
407 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns;
415 ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->i1_num_tile_columns);