Searched refs:qp_top (Results 1 – 3 of 3) sorted by relevance
1266 WORD32 cur_cu_offset, cur_qp, qp_left, qp_top; in ihevce_cabac_encode_coding_unit() local1337 qp_top = in ihevce_cabac_encode_coding_unit()1350 qp_top = ps_entropy_ctxt->i1_cur_qp; in ihevce_cabac_encode_coding_unit()1352 cur_qp = (qp_top + qp_left + 1) >> 1; in ihevce_cabac_encode_coding_unit()
873 WORD32 qp_pred, qp_left, qp_top; in ihevce_encode_transform_tree() local908 qp_top = ps_entropy_ctxt->ai4_8x8_cu_qp[ps_entropy_ctxt->i4_qg_pos_x + in ihevce_encode_transform_tree()920 qp_top = ps_entropy_ctxt->i1_cur_qp; in ihevce_encode_transform_tree()923 qp_pred = (qp_left + qp_top + 1) >> 1; in ihevce_encode_transform_tree()
1877 WORD32 qp_pred, qp_left, qp_top; in ihevcd_parse_coding_quadtree() local1896 qp_top = ps_codec->s_parse.u4_qpg; in ihevcd_parse_coding_quadtree()1904 qp_top = ps_codec->s_parse.ai1_8x8_cu_qp[qpg_x + ((qpg_y - 1) * 8)]; in ihevcd_parse_coding_quadtree()1907 qp_pred = (qp_left + qp_top + 1) >> 1; in ihevcd_parse_coding_quadtree()