Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1345 qp_left = ps_entropy_ctxt->i1_cur_qp; in ihevce_cabac_encode_coding_unit()
1350 qp_top = ps_entropy_ctxt->i1_cur_qp; in ihevce_cabac_encode_coding_unit()
1355 ps_entropy_ctxt->i1_cur_qp = cur_qp; in ihevce_cabac_encode_coding_unit()
1983 ps_entropy_ctxt->i1_cur_qp = slice_qp; in ihevce_encode_slice_data()
2190 ps_entropy_ctxt->i1_cur_qp = i1_last_cu_qp; in ihevce_encode_slice_data()
2227 i1_last_cu_qp = ps_entropy_ctxt->i1_cur_qp; in ihevce_encode_slice_data()
2240 ps_entropy_ctxt->i1_cur_qp = slice_qp; in ihevce_encode_slice_data()
Dihevce_entropy_structs.h198 WORD8 i1_cur_qp; member
Dihevce_cabac_tu.c874 WORD32 qp_delta = tu_qp - ps_entropy_ctxt->i1_cur_qp; in ihevce_encode_transform_tree()
915 qp_left = ps_entropy_ctxt->i1_cur_qp; in ihevce_encode_transform_tree()
920 qp_top = ps_entropy_ctxt->i1_cur_qp; in ihevce_encode_transform_tree()
953 ps_entropy_ctxt->i1_cur_qp = tu_qp; in ihevce_encode_transform_tree()