Home
last modified time | relevance | path

Searched refs:i1_diff_cu_qp_delta_depth (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1286 ps_entropy_ctxt->i1_log2_ctb_size - ps_entropy_ctxt->ps_pps->i1_diff_cu_qp_delta_depth; in ihevce_cabac_encode_coding_unit()
1748 if((ps_pps->i1_cu_qp_delta_enabled_flag) && (ct_depth <= (ps_pps->i1_diff_cu_qp_delta_depth))) in ihevce_encode_coding_quadtree()
Dihevce_encode_header.c1304 PUT_BITS_UEV(ps_bitstrm, ps_pps->i1_diff_cu_qp_delta_depth, return_status); in ihevce_generate_pps()
1305 ENTROPY_TRACE("diff_cu_qp_delta_depth", ps_pps->i1_diff_cu_qp_delta_depth); in ihevce_generate_pps()
2743 ps_pps->i1_diff_cu_qp_delta_depth = CU_LEVEL_QP_LIMIT_8x8; in ihevce_populate_pps()
Dihevce_cabac_tu.c883 ps_entropy_ctxt->ps_pps->i1_diff_cu_qp_delta_depth; in ihevce_encode_transform_tree()
Dihevce_enc_loop_pass.c1536 diff_cu_qp_delta_depth = ps_entropy_ctxt->ps_pps->i1_diff_cu_qp_delta_depth; in ihevce_cu_mode_decide()
/external/libhevc/common/
Dihevc_structs.h2684 WORD8 i1_diff_cu_qp_delta_depth; member
/external/libhevc/decoder/
Dihevcd_parse_headers.c2148 ps_pps->i1_diff_cu_qp_delta_depth = value; in ihevcd_parse_pps()
2152 ps_pps->i1_diff_cu_qp_delta_depth = 0; in ihevcd_parse_pps()
2154 …s_pps->i1_log2_min_cu_qp_delta_size = ps_sps->i1_log2_ctb_size - ps_pps->i1_diff_cu_qp_delta_depth; in ihevcd_parse_pps()