Searched refs:qp_left (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() local1331 qp_left = in ihevce_cabac_encode_coding_unit()1345 qp_left = 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() local900 qp_left = in ihevce_encode_transform_tree()915 qp_left = 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() local1895 qp_left = ps_codec->s_parse.u4_qpg; in ihevcd_parse_coding_quadtree()1900 qp_left = ps_codec->s_parse.ai1_8x8_cu_qp[qpg_x - 1 + (qpg_y * 8)]; in ihevcd_parse_coding_quadtree()1907 qp_pred = (qp_left + qp_top + 1) >> 1; in ihevcd_parse_coding_quadtree()