FFmpeg
|
#include <hevcdec.h>
Data Fields | |
Mv | mv [2] |
int8_t | ref_idx [2] |
int8_t | pred_flag |
Mv MvField::mv[2] |
Definition at line 345 of file hevcdec.h.
Referenced by boundary_strength(), chroma_mc_bi(), chroma_mc_uni(), derive_spatial_merge_candidates(), and hls_prediction_unit().
int8_t MvField::ref_idx[2] |
Definition at line 346 of file hevcdec.h.
Referenced by boundary_strength(), chroma_mc_bi(), derive_spatial_merge_candidates(), hls_prediction_unit(), and luma_mc_bi().
int8_t MvField::pred_flag |
Definition at line 347 of file hevcdec.h.
Referenced by boundary_strength(), derive_spatial_merge_candidates(), derive_temporal_colocated_mvs(), ff_hevc_deblocking_boundary_strengths(), ff_hevc_luma_mv_merge_mode(), hls_prediction_unit(), intra_prediction_unit_default_value(), and luma_intra_pred_mode().