Home
last modified time | relevance | path

Searched refs:i4_weighted_pred_enable (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_api.h577 WORD32 i4_weighted_pred_enable; member
Dihevce_encode_header.c2756 ps_pps->i1_lists_modification_present_flag = ps_coding_params->i4_weighted_pred_enable; in ihevce_populate_pps()
2889 ps_pps->i1_weighted_bipred_flag = ps_coding_params->i4_weighted_pred_enable; in ihevce_populate_pps()
2891 ps_pps->i1_weighted_pred_flag = ps_coding_params->i4_weighted_pred_enable; in ihevce_populate_pps()
Dihevce_error_check.c840 if(ps_static_cfg_prms->s_coding_tools_prms.i4_weighted_pred_enable != 0 && in ihevce_hle_validate_static_params()
841 ps_static_cfg_prms->s_coding_tools_prms.i4_weighted_pred_enable != 1) in ihevce_hle_validate_static_params()
Dihevce_plugin.c297 ps_params->s_coding_tools_prms.i4_weighted_pred_enable = 0; in ihevce_set_def_params()