|
FFmpeg
|
#include <hevcdec.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 359 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), ff_hevc_set_neighbour_available(), ff_intra_pred_8_16x16_msa(), and ff_intra_pred_8_32x32_msa().
| int NeighbourAvailable::cand_left |
Definition at line 360 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), ff_hevc_set_neighbour_available(), ff_intra_pred_8_16x16_msa(), and ff_intra_pred_8_32x32_msa().
| int NeighbourAvailable::cand_up |
Definition at line 361 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), ff_hevc_set_neighbour_available(), ff_intra_pred_8_16x16_msa(), and ff_intra_pred_8_32x32_msa().
| int NeighbourAvailable::cand_up_left |
Definition at line 362 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), ff_hevc_set_neighbour_available(), ff_intra_pred_8_16x16_msa(), and ff_intra_pred_8_32x32_msa().
| int NeighbourAvailable::cand_up_right |
Definition at line 363 of file hevcdec.h.
Referenced by ff_hevc_set_neighbour_available(), ff_intra_pred_8_16x16_msa(), and ff_intra_pred_8_32x32_msa().
| int NeighbourAvailable::cand_up_right_sap |
Definition at line 364 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), and ff_hevc_set_neighbour_available().
1.8.17