Home | History | Annotate | Download | only in src

Lines Matching defs:slice_type

323     int slice_type, temp, i;
330 slice_type = video->slice_type;
334 status = ue_v(stream, sliceHdr->slice_type);
338 status = ue_v(stream, slice_type);
380 if (slice_type == AVC_B_SLICE)
390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE)
397 if (slice_type == AVC_B_SLICE)
409 status = ref_pic_list_reordering(video, stream, sliceHdr, slice_type);
415 if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) ||
416 (currPPS->weighted_bipred_idc == 1 && slice_type == AVC_B_SLICE))
431 if (currPPS->entropy_coding_mode_flag && slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE)
448 if (slice_type == AVC_SP_SLICE)
506 AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type)
512 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
547 if (slice_type == AVC_B_SLICE)