Home
last modified time | relevance | path

Searched refs:PPS (Results 1 – 25 of 38) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dh264_ps.h111 typedef struct PPS { struct
141 } PPS; argument
149 const PPS *pps;
Dh264_ps.c99 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()
740 PPS *pps = (PPS*)data; in pps_free()
753 PPS *pps; in ff_h264_decode_picture_parameter_set()
Dh264_parse.h116 GetBitContext *gb, const PPS *pps,
Dmediacodecdec.c132 const PPS *pps = NULL; in h264_set_extradata()
147 pps = (const PPS*)ps.pps_list[i]->data; in h264_set_extradata()
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()
Dnvdec_h264.c51 const PPS *pps = h->ps.pps; in nvdec_h264_start_frame()
Ddxva2_h264.c55 const PPS *pps = h->ps.pps; in fill_picture_parameters()
168 const PPS *pps = h->ps.pps; in fill_scaling_lists()
Dvdpau_h264.c124 const PPS *pps = h->ps.pps; in vdpau_h264_start_frame()
Dvaapi_h264.c232 const PPS *pps = h->ps.pps; in vaapi_h264_start_frame()
Dh264_slice.c261 pic->pps = (const PPS*)pic->pps_buf->data; in alloc_picture()
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()
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()
Dh264_refs.c810 const PPS *pps = (const PPS *)h->ps.pps_list[i]->data; in ff_h264_execute_ref_pic_marking()
Dh264_parse.c222 GetBitContext *gb, const PPS *pps, in ff_h264_parse_ref_count()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_h265.adoc23 …* APIs allowing to specify H.265 video, sequence, and picture parameter sets (VPS, SPS, PPS) to be…
24 …pecific to the decoded picture, including references to previously stored VPS, SPS, and PPS entries
132 …* H.265 PPS entries are identified using a triplet of `sps_video_parameter_set_id`, `pps_seq_param…
134PPS key. This is needed because a PPS is not uniquely identified by its ID and the ID of the paren…
136 The H.265/HEVC video compression standard always requires a VPS, SPS, and PPS, hence the applicatio…
158 The active VPS, SPS, and PPS (sourced from the bound video session parameters object) are identifie…
278 .maxStdPPSCount = ... // PPS capacity
303 // parse and populate PPS parameters
503 === RESOLVED: How should PPS entries be identified?
505 The H.265 picture parameter set syntax only includes the PPS ID (`pps_pic_parameter_set_id`) and th…
[all …]
DVK_KHR_video_encode_h265.adoc23 …* APIs allowing to specify H.265 video, sequence, and picture parameter sets (VPS, SPS, PPS) to be…
24 …pecific to the encoded picture, including references to previously stored VPS, SPS, and PPS entries
171 …* H.265 PPS entries are identified using a triplet of `sps_video_parameter_set_id`, `pps_seq_param…
173PPS key. This is needed because a PPS is not uniquely identified by its ID and the ID of the paren…
175 The H.265/HEVC video compression standard always requires a VPS, SPS, and PPS, hence the applicatio…
179 As implementations can override parameters in the VPS, SPS, and PPS entries stored in video session…
197 `writeStdVPS`, `writeStdSPS`, and `writeStdPPS` specify whether VPS, SPS, or PPS feedback/bitstream…
199 …PS, and/or PPS to request data for. Naturally, `stdPPSId` is only relevant for PPS queries, and `s…
214 …Overrides` indicate whether overrides were applied to the VPS, SPS, and/or PPS, respectively, if t…
218 …ompliant bitstream if the implementation applied overrides to VPS, SPS, or PPS parameters, thus it…
[all …]
DVK_KHR_video_encode_h264.adoc23 …* APIs allowing to specify H.264 sequence and picture parameter sets (SPS, PPS) to be stored in vi…
24 …tion specific to the encoded picture, including references to previously stored SPS and PPS entries
157 …* H.264 PPS entries are identified using a pair of `seq_parameter_set_id` and `pic_parameter_set_i…
159 The H.264/AVC video compression standard always requires an SPS and PPS, hence the application has …
163 As implementations can override parameters in the SPS and PPS entries stored in video session param…
179 `writeStdSPS` and `writeStdPPS` specify whether SPS or PPS feedback/bitstream data is requested. Bo…
181 …tdPPSId` are used to identify the SPS and/or PPS to request data for, the latter being relevant on…
195 …StdPPSOverrides` indicate whether overrides were applied to the SPS and/or PPS, respectively, if t…
199 …in a compliant bitstream if the implementation applied overrides to SPS or PPS parameters, thus it…
222 The active SPS and PPS (sourced from the bound video session parameters object) are identified by t…
[all …]
DVK_KHR_video_decode_h264.adoc23 …* APIs allowing to specify H.264 sequence and picture parameter sets (SPS, PPS) to be stored in vi…
24 …tion specific to the decoded picture, including references to previously stored SPS and PPS entries
147 …* H.264 PPS entries are identified using a pair of `seq_parameter_set_id` and `pic_parameter_set_i…
149 The H.264/AVC video compression standard always requires an SPS and PPS, hence the application has …
180 The active SPS and PPS (sourced from the bound video session parameters object) are identified by t…
312 .maxStdPPSCount = ... // PPS capacity
333 // parse and populate PPS parameters
/third_party/mesa3d/docs/
Dperfetto.rst32 - PPS Counters
102 # In parallel from the Mesa repo, start the PPS producer
126 Below is driver specific information/instructions for the PPS producer.
131 The Freedreno PPS driver needs root access to read system-wide
141 The Intel PPS driver needs root access to read system-wide
175 The Panfrost PPS driver uses unstable ioctls that behave correctly on
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-HS20237 # update_identifier: PPS MO ID
242 # the credential to find the PPS MO (./Wi-Fi/<provisioning_sp>).
250 # Minimum backhaul threshold (PPS/<X+>/Policy/MinBackhauldThreshold/*)
261 # (PPS/<X+>/Policy/MaximumBSSLoadValue)
268 # (PPS/<X+>/Policy/RequiredProtoPortTuple)
642 These parameters are set based on the PPS MO credential and/or NAI Realm
649 update_identifier: PPS/UpdateIdentifier
650 ca_cert: from the downloaded trust root based on PPS information
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-HS20237 # update_identifier: PPS MO ID
242 # the credential to find the PPS MO (./Wi-Fi/<provisioning_sp>).
250 # Minimum backhaul threshold (PPS/<X+>/Policy/MinBackhauldThreshold/*)
261 # (PPS/<X+>/Policy/MaximumBSSLoadValue)
268 # (PPS/<X+>/Policy/RequiredProtoPortTuple)
636 These parameters are set based on the PPS MO credential and/or NAI Realm
643 update_identifier: PPS/UpdateIdentifier
644 ca_cert: from the downloaded trust root based on PPS information
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/
Dh264_parameter_sets.adoc59 H.264 Picture Parameter Sets (PPS)::
65 code:pic_parameter_set_id is used as the key of the PPS entry;
Dh265_encode.adoc33 <<encode-h265-active-pps,active PPS>> specifying the <<encode-h265-pps,
368 `1` in the <<encode-h265-active-pps,active PPS>> when encoding a
460 the <<encode-h265-pps,PPS>> when those values are `1`.
473 <<encode-h265-pps,PPS>> when that value is non-zero.
477 <<encode-h265-pps,PPS>> when that value is `1`.
482 <<encode-h265-pps,PPS>> when that value is `1`.
487 in the <<encode-h265-pps,PPS>> when that value is non-zero.
492 <<encode-h265-pps,PPS>> when that value is `1`.
497 <<encode-h265-pps,PPS>> when that value is `1`.
502 <<encode-h265-pps,PPS>> when that value is `0`.
[all …]
Dh264_encode.adoc30 <<encode-h264-active-pps,active PPS>> specifying the <<encode-h264-pps,
354 <<encode-h264-active-pps,active PPS>> when encoding a
428 <<encode-h264-pps,PPS>> when any of those values are `1`.
432 the <<encode-h264-pps,PPS>> when that value is non-zero.
437 in the <<encode-h264-pps,PPS>> when that value is non-zero.
441 the <<encode-h264-pps,PPS>> when that value is non-zero.
445 <<encode-h264-pps,PPS>> when that value is `1`.
450 <<encode-h264-pps,PPS>> when that value is
456 <<encode-h264-pps,PPS>> when that value is
462 <<encode-h264-pps,PPS>> when that value is `1`.
[all …]
Dh265_decode.adoc33 <<decode-h265-active-pps,active PPS>> specifying the <<decode-h265-pps,
210 PPS>> entries the created sname:VkVideoSessionParametersKHR can:
240 <<decode-h265-pps,H.265 PPS>> entries to add.
392 <<decode-h265-pps,PPS>> identified by the key specified by the triplet
Dh265_parameter_sets.adoc206 H.265 Picture Parameter Sets (PPS)::
215 as the key of the PPS entry;
Dh264_decode.adoc30 <<decode-h264-active-pps,active PPS>> specifying the <<decode-h264-pps,
298 PPS>> entries the created sname:VkVideoSessionParametersKHR can:
324 <<decode-h264-pps,H.264 PPS>> entries to add.
454 <<decode-h264-pps,PPS>> identified by the key specified by the pair

12