Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_entropy_interface.c271 ps_entropy_ctxt->i4_slice_segment_max_length = in ihevce_entropy_init()
276 ps_entropy_ctxt->i4_slice_segment_max_length = 0; in ihevce_entropy_init()
508 i4_slice_segment_max_length_bckp = ps_entropy_ctxt->i4_slice_segment_max_length; in ihevce_entropy_encode_frame()
557 ps_entropy_ctxt->i4_slice_segment_max_length = 0x7FFFFFFF; in ihevce_entropy_encode_frame()
625 ps_entropy_ctxt->i4_slice_segment_max_length = i4_slice_segment_max_length_bckp; in ihevce_entropy_encode_frame()
Dihevce_entropy_structs.h263 WORD32 i4_slice_segment_max_length; member
Dihevce_cabac_cu_pu.c2121 if((ps_entropy_ctxt->i4_slice_seg_len) >= ps_entropy_ctxt->i4_slice_segment_max_length) in ihevce_encode_slice_data()
2156 if(ps_entropy_ctxt->i4_slice_seg_len > ps_entropy_ctxt->i4_slice_segment_max_length) in ihevce_encode_slice_data()
2175 ps_entropy_ctxt->i4_slice_segment_max_length); in ihevce_encode_slice_data()