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

  /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)
379 ps_slice_hdr->i1_slice_type = value;
384 ps_slice_hdr->i1_slice_type = ISLICE;
386 if((ps_slice_hdr->i1_slice_type < 0) ||
387 (ps_slice_hdr->i1_slice_type > 2))
545 if((PSLICE == ps_slice_hdr->i1_slice_type) ||
546 (BSLICE == ps_slice_hdr->i1_slice_type))
556 if(BSLICE == ps_slice_hdr->i1_slice_type)
    [all...]
ihevcd_mv_merge.c 175 if(PSLICE == ps_slice_hdr->i1_slice_type)
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))
502 if(PSLICE == ps_slice_hdr->i1_slice_type)
826 slice_type = ps_slice_hdr->i1_slice_type;
ihevcd_ref_list.c 394 if((PSLICE == ps_slice_hdr->i1_slice_type) ||
395 (BSLICE == ps_slice_hdr->i1_slice_type))
441 if(ps_slice_hdr->i1_slice_type == BSLICE)
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_get_mv.c 435 if(BSLICE == ps_slice_hdr->i1_slice_type)
ihevcd_parse_slice.c 635 if(ps_slice_hdr->i1_slice_type == BSLICE)
    [all...]
ihevcd_utils.c 1026 if(ps_slice_hdr->i1_slice_type != ISLICE)
1035 if((ps_slice_hdr->i1_slice_type != ISLICE) &&
    [all...]
ihevcd_process_slice.c 658 if(PSLICE == ps_slice_hdr->i1_slice_type
659 || BSLICE == ps_slice_hdr->i1_slice_type)
813 if(ISLICE == ps_slice_hdr->i1_slice_type)
    [all...]
ihevcd_mv_pred.c 410 if(PSLICE == ps_slice_hdr->i1_slice_type)
ihevcd_parse_headers.c 244 if(BSLICE == ps_slice_hdr->i1_slice_type)
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2562 WORD8 i1_slice_type; member in struct:__anon27542
    [all...]

Completed in 72 milliseconds