Searched refs:u4_qp_const_in_ctb (Results 1 – 3 of 3) sorted by relevance
123 UWORD32 u4_qp_const_in_ctb[4] = { 0, 0, 0, 0 }; in ihevcd_deblk_ctb() local190 …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()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()199 u4_qp_const_in_ctb[0] = in ihevcd_deblk_ctb()208 u4_qp_const_in_ctb[1] = in ihevcd_deblk_ctb()284 qp_p = u4_qp_const_in_ctb[0] ? in ihevcd_deblk_ctb()290 qp_p = u4_qp_const_in_ctb[1] ? in ihevcd_deblk_ctb()295 qp_q = u4_qp_const_in_ctb[1] ? in ihevcd_deblk_ctb()303 qp_p = u4_qp_const_in_ctb[2] ? in ihevcd_deblk_ctb()309 qp_p = u4_qp_const_in_ctb[3] ? in ihevcd_deblk_ctb()[all …]
221 UWORD32 u4_qp_const_in_ctb; in ihevcd_ctb_boundary_strength_islice() local259 u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7)); in ihevcd_ctb_boundary_strength_islice()290 if(u4_qp_const_in_ctb) in ihevcd_ctb_boundary_strength_islice()340 if(0 == u4_qp_const_in_ctb) in ihevcd_ctb_boundary_strength_islice()474 UWORD32 u4_qp_const_in_ctb; in ihevcd_ctb_boundary_strength_pbslice() local512 u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7)); in ihevcd_ctb_boundary_strength_pbslice()555 if(u4_qp_const_in_ctb) in ihevcd_ctb_boundary_strength_pbslice()687 if(0 == u4_qp_const_in_ctb) in ihevcd_ctb_boundary_strength_pbslice()
2908 WORD32 u4_qp_const_in_ctb; in ihevcd_parse_slice_data() local2920 …u4_qp_const_in_ctb = ps_bs_ctxt->pu1_pic_qp_const_in_ctb[cur_ctb_idx >> 3] & (1 << (cur_ctb_idx & … in ihevcd_parse_slice_data()2940 if(u4_qp_const_in_ctb) in ihevcd_parse_slice_data()