Home | History | Annotate | Download | only in decoder

Lines Matching refs: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;
249 tile_t *ps_tile = ps_proc->ps_tile;
262 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
275 if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd + ps_tile->u1_pos_x))
279 - ps_tile->u2_wd;
285 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x))
289 - ps_tile->u2_wd;
294 else if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd))
303 if(ps_proc->i4_ctb_slice_x >= ps_tile->u2_wd)
307 - ps_tile->u2_wd;
317 tile_t *ps_tile = ps_proc->ps_tile;
325 if((0 != ps_tile->u1_pos_x) && (0 != ps_tile->u1_pos_y))
327 ps_tile_prev = ps_tile - 1;
331 ps_tile_prev = ps_tile;
336 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))
337 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
343 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
352 i2_wd_in_ctb = ps_tile->u2_wd;
407 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))
417 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1))
419 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
422 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))
428 tile_t *ps_tile_next = ps_proc->ps_tile + 1;
434 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;
457 tile_t *ps_tile;
459 ps_tile = ps_proc->ps_tile;
465 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1))
467 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
470 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))
476 tile_t *ps_tile_next = ps_proc->ps_tile + 1;
482 ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
491 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1))
493 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht)
496 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))
502 tile_t *ps_tile_next = ps_proc->ps_tile + 1;
508 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;
545 nctb = MIN(nctb, (ps_proc->ps_tile->u2_wd - ps_proc->i4_ctb_tile_x));
585 tile_t *ps_tile = ps_proc->ps_tile;
680 s_mv_ctxt.ps_tile = ps_tile;
829 ps_proc->s_bs_ctxt.ps_tile = ps_proc->ps_tile;
1150 ps_proc->s_sao_ctxt.ps_tile = ps_proc->ps_tile;
1332 tile_t *ps_tile;
1334 ps_tile = ps_proc->ps_tile;
1344 if(ps_proc->i4_ctb_tile_x >= (ps_tile->u2_wd))
1348 ps_proc->i4_ctb_x = ps_tile->u1_pos_x;
1352 if(ps_proc->i4_ctb_tile_y == ps_tile->u2_ht)
1357 ps_proc->ps_tile++;
1359 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)))
1361 ps_tile = ps_proc->ps_tile;
1362 ps_proc->i4_ctb_x = ps_tile->u1_pos_x;
1363 ps_proc->i4_ctb_y = ps_tile->u1_pos_y;
1382 tile_t *ps_tile, *ps_tile_prev;
1413 ps_proc->ps_tile = ps_pps->ps_tile + tile_idx;
1415 ps_tile = ps_proc->ps_tile;
1420 ps_tile_prev = ps_tile - 1;
1422 ps_tile_prev = ps_tile;
1425 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
1431 if(((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x) && (ps_slice_hdr->i2_ctb_y != ps_tile->u1_pos_y)))
1438 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))
1439 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
1470 i4_wd_in_ctb = ps_tile->u2_wd;
1480 ps_tile->u1_pos_x;
1499 ps_proc->i4_ctb_slice_y = ps_tile->u1_pos_y - i2_independent_ctb_y;
1507 if(i2_independent_ctb_y <= ps_tile->u1_pos_y)
1510 if(i2_independent_ctb_x > ps_tile->u1_pos_x)
1519 if(((i2_independent_ctb_x - ps_tile->u1_pos_x) != 0) && ((ps_proc->i4_ctb_slice_y != 0))
1520 && ((i2_independent_ctb_x >= ps_tile->u1_pos_x) && (i2_independent_ctb_x < ps_tile->u1_pos_x + ps_tile->u2_wd)))
1584 ps_proc->i4_nctb = MIN(ps_codec->u4_nctb, ps_tile->u2_wd);