FFmpeg
|
#include <hevc.h>
Data Fields | |
Mv | mv [2] |
int8_t | ref_idx [2] |
int8_t | pred_flag |
Mv MvField::mv[2] |
Definition at line 655 of file hevc.h.
Referenced by boundary_strength(), chroma_mc_bi(), chroma_mc_uni(), derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), hevc_luma_mv_mpv_mode(), and hls_prediction_unit().
int8_t MvField::ref_idx[2] |
Definition at line 656 of file hevc.h.
Referenced by boundary_strength(), chroma_mc_bi(), derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), hevc_luma_mv_mpv_mode(), hls_prediction_unit(), and luma_mc_bi().
int8_t MvField::pred_flag |
Definition at line 657 of file hevc.h.
Referenced by boundary_strength(), compare_mv_ref_idx(), derive_spatial_merge_candidates(), derive_temporal_colocated_mvs(), ff_hevc_deblocking_boundary_strengths(), hevc_luma_mv_mpv_mode(), hls_prediction_unit(), intra_prediction_unit_default_value(), and luma_intra_pred_mode().