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

  /external/libhevc/common/
ihevc_defs.h 58 PSLICE = 1,
  /external/libhevc/decoder/
ihevcd_mv_merge.c 175 if(PSLICE == ps_slice_hdr->i1_slice_type)
502 if(PSLICE == ps_slice_hdr->i1_slice_type)
903 if(slice_type == PSLICE)
913 if(slice_type == PSLICE)
ihevcd_inter_pred.c 190 ASSERT(PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type);
225 weighted_pred = (ps_slice_hdr->i1_slice_type == PSLICE) ? ps_pps->i1_weighted_pred_flag :
ihevcd_parse_slice_header.c 162 if(ps_slice_hdr->i1_slice_type == PSLICE || ps_slice_hdr->i1_slice_type == BSLICE)
545 if((PSLICE == ps_slice_hdr->i1_slice_type) ||
622 if((ps_pps->i1_weighted_pred_flag && (PSLICE == ps_slice_hdr->i1_slice_type)) ||
    [all...]
ihevcd_ref_list.c 394 if((PSLICE == ps_slice_hdr->i1_slice_type) ||
ihevcd_mv_pred.c 410 if(PSLICE == ps_slice_hdr->i1_slice_type)
ihevcd_process_slice.c 658 if(PSLICE == ps_slice_hdr->i1_slice_type
    [all...]
ihevcd_parse_slice.c     [all...]

Completed in 103 milliseconds