Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c541 ps_slice_hdr->i1_max_num_merge_cand = 1; in ihevcd_parse_slice_header()
631 ps_slice_hdr->i1_max_num_merge_cand = 5 - value; in ihevcd_parse_slice_header()
634 ps_slice_hdr->i1_max_num_merge_cand = CLIP3(ps_slice_hdr->i1_max_num_merge_cand, 1, 5); in ihevcd_parse_slice_header()
Dihevcd_parse_slice.c838 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()
847 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()
851 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()
875 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()
883 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()
887 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()
/external/libhevc/common/
Dihevc_structs.h2915 WORD8 i1_max_num_merge_cand; member