Lines Matching refs:ps_deblk
97 void ihevcd_deblk_ctb(deblk_ctxt_t *ps_deblk, in ihevcd_deblk_ctb() argument
125 WORD32 chroma_yuv420sp_vu = ps_deblk->is_chroma_yuv420sp_vu; in ihevcd_deblk_ctb()
133 ps_sps = ps_deblk->ps_sps; in ihevcd_deblk_ctb()
134 ps_pps = ps_deblk->ps_pps; in ihevcd_deblk_ctb()
135 ps_codec = ps_deblk->ps_codec; in ihevcd_deblk_ctb()
136 ps_slice_hdr = ps_deblk->ps_slice_hdr; in ihevcd_deblk_ctb()
145 pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_vert_bs + in ihevcd_deblk_ctb()
146 (ps_deblk->i4_ctb_x << (2 * log2_ctb_size - 7)) + in ihevcd_deblk_ctb()
147 ps_deblk->i4_ctb_y * bs_strd); in ihevcd_deblk_ctb()
150 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_deblk_ctb()
151 (ps_deblk->i4_ctb_x << (2 * log2_ctb_size - 7)) + in ihevcd_deblk_ctb()
152 ps_deblk->i4_ctb_y * bs_strd); in ihevcd_deblk_ctb()
156 …pu1_qp = ps_deblk->s_bs_ctxt.pu1_pic_qp + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * qp_strd) << … in ihevcd_deblk_ctb()
158 pu2_ctb_no_loop_filter_flag = ps_deblk->au2_ctb_no_loop_filter_flag; in ihevcd_deblk_ctb()
160 ctb_indx = ps_deblk->i4_ctb_x + ps_sps->i2_pic_wd_in_ctb * ps_deblk->i4_ctb_y; in ihevcd_deblk_ctb()
185 … au2_ctb_no_loop_filter_flag[row] = ps_deblk->au2_ctb_no_loop_filter_flag[row] >> (ctb_size >> 3); in ihevcd_deblk_ctb()
190 …u4_qp_const_in_ctb[3] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx) >> 3] & (1 << (ctb_… in ihevcd_deblk_ctb()
192 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x) in ihevcd_deblk_ctb()
194 …u4_qp_const_in_ctb[2] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - 1) >> 3] & (1 << (… in ihevcd_deblk_ctb()
197 if((ps_deblk->i4_ctb_x || i4_is_last_ctb_x) && (ps_deblk->i4_ctb_y || i4_is_last_ctb_y)) in ihevcd_deblk_ctb()
200 … ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - ps_sps->i2_pic_wd_in_ctb - 1) >> 3] & in ihevcd_deblk_ctb()
206 if(ps_deblk->i4_ctb_y || i4_is_last_ctb_y) in ihevcd_deblk_ctb()
209 … ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - ps_sps->i2_pic_wd_in_ctb) >> 3] & in ihevcd_deblk_ctb()
222 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
225 …ps_slice_hdr_top = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - ps_sps->i2… in ihevcd_deblk_ctb()
228 …pu1_src = ps_deblk->pu1_cur_pic_luma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_co… in ihevcd_deblk_ctb()
229 pu1_src += i4_is_last_ctb_y ? ps_deblk->ps_codec->i4_strd << log2_ctb_size : 0; in ihevcd_deblk_ctb()
250 if(ps_deblk->i4_ctb_y || i4_is_last_ctb_y) in ihevcd_deblk_ctb()
364 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
367 … ps_slice_hdr_left = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - 1]; in ihevcd_deblk_ctb()
369 …pu1_src = ps_deblk->pu1_cur_pic_luma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_co… in ihevcd_deblk_ctb()
390 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x) in ihevcd_deblk_ctb()
505 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
508 …ps_slice_hdr_top = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - ps_sps->i2… in ihevcd_deblk_ctb()
511 …pu1_src = ps_deblk->pu1_cur_pic_chroma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_… in ihevcd_deblk_ctb()
512 pu1_src += i4_is_last_ctb_y ? (ps_deblk->ps_codec->i4_strd / 2) << log2_ctb_size : 0; in ihevcd_deblk_ctb()
524 if(ps_deblk->i4_ctb_y || i4_is_last_ctb_y) in ihevcd_deblk_ctb()
652 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
655 … ps_slice_hdr_left = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - 1]; in ihevcd_deblk_ctb()
658 …pu1_src = ps_deblk->pu1_cur_pic_chroma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_… in ihevcd_deblk_ctb()
669 if(ps_deblk->i4_ctb_x || i4_is_last_ctb_x) in ihevcd_deblk_ctb()