Lines Matching defs:pps_ref_count
614 int pps_ref_count[2] = {0};
811 pps_ref_count[0] = FFMAX(pps_ref_count[0], pps->ref_count[0]);
812 pps_ref_count[1] = FFMAX(pps_ref_count[1], pps->ref_count[1]);
820 || pps_ref_count[0] <= 2 && pps_ref_count[1] <= 1 && h->avctx->has_b_frames
821 || pps_ref_count[0] <= 1 + (h->picture_structure != PICT_FRAME) && pps_ref_count[1] <= 1)
822 && pps_ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point)