Home
last modified time | relevance | path

Searched refs:u4_qp_const_in_ctb (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_deblk.c123 UWORD32 u4_qp_const_in_ctb[4] = { 0, 0, 0, 0 }; in ihevcd_deblk_ctb() local
190u4_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()
194u4_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 …]
Dihevcd_boundary_strength.c221 UWORD32 u4_qp_const_in_ctb; in ihevcd_ctb_boundary_strength_islice() local
259 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() local
512 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()
Dihevcd_parse_slice.c2908 WORD32 u4_qp_const_in_ctb; in ihevcd_parse_slice_data() local
2920u4_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()