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

  /external/libhevc/common/
ihevc_defs.h 57 BSLICE = 0,
  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 162 if(ps_slice_hdr->i1_slice_type == PSLICE || ps_slice_hdr->i1_slice_type == BSLICE)
177 if(ps_slice_hdr->i1_slice_type == BSLICE)
546 (BSLICE == ps_slice_hdr->i1_slice_type))
556 if(BSLICE == ps_slice_hdr->i1_slice_type)
567 if(BSLICE == ps_slice_hdr->i1_slice_type)
589 if(BSLICE == ps_slice_hdr->i1_slice_type)
606 if(BSLICE == ps_slice_hdr->i1_slice_type)
623 (ps_pps->i1_weighted_bipred_flag && (BSLICE == ps_slice_hdr->i1_slice_type)))
    [all...]
ihevcd_mv_merge.c 178 if((ps_slice_hdr->i1_slice_type == BSLICE) && (ps_slice_hdr->i1_collocated_from_l0_flag == 0))
354 if((BSLICE == ps_slice_hdr->i1_slice_type))
832 if(slice_type == BSLICE)
ihevcd_ref_list.c 395 (BSLICE == ps_slice_hdr->i1_slice_type))
441 if(ps_slice_hdr->i1_slice_type == BSLICE)
ihevcd_get_mv.c 435 if(BSLICE == ps_slice_hdr->i1_slice_type)
ihevcd_inter_pred.c 190 ASSERT(PSLICE == ps_slice_hdr->i1_slice_type || BSLICE == ps_slice_hdr->i1_slice_type);
ihevcd_parse_slice.c 635 if(ps_slice_hdr->i1_slice_type == BSLICE)
    [all...]
ihevcd_parse_headers.c 244 if(BSLICE == ps_slice_hdr->i1_slice_type)
    [all...]
ihevcd_process_slice.c 659 || BSLICE == ps_slice_hdr->i1_slice_type)
    [all...]

Completed in 63 milliseconds