Searched refs:b7_qp (Results 1 – 4 of 4) sorted by relevance
291 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_islice()349 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_islice()556 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_pbslice()696 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_pbslice()
830 qp_div = ps_tu->b7_qp / 6; in ihevcd_iquant_itrans_recon_ctb()831 qp_rem = ps_tu->b7_qp % 6; in ihevcd_iquant_itrans_recon_ctb()900 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()911 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
277 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_transform_tree()1025 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit_intra()1337 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit()1631 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit()1929 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_quadtree()1932 ps_tu_tmp->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_quadtree()2670 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_slice_data()2719 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_slice_data()2921 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_parse_slice_data()2945 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_parse_slice_data()
1371 WORD32 b7_qp : 7; member