HomeSort by relevance Sort by last modified time
    Searched refs:i1_max_num_merge_cand (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 549 ps_slice_hdr->i1_max_num_merge_cand = 1;
639 ps_slice_hdr->i1_max_num_merge_cand = 5 - value;
642 ps_slice_hdr->i1_max_num_merge_cand = CLIP3(ps_slice_hdr->i1_max_num_merge_cand, 1, 5);
    [all...]
ihevcd_parse_slice.c 851 if(ps_slice_hdr->i1_max_num_merge_cand > 1)
860 if(ps_slice_hdr->i1_max_num_merge_cand > 2)
864 (ps_slice_hdr->i1_max_num_merge_cand - 2));
888 if(ps_slice_hdr->i1_max_num_merge_cand > 1)
896 if(ps_slice_hdr->i1_max_num_merge_cand > 2)
900 (ps_slice_hdr->i1_max_num_merge_cand - 2));
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2915 WORD8 i1_max_num_merge_cand; member in struct:__anon23430
    [all...]

Completed in 133 milliseconds