Libav
|
#include <hevc.h>
Data Fields | |
Mv | mv [2] |
int8_t | ref_idx [2] |
int8_t | pred_flag [2] |
uint8_t | is_intra |
Mv MvField::mv[2] |
Definition at line 624 of file hevc.h.
Referenced by boundary_strength(), derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), and hls_prediction_unit().
int8_t MvField::ref_idx[2] |
Definition at line 625 of file hevc.h.
Referenced by boundary_strength(), derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), hls_prediction_unit(), and luma_intra_pred_mode().
int8_t MvField::pred_flag[2] |
Definition at line 626 of file hevc.h.
Referenced by boundary_strength(), compareMVrefidx(), derive_spatial_merge_candidates(), derive_temporal_colocated_mvs(), hls_prediction_unit(), and luma_intra_pred_mode().
uint8_t MvField::is_intra |
Definition at line 627 of file hevc.h.
Referenced by boundary_strength(), derive_spatial_merge_candidates(), derive_temporal_colocated_mvs(), ff_hevc_deblocking_boundary_strengths(), intra_prediction_unit_default_value(), and luma_intra_pred_mode().