Home
last modified time | relevance | path

Searched refs:i4_slice_segment_mode (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/
Dihevce_entropy_interface.c265 ps_entropy_ctxt->i4_slice_segment_mode = ps_init_prms->s_slice_params.i4_slice_segment_mode; in ihevce_entropy_init()
268 if((ps_entropy_ctxt->i4_slice_segment_mode == 1) || in ihevce_entropy_init()
269 (ps_entropy_ctxt->i4_slice_segment_mode == 2)) in ihevce_entropy_init()
539 if(2 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_entropy_encode_frame()
601 if(1 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_entropy_encode_frame()
611 else if(2 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_entropy_encode_frame()
Dihevce_cabac_cu_pu.c1963 (ps_entropy_ctxt->i4_slice_segment_mode == 1) || in ihevce_encode_slice_data()
1964 (ps_entropy_ctxt->i4_slice_segment_mode == 2)); in ihevce_encode_slice_data()
2027 if(2 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_encode_slice_data()
2110 if(0 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_encode_slice_data()
2118 else if(1 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_encode_slice_data()
2136 else if(2 == ps_entropy_ctxt->i4_slice_segment_mode) in ihevce_encode_slice_data()
Dihevce_entropy_structs.h258 WORD32 i4_slice_segment_mode; member
Dihevce_api.h1036 WORD32 i4_slice_segment_mode; member
Dihevce_error_check.c385 … "IHEVCE : i4_slice_segment_mode %d \n", ps_static_cfg_prms->s_slice_params.i4_slice_segment_mode); in ihevce_hle_validate_static_params()
1537 if(ps_static_cfg_prms->s_slice_params.i4_slice_segment_mode != 0) in ihevce_hle_validate_static_params()
Dihevce_plugin.c440 ps_params->s_slice_params.i4_slice_segment_mode = 0; in ihevce_set_def_params()
Dihevce_encode_header.c2732 if(0 != ps_stat_cfg_prms->s_slice_params.i4_slice_segment_mode) in ihevce_populate_pps()
/external/libhevc/test/encoder/
Dmain.c618 ps_static_prms->s_slice_params.i4_slice_segment_mode = i4_value; in parse_argument()