FFmpeg
|
#include <stdatomic.h>
#include "libavutil/buffer.h"
#include "libavutil/mem_internal.h"
#include "avcodec.h"
#include "bswapdsp.h"
#include "cabac.h"
#include "dovi_rpu.h"
#include "get_bits.h"
#include "hevcpred.h"
#include "h2645_parse.h"
#include "hevc.h"
#include "hevc_ps.h"
#include "hevc_sei.h"
#include "hevcdsp.h"
#include "h274.h"
#include "threadframe.h"
#include "videodsp.h"
Go to the source code of this file.
Data Structures | |
struct | HEVCCABACState |
struct | LongTermRPS |
struct | RefPicList |
struct | RefPicListTab |
struct | SliceHeader |
struct | CodingUnit |
struct | Mv |
struct | MvField |
struct | NeighbourAvailable |
struct | PredictionUnit |
struct | TransformUnit |
struct | DBParams |
struct | HEVCFrame |
struct | HEVCLocalContext |
struct | HEVCContext |
Macros | |
#define | SHIFT_CTB_WPP 2 |
#define | MAX_TB_SIZE 32 |
#define | MAX_QP 51 |
#define | DEFAULT_INTRA_TC_OFFSET 2 |
#define | HEVC_CONTEXTS 199 |
#define | HEVC_STAT_COEFFS 4 |
#define | MRG_MAX_NUM_CANDS 5 |
#define | L0 0 |
#define | L1 1 |
#define | EPEL_EXTRA_BEFORE 1 |
#define | EPEL_EXTRA_AFTER 2 |
#define | EPEL_EXTRA 3 |
#define | QPEL_EXTRA_BEFORE 3 |
#define | QPEL_EXTRA_AFTER 4 |
#define | QPEL_EXTRA 7 |
#define | EDGE_EMU_BUFFER_STRIDE 80 |
#define | SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) |
Value of the luma sample at position (x, y) in the 2D array tab. More... | |
#define | SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)]) |
#define | IS_IDR(s) ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_N_LP) |
#define | IS_BLA(s) |
#define | IS_IRAP(s) ((s)->nal_unit_type >= HEVC_NAL_BLA_W_LP && (s)->nal_unit_type <= HEVC_NAL_RSV_IRAP_VCL23) |
#define | HEVC_FRAME_FLAG_OUTPUT (1 << 0) |
#define | HEVC_FRAME_FLAG_SHORT_REF (1 << 1) |
#define | HEVC_FRAME_FLAG_LONG_REF (1 << 2) |
#define | HEVC_FRAME_FLAG_BUMPING (1 << 3) |
#define | HEVC_SEQUENCE_COUNTER_MASK 0xff |
#define | HEVC_SEQUENCE_COUNTER_INVALID (HEVC_SEQUENCE_COUNTER_MASK + 1) |
#define | BOUNDARY_LEFT_SLICE (1 << 0) |
#define | BOUNDARY_LEFT_TILE (1 << 1) |
#define | BOUNDARY_UPPER_SLICE (1 << 2) |
#define | BOUNDARY_UPPER_TILE (1 << 3) |
Variables | |
const uint8_t | ff_hevc_qpel_extra_before [4] |
const uint8_t | ff_hevc_qpel_extra_after [4] |
const uint8_t | ff_hevc_qpel_extra [4] |
#define IS_IDR | ( | s | ) | ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_N_LP) |
#define IS_BLA | ( | s | ) |
#define IS_IRAP | ( | s | ) | ((s)->nal_unit_type >= HEVC_NAL_BLA_W_LP && (s)->nal_unit_type <= HEVC_NAL_RSV_IRAP_VCL23) |
#define HEVC_SEQUENCE_COUNTER_INVALID (HEVC_SEQUENCE_COUNTER_MASK + 1) |
enum RPSType |
enum SyntaxElement |
enum PartMode |
enum InterPredIdc |
enum IntraPredMode |
enum SAOType |
enum SAOEOClass |
void ff_hevc_clear_refs | ( | HEVCContext * | s | ) |
Mark all frames in DPB as unused for reference.
Definition at line 68 of file hevc_refs.c.
Referenced by hls_slice_header().
void ff_hevc_flush_dpb | ( | HEVCContext * | s | ) |
Drop all frames currently in DPB.
Definition at line 77 of file hevc_refs.c.
Referenced by hevc_decode_flush().
const RefPicList* ff_hevc_get_ref_list | ( | const HEVCContext * | s, |
const HEVCFrame * | frame, | ||
int | x0, | ||
int | y0 | ||
) |
Definition at line 58 of file hevc_refs.c.
Referenced by ff_hevc_deblocking_boundary_strengths().
int ff_hevc_frame_rps | ( | HEVCContext * | s | ) |
Construct the reference picture sets for the current frame.
Definition at line 477 of file hevc_refs.c.
Referenced by hevc_frame_start().
int ff_hevc_slice_rpl | ( | HEVCContext * | s | ) |
Construct the reference picture list(s) for the current slice.
Definition at line 310 of file hevc_refs.c.
Referenced by decode_nal_unit().
void ff_hevc_save_states | ( | HEVCLocalContext * | lc, |
int | ctb_addr_ts | ||
) |
Definition at line 450 of file hevc_cabac.c.
Referenced by hls_decode_entry(), and hls_decode_entry_wpp().
int ff_hevc_cabac_init | ( | HEVCLocalContext * | lc, |
int | ctb_addr_ts | ||
) |
Definition at line 512 of file hevc_cabac.c.
Referenced by hls_decode_entry(), and hls_decode_entry_wpp().
int ff_hevc_sao_merge_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 571 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_type_idx_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 576 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_band_position_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 586 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_offset_abs_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 596 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_offset_sign_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 606 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_eo_class_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 611 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_end_of_slice_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 618 of file hevc_cabac.c.
Referenced by hls_coding_quadtree().
int ff_hevc_cu_transquant_bypass_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 623 of file hevc_cabac.c.
Referenced by hls_coding_unit().
Definition at line 628 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_pred_mode_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 692 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_split_coding_unit_flag_decode | ( | HEVCLocalContext * | lc, |
int | ct_depth, | ||
int | x0, | ||
int | y0 | ||
) |
Definition at line 697 of file hevc_cabac.c.
Referenced by hls_coding_quadtree().
int ff_hevc_part_mode_decode | ( | HEVCLocalContext * | lc, |
int | log2_cb_size | ||
) |
Definition at line 718 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_pcm_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 755 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_prev_intra_luma_pred_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 760 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_mpm_idx_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 765 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_rem_intra_luma_pred_mode_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 773 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_intra_chroma_pred_mode_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 783 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_merge_idx_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 794 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_merge_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 805 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_inter_pred_idc_decode | ( | HEVCLocalContext * | lc, |
int | nPbW, | ||
int | nPbH | ||
) |
Definition at line 810 of file hevc_cabac.c.
Referenced by hevc_luma_mv_mvp_mode().
int ff_hevc_ref_idx_lx_decode | ( | HEVCLocalContext * | lc, |
int | num_ref_idx_lx | ||
) |
Definition at line 820 of file hevc_cabac.c.
Referenced by hevc_luma_mv_mvp_mode().
int ff_hevc_mvp_lx_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 836 of file hevc_cabac.c.
Referenced by hevc_luma_mv_mvp_mode().
int ff_hevc_no_residual_syntax_flag_decode | ( | HEVCLocalContext * | lc | ) |
Definition at line 841 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_split_transform_flag_decode | ( | HEVCLocalContext * | lc, |
int | log2_trafo_size | ||
) |
Definition at line 879 of file hevc_cabac.c.
Referenced by hls_transform_tree().
int ff_hevc_cbf_cb_cr_decode | ( | HEVCLocalContext * | lc, |
int | trafo_depth | ||
) |
Definition at line 884 of file hevc_cabac.c.
Referenced by hls_transform_tree().
int ff_hevc_cbf_luma_decode | ( | HEVCLocalContext * | lc, |
int | trafo_depth | ||
) |
Definition at line 889 of file hevc_cabac.c.
Referenced by hls_transform_tree().
int ff_hevc_log2_res_scale_abs | ( | HEVCLocalContext * | lc, |
int | idx | ||
) |
Definition at line 909 of file hevc_cabac.c.
Referenced by hls_cross_component_pred().
int ff_hevc_res_scale_sign_flag | ( | HEVCLocalContext * | lc, |
int | idx | ||
) |
Definition at line 919 of file hevc_cabac.c.
Referenced by hls_cross_component_pred().
int ff_hevc_frame_nb_refs | ( | const HEVCContext * | s | ) |
Get the number of candidate references for the current frame.
Definition at line 539 of file hevc_refs.c.
Referenced by hls_slice_header(), nvdec_hevc_start_frame(), and vdpau_hevc_start_frame().
int ff_hevc_set_new_ref | ( | HEVCContext * | s, |
AVFrame ** | frame, | ||
int | poc | ||
) |
Definition at line 134 of file hevc_refs.c.
Referenced by hevc_frame_start().
|
static |
Definition at line 668 of file hevcdec.h.
Referenced by decode_nal_units(), and ff_hevc_hls_filter().
int ff_hevc_output_frame | ( | HEVCContext * | s, |
AVFrame * | frame, | ||
int | flush | ||
) |
Find next frame in output order and put a reference to it in frame.
Definition at line 184 of file hevc_refs.c.
Referenced by hevc_decode_frame(), and hevc_frame_start().
void ff_hevc_bump_frame | ( | HEVCContext * | s | ) |
Definition at line 252 of file hevc_refs.c.
Referenced by hevc_frame_start().
Definition at line 33 of file hevc_refs.c.
Referenced by alloc_frame(), ff_hevc_clear_refs(), ff_hevc_flush_dpb(), ff_hevc_frame_rps(), ff_hevc_output_frame(), hevc_decode_frame(), hevc_decode_free(), hevc_frame_start(), hevc_ref_frame(), and unref_missing_refs().
void ff_hevc_set_neighbour_available | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | nPbW, | ||
int | nPbH | ||
) |
Definition at line 43 of file hevc_mvs.c.
Referenced by ff_hevc_luma_mv_merge_mode(), hevc_luma_mv_mvp_mode(), and hls_transform_unit().
void ff_hevc_luma_mv_merge_mode | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | nPbW, | ||
int | nPbH, | ||
int | log2_cb_size, | ||
int | part_idx, | ||
int | merge_idx, | ||
MvField * | mv | ||
) |
Definition at line 480 of file hevc_mvs.c.
Referenced by hls_prediction_unit().
void ff_hevc_luma_mv_mvp_mode | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | nPbW, | ||
int | nPbH, | ||
int | log2_cb_size, | ||
int | part_idx, | ||
int | merge_idx, | ||
MvField * | mv, | ||
int | mvp_lx_flag, | ||
int | LX | ||
) |
Definition at line 583 of file hevc_mvs.c.
Referenced by hevc_luma_mv_mvp_mode().
void ff_hevc_hls_filter | ( | HEVCLocalContext * | lc, |
int | x, | ||
int | y, | ||
int | ctb_size | ||
) |
Definition at line 851 of file hevc_filter.c.
Referenced by ff_hevc_hls_filters(), hls_decode_entry(), and hls_decode_entry_wpp().
void ff_hevc_hls_filters | ( | HEVCLocalContext * | lc, |
int | x_ctb, | ||
int | y_ctb, | ||
int | ctb_size | ||
) |
Definition at line 888 of file hevc_filter.c.
Referenced by hls_decode_entry(), and hls_decode_entry_wpp().
void ff_hevc_set_qPy | ( | HEVCLocalContext * | lc, |
int | xBase, | ||
int | yBase, | ||
int | log2_cb_size | ||
) |
Definition at line 119 of file hevc_filter.c.
Referenced by hls_coding_unit(), and hls_transform_unit().
void ff_hevc_deblocking_boundary_strengths | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | log2_trafo_size | ||
) |
Definition at line 723 of file hevc_filter.c.
Referenced by hls_coding_unit(), hls_pcm_sample(), and hls_transform_tree().
int ff_hevc_cu_qp_delta_sign_flag | ( | HEVCLocalContext * | lc | ) |
Definition at line 671 of file hevc_cabac.c.
Referenced by hls_transform_unit().
int ff_hevc_cu_qp_delta_abs | ( | HEVCLocalContext * | lc | ) |
Definition at line 644 of file hevc_cabac.c.
Referenced by hls_transform_unit().
int ff_hevc_cu_chroma_qp_offset_flag | ( | HEVCLocalContext * | lc | ) |
Definition at line 676 of file hevc_cabac.c.
Referenced by hls_transform_unit().
int ff_hevc_cu_chroma_qp_offset_idx | ( | HEVCLocalContext * | lc | ) |
Definition at line 681 of file hevc_cabac.c.
Referenced by hls_transform_unit().
void ff_hevc_hls_residual_coding | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | log2_trafo_size, | ||
enum ScanType | scan_idx, | ||
int | c_idx | ||
) |
Definition at line 1039 of file hevc_cabac.c.
Referenced by hls_transform_unit().
void ff_hevc_hls_mvd_coding | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | log2_cb_size | ||
) |
Definition at line 1549 of file hevc_cabac.c.
Referenced by hevc_luma_mv_mvp_mode().
const uint8_t ff_hevc_qpel_extra_before[4] |
const uint8_t ff_hevc_qpel_extra_after[4] |
const uint8_t ff_hevc_qpel_extra[4] |