Lines Matching refs:PPS
97 /* drop all PPS that depend on this SPS */
99 if (s->pps_list[i] && ((PPS*)s->pps_list[i]->data)->sps_id == id)
280 const PPS *pps, int is_sps,
643 static void init_dequant8_coeff_table(PPS *pps, const SPS *sps)
670 static void init_dequant4_coeff_table(PPS *pps, const SPS *sps)
696 static void init_dequant_tables(PPS *pps, const SPS *sps)
715 static void build_qp_table(PPS *pps, int t, int index, const int depth)
731 "Current profile doesn't provide more RBSP data in PPS, skipping\n");
740 PPS *pps = (PPS*)data;
753 PPS *pps;
775 av_log(avctx, AV_LOG_DEBUG, "Truncating likely oversized PPS "