FFmpeg
Data Fields
PredictionUnit Struct Reference

#include <hevcdec.h>

Data Fields

int mpm_idx
 
int rem_intra_luma_pred_mode
 
uint8_t intra_pred_mode [4]
 
Mv mvd
 
uint8_t merge_flag
 
uint8_t intra_pred_mode_c [4]
 
uint8_t chroma_mode_c [4]
 

Detailed Description

Definition at line 359 of file hevcdec.h.

Field Documentation

◆ mpm_idx

int PredictionUnit::mpm_idx

Definition at line 360 of file hevcdec.h.

Referenced by intra_prediction_unit(), and luma_intra_pred_mode().

◆ rem_intra_luma_pred_mode

int PredictionUnit::rem_intra_luma_pred_mode

Definition at line 361 of file hevcdec.h.

Referenced by intra_prediction_unit(), and luma_intra_pred_mode().

◆ intra_pred_mode

uint8_t PredictionUnit::intra_pred_mode[4]

Definition at line 362 of file hevcdec.h.

Referenced by hls_coding_unit(), hls_transform_tree(), and intra_prediction_unit().

◆ mvd

Mv PredictionUnit::mvd

Definition at line 363 of file hevcdec.h.

Referenced by ff_hevc_hls_mvd_coding(), and hevc_luma_mv_mvp_mode().

◆ merge_flag

uint8_t PredictionUnit::merge_flag

Definition at line 364 of file hevcdec.h.

Referenced by hls_coding_unit(), and hls_prediction_unit().

◆ intra_pred_mode_c

uint8_t PredictionUnit::intra_pred_mode_c[4]

Definition at line 365 of file hevcdec.h.

Referenced by hls_transform_tree(), and intra_prediction_unit().

◆ chroma_mode_c

uint8_t PredictionUnit::chroma_mode_c[4]

Definition at line 366 of file hevcdec.h.

Referenced by hls_transform_tree(), and intra_prediction_unit().


The documentation for this struct was generated from the following file: