Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1266 WORD32 cur_cu_offset, cur_qp, qp_left, qp_top; in ihevce_cabac_encode_coding_unit() local
1331 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()
Dihevce_cabac_tu.c873 WORD32 qp_pred, qp_left, qp_top; in ihevce_encode_transform_tree() local
900 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()
/external/libhevc/decoder/
Dihevcd_parse_slice.c1877 WORD32 qp_pred, qp_left, qp_top; in ihevcd_parse_coding_quadtree() local
1895 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()