FFmpeg
|
#include <hevc.h>
Data Fields | |
AVBufferRef * | vps_list [MAX_VPS_COUNT] |
AVBufferRef * | sps_list [MAX_SPS_COUNT] |
AVBufferRef * | pps_list [MAX_PPS_COUNT] |
const HEVCVPS * | vps |
const HEVCSPS * | sps |
const HEVCPPS * | pps |
AVBufferRef* HEVCParamSets::vps_list[MAX_VPS_COUNT] |
Definition at line 563 of file hevc.h.
Referenced by export_stream_params(), ff_hevc_decode_nal_sps(), ff_hevc_decode_nal_vps(), hevc_decode_free(), hevc_parser_close(), hevc_update_thread_context(), remove_vps(), and set_sps().
AVBufferRef* HEVCParamSets::sps_list[MAX_SPS_COUNT] |
Definition at line 564 of file hevc.h.
Referenced by decode_pic_timing(), ff_hevc_decode_nal_pps(), ff_hevc_decode_nal_sps(), hevc_decode_extradata(), hevc_decode_free(), hevc_parse_slice_header(), hevc_parser_close(), hevc_update_thread_context(), hls_slice_header(), remove_sps(), and remove_vps().
AVBufferRef* HEVCParamSets::pps_list[MAX_PPS_COUNT] |
Definition at line 565 of file hevc.h.
Referenced by ff_hevc_decode_nal_pps(), hevc_decode_free(), hevc_parse_slice_header(), hevc_parser_close(), hevc_update_thread_context(), hls_slice_header(), remove_pps(), and remove_sps().
const HEVCVPS* HEVCParamSets::vps |
Definition at line 568 of file hevc.h.
Referenced by hevc_decode_free(), remove_vps(), and set_sps().
const HEVCSPS* HEVCParamSets::sps |
Definition at line 569 of file hevc.h.
Referenced by alloc_frame(), chroma_mc_bi(), chroma_mc_uni(), chroma_tc(), copy_CTB_to_hv(), deblocking_filter_CTB(), decode_lt_rps(), decode_nal_unit(), derive_spatial_merge_candidates(), ff_hevc_bump_frame(), ff_hevc_cabac_init(), ff_hevc_compute_poc(), ff_hevc_deblocking_boundary_strengths(), ff_hevc_get_ref_list(), ff_hevc_hls_filter(), ff_hevc_hls_filters(), ff_hevc_hls_residual_coding(), ff_hevc_luma_mv_mvp_mode(), ff_hevc_output_frame(), ff_hevc_part_mode_decode(), ff_hevc_sao_offset_abs_decode(), ff_hevc_save_states(), ff_hevc_set_neighbour_available(), ff_hevc_set_new_ref(), ff_hevc_set_qPy(), ff_hevc_skip_flag_decode(), ff_hevc_split_coding_unit_flag_decode(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), fill_picture_parameters(), fill_pred_weight_table(), fill_scaling_lists(), find_ref_idx(), generate_missing_ref(), get_pcm(), get_qPy(), get_qPy_pred(), hevc_decode_free(), hevc_frame_start(), hevc_parser_close(), hevc_update_thread_context(), hls_coding_quadtree(), hls_coding_unit(), hls_decode_entry(), hls_decode_entry_wpp(), hls_decode_neighbour(), hls_pcm_sample(), hls_prediction_unit(), hls_sao_param(), hls_slice_data_wpp(), hls_slice_header(), hls_transform_tree(), hls_transform_unit(), intra_prediction_unit(), intra_prediction_unit_default_value(), luma_intra_pred_mode(), luma_mc_bi(), luma_mc_uni(), mv_mp_mode_mx(), mv_mp_mode_mx_lt(), pred_weight_table(), remove_sps(), restore_tqb_pixels(), sao_filter_CTB(), set_ct_depth(), set_deblocking_bypass(), set_sps(), temporal_luma_motion_vector(), vaapi_hevc_decode_slice(), vaapi_hevc_start_frame(), vdpau_hevc_start_frame(), and z_scan_block_avail().
const HEVCPPS* HEVCParamSets::pps |
Definition at line 570 of file hevc.h.
Referenced by chroma_mc_bi(), chroma_mc_uni(), chroma_tc(), deblocking_filter_CTB(), ff_hevc_cabac_init(), ff_hevc_cu_chroma_qp_offset_idx(), ff_hevc_deblocking_boundary_strengths(), ff_hevc_get_ref_list(), ff_hevc_hls_residual_coding(), ff_hevc_luma_mv_merge_mode(), ff_hevc_save_states(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), fill_picture_parameters(), fill_pred_weight_table(), fill_scaling_lists(), get_qPy_pred(), hevc_decode_free(), hevc_frame_start(), hls_coding_quadtree(), hls_coding_unit(), hls_decode_entry(), hls_decode_entry_wpp(), hls_decode_neighbour(), hls_sao_param(), hls_slice_data_wpp(), hls_slice_header(), hls_transform_tree(), hls_transform_unit(), init_slice_rpl(), is_diff_mer(), luma_mc_bi(), luma_mc_uni(), remove_pps(), restore_tqb_pixels(), sao_filter_CTB(), vaapi_hevc_start_frame(), and vdpau_hevc_start_frame().