FFmpeg
|
#include <hevc.h>
Data Fields | |
uint8_t | cbf_cb [MAX_TRANSFORM_DEPTH][MAX_CU_SIZE *MAX_CU_SIZE] |
uint8_t | cbf_cr [MAX_TRANSFORM_DEPTH][MAX_CU_SIZE *MAX_CU_SIZE] |
uint8_t | cbf_luma |
uint8_t | inter_split_flag |
uint8_t TransformTree::cbf_cb[MAX_TRANSFORM_DEPTH][MAX_CU_SIZE *MAX_CU_SIZE] |
Definition at line 649 of file hevc.h.
Referenced by hls_transform_tree(), and hls_transform_unit().
uint8_t TransformTree::cbf_cr[MAX_TRANSFORM_DEPTH][MAX_CU_SIZE *MAX_CU_SIZE] |
Definition at line 650 of file hevc.h.
Referenced by hls_transform_tree(), and hls_transform_unit().
uint8_t TransformTree::cbf_luma |
Definition at line 651 of file hevc.h.
Referenced by hls_transform_tree(), and hls_transform_unit().
uint8_t TransformTree::inter_split_flag |
Definition at line 654 of file hevc.h.
Referenced by hls_transform_tree().