Lines Matching refs:i4_ctb_y
84 WORD32 i4_ctb_x, i4_ctb_y; in ihevcd_ilf_pad_frame() local
92 for(i4_ctb_y = 0; i4_ctb_y < ps_sps->i2_pic_ht_in_ctb; i4_ctb_y++) in ihevcd_ilf_pad_frame()
103 ps_deblk_ctxt->i4_ctb_y = i4_ctb_y; in ihevcd_ilf_pad_frame()
106 ps_sao_ctxt->i4_ctb_y = i4_ctb_y; in ihevcd_ilf_pad_frame()
134 if(i4_ctb_y == ps_sps->i2_pic_ht_in_ctb - 1) in ihevcd_ilf_pad_frame()
157 + i4_ctb_y * ctb_size in ihevcd_ilf_pad_frame()
161 + (i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_ilf_pad_frame()
169 pad_ht_luma += (ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y ? 8 : 0; in ihevcd_ilf_pad_frame()
171 pad_ht_chroma += (ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y ? 8 : 0; in ihevcd_ilf_pad_frame()
183 pad_ht_luma += (ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y ? 8 : 0; in ihevcd_ilf_pad_frame()
185 pad_ht_chroma += (ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y ? 8 : 0; in ihevcd_ilf_pad_frame()
191 if((ps_sps->i2_pic_ht_in_ctb - 1) == i4_ctb_y) in ihevcd_ilf_pad_frame()