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.c553 ps_slice_hdr->i1_max_num_merge_cand = 1; in ihevcd_parse_slice_header()
643 ps_slice_hdr->i1_max_num_merge_cand = 5 - value; in ihevcd_parse_slice_header()
646 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.c851 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()
860 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()
864 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()
888 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()
896 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()
900 (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