FFmpeg
|
#include <hevc.h>
Data Fields | |
int | cand_bottom_left |
int | cand_left |
int | cand_up |
int | cand_up_left |
int | cand_up_right |
int | cand_up_right_sap |
int NeighbourAvailable::cand_bottom_left |
Definition at line 631 of file hevc.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_set_neighbour_available(), and intra_pred().
int NeighbourAvailable::cand_left |
Definition at line 632 of file hevc.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_set_neighbour_available(), and intra_pred().
int NeighbourAvailable::cand_up |
Definition at line 633 of file hevc.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_set_neighbour_available(), and intra_pred().
int NeighbourAvailable::cand_up_left |
Definition at line 634 of file hevc.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_set_neighbour_available(), and intra_pred().
int NeighbourAvailable::cand_up_right |
Definition at line 635 of file hevc.h.
Referenced by ff_hevc_set_neighbour_available(), and intra_pred().
int NeighbourAvailable::cand_up_right_sap |
Definition at line 636 of file hevc.h.
Referenced by derive_spatial_merge_candidates(), and ff_hevc_set_neighbour_available().