Home
last modified time | relevance | path

Searched refs:PPS (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.h111 typedef struct PPS { struct
141 } PPS; typedef
149 const PPS *pps;
167 * Decode PPS
H A Dh264_ps.c97 /* drop all PPS that depend on this SPS */ in remove_sps()
99 if (s->pps_list[i] && ((PPS*)s->pps_list[i]->data)->sps_id == id) in remove_sps()
280 const PPS *pps, int is_sps, in decode_scaling_matrices()
643 static void init_dequant8_coeff_table(PPS *pps, const SPS *sps) in init_dequant8_coeff_table()
670 static void init_dequant4_coeff_table(PPS *pps, const SPS *sps) in init_dequant4_coeff_table()
696 static void init_dequant_tables(PPS *pps, const SPS *sps) in init_dequant_tables()
715 static void build_qp_table(PPS *pps, int t, int index, const int depth) in build_qp_table()
731 "Current profile doesn't provide more RBSP data in PPS, skipping\n"); in more_rbsp_data_in_pps()
740 PPS *pps = (PPS*)dat in pps_free()
[all...]
H A Dh264_parse.h116 GetBitContext *gb, const PPS *pps,
H A Dh264dec.h153 const PPS *pps;
647 static av_always_inline int get_chroma_qp(const PPS *pps, int t, int qscale) in get_chroma_qp()
H A Dmediacodecdec.c132 const PPS *pps = NULL; in h264_set_extradata()
147 pps = (const PPS*)ps.pps_list[i]->data; in h264_set_extradata()
180 "Could not extract PPS/SPS from extradata\n"); in h264_set_extradata()
272 "Could not extract VPS/PPS/SPS from extradata\n"); in hevc_set_extradata()
H A Dnvdec_h264.c51 const PPS *pps = h->ps.pps; in nvdec_h264_start_frame()
H A Ddxva2_h264.c55 const PPS *pps = h->ps.pps; in fill_picture_parameters()
168 const PPS *pps = h->ps.pps; in fill_scaling_lists()
H A Dvdpau_h264.c124 const PPS *pps = h->ps.pps; in vdpau_h264_start_frame()
H A Dh264_slice.c261 pic->pps = (const PPS*)pic->pps_buf->data; in alloc_picture()
337 // SPS/PPS in ff_h264_update_thread_context()
355 h->ps.pps = (const PPS*)h->ps.pps_ref->data; in ff_h264_update_thread_context()
1052 h->ps.pps = (const PPS*)h->ps.pps_ref->data; in h264_init_ps()
1836 const PPS *pps; in h264_slice_header_parse()
1878 "non-existing PPS %u referenced\n", in h264_slice_header_parse()
1882 pps = (const PPS*)h->ps.pps_list[sl->pps_id]->data; in h264_slice_header_parse()
2269 const PPS *pps = (const PPS*)h->ps.pps_list[sl->pps_id]->data; in ff_h264_queue_decode_slice()
2274 av_log(h->avctx, AV_LOG_ERROR, "PPS change in ff_h264_queue_decode_slice()
[all...]
H A Dh264_parse.c222 GetBitContext *gb, const PPS *pps, in ff_h264_parse_ref_count()
H A Dvaapi_h264.c232 const PPS *pps = h->ps.pps; in vaapi_h264_start_frame()
H A Dh264_refs.c810 const PPS *pps = (const PPS *)h->ps.pps_list[i]->data; in ff_h264_execute_ref_pic_marking()
H A Dh264_parser.c372 "non-existing PPS %u referenced\n", pps_id); in parse_nal_units()
382 p->ps.pps = (const PPS*)p->ps.pps_ref->data; in parse_nal_units()
H A Dcbs_h2645.c562 // PPS array. in cbs_h2645_split_fragment()
579 av_log(ctx->log_ctx, AV_LOG_ERROR, "Failed to split AVCC PPS array.\n"); in cbs_h2645_split_fragment()
690 cbs_h2645_replace_ps(4, PPS, pps, pic_parameter_set_id)
693 cbs_h2645_replace_ps(5, PPS, pps, pps_pic_parameter_set_id)

Completed in 16 milliseconds