FFmpeg
|
#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 627 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 628 of file hevc.h.
Referenced by boundary_strength(), derive_spatial_merge_candidates(), dist_scale(), ff_hevc_luma_mv_merge_mode(), ff_hevc_luma_mv_mvp_mode(), hls_prediction_unit(), luma_intra_pred_mode(), and mv_mp_mode_mx_lt().
int8_t MvField::pred_flag[2] |
Definition at line 629 of file hevc.h.
Referenced by boundary_strength(), compareMVrefidx(), derive_spatial_merge_candidates(), derive_temporal_colocated_mvs(), ff_hevc_luma_mv_merge_mode(), hls_prediction_unit(), luma_intra_pred_mode(), and mv_mp_mode_mx().
uint8_t MvField::is_intra |
Definition at line 630 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().