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 688 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 689 of file hevc.h.
Referenced by hls_transform_tree(), and hls_transform_unit().
uint8_t TransformTree::cbf_luma |
Definition at line 690 of file hevc.h.
Referenced by hls_transform_tree(), and hls_transform_unit().
uint8_t TransformTree::inter_split_flag |
Definition at line 693 of file hevc.h.
Referenced by hls_transform_tree().