Searched refs:P_SLICE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c219 if (!(sh->slice_type == I_SLICE || sh->slice_type == P_SLICE ||
226 sh->slice_type == P_SLICE ? AV_PICTURE_TYPE_P :
H A Dhevc.h135 P_SLICE = 1, enumerator in enum:SliceType
H A Dhevc.c450 sh->slice_type == P_SLICE ||
541 if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) {
607 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) ||
1301 int weight_flag = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
1365 int weight_flag = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
1451 int weight_flag = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
1518 int weight_flag = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
H A Dhevc_mvs.c358 const int nb_refs = (s->sh.slice_type == P_SLICE) ?

Completed in 173 milliseconds