FFmpeg
|
#include <hevcdec.h>
Data Fields | |
int | x |
int | y |
enum PredMode | pred_mode |
PredMode. More... | |
enum PartMode | part_mode |
PartMode. More... | |
uint8_t | intra_split_flag |
IntraSplitFlag. More... | |
uint8_t | max_trafo_depth |
MaxTrafoDepth. More... | |
uint8_t | cu_transquant_bypass_flag |
int CodingUnit::x |
Definition at line 328 of file hevcdec.h.
Referenced by ff_hevc_luma_mv_merge_mode(), and hls_coding_unit().
int CodingUnit::y |
Definition at line 329 of file hevcdec.h.
Referenced by ff_hevc_luma_mv_merge_mode(), and hls_coding_unit().
enum PredMode CodingUnit::pred_mode |
PredMode.
Definition at line 331 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), hls_coding_unit(), hls_transform_tree(), hls_transform_unit(), and intra_prediction_unit_default_value().
enum PartMode CodingUnit::part_mode |
PartMode.
Definition at line 332 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), hls_coding_unit(), hls_transform_tree(), and intra_prediction_unit().
uint8_t CodingUnit::intra_split_flag |
IntraSplitFlag.
Definition at line 335 of file hevcdec.h.
Referenced by hls_coding_unit(), and hls_transform_tree().
uint8_t CodingUnit::max_trafo_depth |
uint8_t CodingUnit::cu_transquant_bypass_flag |
Definition at line 337 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), hls_coding_unit(), hls_transform_tree(), and hls_transform_unit().