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 538 ps_slice_hdr->i1_max_num_merge_cand = 1;
628 ps_slice_hdr->i1_max_num_merge_cand = 5 - value;
631 ps_slice_hdr->i1_max_num_merge_cand = CLIP3(ps_slice_hdr->i1_max_num_merge_cand, 1, 5);
    [all...]
ihevcd_parse_slice.c 838 if(ps_slice_hdr->i1_max_num_merge_cand > 1)
847 if(ps_slice_hdr->i1_max_num_merge_cand > 2)
851 (ps_slice_hdr->i1_max_num_merge_cand - 2));
875 if(ps_slice_hdr->i1_max_num_merge_cand > 1)
883 if(ps_slice_hdr->i1_max_num_merge_cand > 2)
887 (ps_slice_hdr->i1_max_num_merge_cand - 2));
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2677 WORD8 i1_max_num_merge_cand; member in struct:__anon28351
    [all...]

Completed in 40 milliseconds