Home | History | Annotate | Download | only in decoder

Lines Matching refs:i4_ctb_x

84     WORD32 i4_ctb_x, i4_ctb_y;
94 for(i4_ctb_x = 0; i4_ctb_x < ps_sps->i2_pic_wd_in_ctb; i4_ctb_x++)
102 ps_deblk_ctxt->i4_ctb_x = i4_ctb_x;
105 ps_sao_ctxt->i4_ctb_x = i4_ctb_x;
116 if(i4_ctb_x == ps_sps->i2_pic_wd_in_ctb - 1)
156 + (i4_ctb_x * ctb_size
160 + i4_ctb_x * ctb_size
163 if(0 == i4_ctb_x)
176 else if((ps_sps->i2_pic_wd_in_ctb - 1) == i4_ctb_x)
180 WORD32 cols_remaining = ps_sps->i2_pic_width_in_luma_samples - (i4_ctb_x << ps_sps->i1_log2_ctb_size);