FFmpeg
|
#include <hevcdec.h>
int TransformUnit::cu_qp_delta |
Definition at line 370 of file hevcdec.h.
Referenced by hls_coding_quadtree(), and hls_transform_unit().
int TransformUnit::res_scale_val |
Definition at line 372 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), hls_cross_component_pred(), and hls_transform_unit().
int TransformUnit::intra_pred_mode |
Definition at line 375 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), hls_transform_tree(), hls_transform_unit(), and intra_pred().
int TransformUnit::intra_pred_mode_c |
Definition at line 376 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), hls_transform_tree(), hls_transform_unit(), and intra_pred().
int TransformUnit::chroma_mode_c |
Definition at line 377 of file hevcdec.h.
Referenced by hls_transform_tree(), and hls_transform_unit().
uint8_t TransformUnit::is_cu_qp_delta_coded |
Definition at line 378 of file hevcdec.h.
Referenced by get_qPy_pred(), hls_coding_quadtree(), hls_coding_unit(), and hls_transform_unit().
uint8_t TransformUnit::is_cu_chroma_qp_offset_coded |
Definition at line 379 of file hevcdec.h.
Referenced by hls_coding_quadtree(), and hls_transform_unit().
int8_t TransformUnit::cu_qp_offset_cb |
Definition at line 380 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), and hls_transform_unit().
int8_t TransformUnit::cu_qp_offset_cr |
Definition at line 381 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), and hls_transform_unit().
uint8_t TransformUnit::cross_pf |
Definition at line 382 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), and hls_transform_unit().