Home | History | Annotate | Download | only in decoder

Lines Matching refs:i2_ctb_x

229         if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x)
261 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
273 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x)
284 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x);
335 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd;
337 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
342 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
1409 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_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)))
1422 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd;
1424 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
1589 ps_proc->i4_ctb_x = s_job.i2_ctb_x;