Home | History | Annotate | Download | only in decoder

Lines Matching refs:i2_ctb_x

227         if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x)
259 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
271 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x)
282 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x);
333 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd;
335 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
340 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
1403 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
1410 if(((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x) && (ps_slice_hdr->i2_ctb_y != ps_tile->u1_pos_y)))
1416 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd;
1418 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
1583 ps_proc->i4_ctb_x = s_job.i2_ctb_x;