Searched refs:PPS (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_ps.h | 111 typedef struct PPS { struct 141 } PPS; typedef 149 const PPS *pps; 167 * Decode PPS
|
H A D | h264_ps.c | 97 /* 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 D | h264_parse.h | 116 GetBitContext *gb, const PPS *pps,
|
H A D | h264dec.h | 153 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 D | mediacodecdec.c | 132 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 D | nvdec_h264.c | 51 const PPS *pps = h->ps.pps; in nvdec_h264_start_frame()
|
H A D | dxva2_h264.c | 55 const PPS *pps = h->ps.pps; in fill_picture_parameters() 168 const PPS *pps = h->ps.pps; in fill_scaling_lists()
|
H A D | vdpau_h264.c | 124 const PPS *pps = h->ps.pps; in vdpau_h264_start_frame()
|
H A D | h264_slice.c | 261 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 D | h264_parse.c | 222 GetBitContext *gb, const PPS *pps, in ff_h264_parse_ref_count()
|
H A D | vaapi_h264.c | 232 const PPS *pps = h->ps.pps; in vaapi_h264_start_frame()
|
H A D | h264_refs.c | 810 const PPS *pps = (const PPS *)h->ps.pps_list[i]->data; in ff_h264_execute_ref_pic_marking()
|
H A D | h264_parser.c | 372 "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 D | cbs_h2645.c | 562 // 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 20 milliseconds