Home | History | Annotate | Download | only in decoder

Lines Matching defs:ps_tile

111     tile_t *ps_tile = ps_proc->ps_tile;
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1));
141 idx += ps_tile->u1_pos_x;
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
247 tile_t *ps_tile = ps_proc->ps_tile;
260 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
273 if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd + ps_tile->u1_pos_x))
277 - ps_tile->u2_wd;
283 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x))
287 - ps_tile->u2_wd;
292 else if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd))
301 if(ps_proc->i4_ctb_slice_x >= ps_tile->u2_wd)
305 - ps_tile->u2_wd;
315 tile_t *ps_tile = ps_proc->ps_tile;
323 if((0 != ps_tile->u1_pos_x) && (0 != ps_tile->u1_pos_y))
325 ps_tile_prev = ps_tile - 1;
329 ps_tile_prev = ps_tile;
334 if(!(((check_tile_wd >= ps_sps->i2_pic_wd_in_ctb) && (check_tile_wd % ps_sps->i2_pic_wd_in_ctb == ps_tile->u1_pos_x))
335 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
341 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
350 i2_wd_in_ctb = ps_tile->u2_wd;
405 if((ps_proc->i4_ctb_x == (ps_sps->i2_pic_wd_in_ctb - 1)) || ((ps_tile->u2_wd - 1) == ps_proc->i4_ctb_tile_x))
415 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1))
417 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
420 if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
426 tile_t *ps_tile_next = ps_proc->ps_tile + 1;
432 next_ctb_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
455 tile_t *ps_tile;
457 ps_tile = ps_proc->ps_tile;
463 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1))
465 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
468 if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
474 tile_t *ps_tile_next = ps_proc->ps_tile + 1;
480 next_ctb_tu_idx = ((ps_tileps_tile->u1_pos_x;
489 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1))
491 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
494 if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
500 tile_t *ps_tile_next = ps_proc->ps_tile + 1;
506 next_ctb_tu_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
543 nctb = MIN(nctb, (ps_proc->ps_tile->u2_wd - ps_proc->i4_ctb_tile_x));
583 tile_t *ps_tile = ps_proc->ps_tile;
678 s_mv_ctxt.ps_tile = ps_tile;
812 ps_proc->s_bs_ctxt.ps_tile = ps_proc->ps_tile;
1133 ps_proc->s_sao_ctxt.ps_tile = ps_proc->ps_tile;
1315 tile_t *ps_tile;
1317 ps_tile = ps_proc->ps_tile;
1327 if(ps_proc->i4_ctb_tile_x >= (ps_tile->u2_wd))
1331 ps_proc->i4_ctb_x = ps_tile->u1_pos_x;
1335 if(ps_proc->i4_ctb_tile_y == ps_tile->u2_ht)
1340 ps_proc->ps_tile++;
1342 if(!((ps_tile->u2_ht + ps_tile->u1_pos_y == ps_sps->i2_pic_ht_in_ctb) && (ps_tile->u2_wd + ps_tile->u1_pos_x == ps_sps->i2_pic_wd_in_ctb)))
1344 ps_tile = ps_proc->ps_tile;
1345 ps_proc->i4_ctb_x = ps_tile->u1_pos_x;
1346 ps_proc->i4_ctb_y = ps_tile->u1_pos_y;
1365 tile_t *ps_tile, *ps_tile_prev;
1396 ps_proc->ps_tile = ps_pps->ps_tile + tile_idx;
1398 ps_tile = ps_proc->ps_tile;
1403 ps_tile_prev = ps_tile - 1;
1405 ps_tile_prev = ps_tile;
1408 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
1414 if(((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x) && (ps_slice_hdr->i2_ctb_y != ps_tile->u1_pos_y)))
1421 if(!(((check_tile_wd >= ps_sps->i2_pic_wd_in_ctb) && (check_tile_wd % ps_sps->i2_pic_wd_in_ctb == ps_tile->u1_pos_x))
1422 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
1453 i4_wd_in_ctb = ps_tile->u2_wd;
1463 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - ps_tile->u1_pos_x;
1482 ps_proc->i4_ctb_slice_y = ps_tile->u1_pos_y - i2_independent_ctb_y;
1490 if(i2_independent_ctb_y <= ps_tile->u1_pos_y)
1493 if(i2_independent_ctb_x > ps_tile->u1_pos_x)
1502 if(((i2_independent_ctb_x - ps_tile->u1_pos_x) != 0) && ((ps_proc->i4_ctb_slice_y != 0))
1503 && ((i2_independent_ctb_x >= ps_tile->u1_pos_x) && (i2_independent_ctb_x < ps_tile->u1_pos_x + ps_tile->u2_wd)))
1567 ps_proc->i4_nctb = MIN(ps_codec->u4_nctb, ps_tile->u2_wd);