Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c574 ps_slice_hdr->i1_max_num_merge_cand = 1; in ihevcd_parse_slice_header()
686 ps_slice_hdr->i1_max_num_merge_cand = 5 - value; 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/encoder/
Dihevce_encode_header.c1820 PUT_BITS_UEV(ps_bitstrm, 5 - ps_slice_hdr->i1_max_num_merge_cand, return_status); in ihevce_generate_slice_header()
1821 ENTROPY_TRACE("five_minus_max_num_merge_cand", 5 - ps_slice_hdr->i1_max_num_merge_cand); in ihevce_generate_slice_header()
1826 PUT_BITS_UEV(ps_bitstrm, 5 - ps_slice_hdr->i1_max_num_merge_cand, return_status); in ihevce_generate_slice_header()
1827 ENTROPY_TRACE("five_minus_max_num_merge_cand", 5 - ps_slice_hdr->i1_max_num_merge_cand); in ihevce_generate_slice_header()
3097 ps_slice_hdr->i1_max_num_merge_cand = max_merge_candidates; in ihevce_populate_slice_header()
Dihevce_cabac_cu_pu.c784 WORD32 max_merge_cand = ps_slice_hdr->i1_max_num_merge_cand; in ihevce_cabac_encode_inter_pu()
/external/libhevc/common/
Dihevc_structs.h3053 WORD8 i1_max_num_merge_cand; member