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;
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;
814 ps_proc->s_bs_ctxt.ps_tile = ps_proc->ps_tile;
1135 ps_proc->s_sao_ctxt.ps_tile = ps_proc->ps_tile;
1317 tile_t *ps_tile;
1319 ps_tile = ps_proc->ps_tile;
1329 if(ps_proc->i4_ctb_tile_x >= (ps_tile->u2_wd))
1333 ps_proc->i4_ctb_x = ps_tile->u1_pos_x;
1337 if(ps_proc->i4_ctb_tile_y == ps_tile->u2_ht)
1342 ps_proc->ps_tile++;
1344 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)))
1346 ps_tile = ps_proc->ps_tile;
1347 ps_proc->i4_ctb_x = ps_tile->u1_pos_x;
1348 ps_proc->i4_ctb_y = ps_tile->u1_pos_y;
1367 tile_t *ps_tile, *ps_tile_prev;
1398 ps_proc->ps_tile = ps_pps->ps_tile + tile_idx;
1400 ps_tile = ps_proc->ps_tile;
1405 ps_tile_prev = ps_tile - 1;
1407 ps_tile_prev = ps_tile;
1410 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
1416 if(((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x) && (ps_slice_hdr->i2_ctb_y != ps_tile->u1_pos_y)))
1423 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))
1424 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
1455 i4_wd_in_ctb = ps_tile->u2_wd;
1465 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - ps_tile->u1_pos_x;
1484 ps_tile->u1_pos_y - i2_independent_ctb_y;
1492 if(i2_independent_ctb_y <= ps_tile->u1_pos_y)
1495 if(i2_independent_ctb_x > ps_tile->u1_pos_x)
1504 if(((i2_independent_ctb_x - ps_tile->u1_pos_x) != 0) && ((ps_proc->i4_ctb_slice_y != 0))
1505 && ((i2_independent_ctb_x >= ps_tile->u1_pos_x) && (i2_independent_ctb_x < ps_tile->u1_pos_x + ps_tile->u2_wd)))
1569 ps_proc->i4_nctb = MIN(ps_codec->u4_nctb, ps_tile->u2_wd);