|
FFmpeg
|
#include <hevc.h>
Data Fields | |
| int | cu_qp_delta |
| int | cur_intra_pred_mode |
| uint8_t | is_cu_qp_delta_coded |
| int TransformUnit::cu_qp_delta |
Definition at line 661 of file hevc.h.
Referenced by ff_hevc_set_qPy(), hls_coding_quadtree(), and hls_transform_unit().
| int TransformUnit::cur_intra_pred_mode |
Definition at line 664 of file hevc.h.
Referenced by hls_transform_tree(), hls_transform_unit(), and intra_pred().
| uint8_t TransformUnit::is_cu_qp_delta_coded |
Definition at line 665 of file hevc.h.
Referenced by get_qPy_pred(), hls_coding_quadtree(), hls_coding_unit(), and hls_transform_unit().
1.8.2