FFmpeg
|
Go to the source code of this file.
Macros | |
#define | MIN_TB_ADDR_ZS(x, y) pps->min_tb_addr_zs[(y) * (sps->tb_mask+2) + (x)] |
#define | MATCH_MV(x) (AV_RN32A(&A.x) == AV_RN32A(&B.x)) |
#define | MATCH(x) (A.x == B.x) |
#define | CHECK_MVSET(l) |
#define | TAB_MVF(x, y) tab_mvf[(y) * min_pu_width + x] |
#define | TAB_MVF_PU(v) |
#define | DERIVE_TEMPORAL_COLOCATED_MVS |
#define | AVAILABLE(cand, v) (cand && !(TAB_MVF_PU(v).pred_flag == PF_INTRA)) |
#define | PRED_BLOCK_AVAILABLE(v) z_scan_block_avail(pps, sps, x0, y0, x ## v, y ## v) |
#define | COMPARE_MV_REFIDX(a, b) compare_mv_ref_idx(TAB_MVF_PU(a), TAB_MVF_PU(b)) |
#define | MP_MX(v, pred, mx) |
#define | MP_MX_LT(v, pred, mx) |
Functions | |
void | ff_hevc_set_neighbour_available (HEVCLocalContext *lc, int x0, int y0, int nPbW, int nPbH, int log2_ctb_size) |
static av_always_inline int | z_scan_block_avail (const HEVCPPS *pps, const HEVCSPS *sps, int xCurr, int yCurr, int xN, int yN) |
static av_always_inline int | is_diff_mer (const HEVCPPS *pps, int xN, int yN, int xP, int yP) |
static av_always_inline int | compare_mv_ref_idx (struct MvField A, struct MvField B) |
static av_always_inline void | mv_scale (Mv *dst, const Mv *src, int td, int tb) |
static int | check_mvset (Mv *mvLXCol, const Mv *mvCol, int colPic, int poc, const RefPicList *refPicList, int X, int refIdxLx, const RefPicList *refPicList_col, int listCol, int refidxCol) |
static int | derive_temporal_colocated_mvs (const HEVCContext *s, MvField temp_col, int refIdxLx, Mv *mvLXCol, int X, int colPic, const RefPicList *refPicList_col) |
static int | temporal_luma_motion_vector (const HEVCContext *s, const HEVCSPS *sps, int x0, int y0, int nPbW, int nPbH, int refIdxLx, Mv *mvLXCol, int X) |
static void | derive_spatial_merge_candidates (HEVCLocalContext *lc, const HEVCContext *s, const HEVCPPS *pps, const HEVCSPS *sps, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int singleMCLFlag, int part_idx, int merge_idx, struct MvField mergecandlist[]) |
void | ff_hevc_luma_mv_merge_mode (HEVCLocalContext *lc, const HEVCPPS *pps, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int part_idx, int merge_idx, MvField *mv) |
static av_always_inline void | dist_scale (const HEVCContext *s, Mv *mv, int min_pu_width, int x, int y, int elist, int ref_idx_curr, int ref_idx) |
static int | mv_mp_mode_mx (const HEVCContext *s, const HEVCSPS *sps, int x, int y, int pred_flag_index, Mv *mv, int ref_idx_curr, int ref_idx) |
static int | mv_mp_mode_mx_lt (const HEVCContext *s, const HEVCSPS *sps, int x, int y, int pred_flag_index, Mv *mv, int ref_idx_curr, int ref_idx) |
void | ff_hevc_luma_mv_mvp_mode (HEVCLocalContext *lc, const HEVCPPS *pps, int x0, int y0, int nPbW, int nPbH, int log2_cb_size, int part_idx, int merge_idx, MvField *mv, int mvp_lx_flag, int LX) |
Variables | |
static const uint8_t | l0_l1_cand_idx [12][2] |
#define CHECK_MVSET | ( | l | ) |
#define TAB_MVF_PU | ( | v | ) |
#define DERIVE_TEMPORAL_COLOCATED_MVS |
#define AVAILABLE | ( | cand, | |
v | |||
) | (cand && !(TAB_MVF_PU(v).pred_flag == PF_INTRA)) |
#define PRED_BLOCK_AVAILABLE | ( | v | ) | z_scan_block_avail(pps, sps, x0, y0, x ## v, y ## v) |
#define COMPARE_MV_REFIDX | ( | a, | |
b | |||
) | compare_mv_ref_idx(TAB_MVF_PU(a), TAB_MVF_PU(b)) |
void ff_hevc_set_neighbour_available | ( | HEVCLocalContext * | lc, |
int | x0, | ||
int | y0, | ||
int | nPbW, | ||
int | nPbH, | ||
int | log2_ctb_size | ||
) |
Definition at line 43 of file mvs.c.
Referenced by ff_hevc_luma_mv_merge_mode(), hevc_luma_mv_mvp_mode(), and hls_transform_unit().
|
static |
|
static |
Definition at line 87 of file mvs.c.
Referenced by derive_spatial_merge_candidates().
|
static |
|
static |
Definition at line 116 of file mvs.c.
Referenced by check_mvset(), decode_mb_info(), dist_scale(), estimate_motion_b(), ivi_process_empty_tile(), and ivi_scale_mv().
|
static |
|
static |
|
static |
Definition at line 219 of file mvs.c.
Referenced by derive_spatial_merge_candidates(), and ff_hevc_luma_mv_mvp_mode().
|
static |
Definition at line 287 of file mvs.c.
Referenced by ff_hevc_luma_mv_merge_mode().
void ff_hevc_luma_mv_merge_mode | ( | HEVCLocalContext * | lc, |
const HEVCPPS * | pps, | ||
int | x0, | ||
int | y0, | ||
int | nPbW, | ||
int | nPbH, | ||
int | log2_cb_size, | ||
int | part_idx, | ||
int | merge_idx, | ||
MvField * | mv | ||
) |
Definition at line 482 of file mvs.c.
Referenced by hls_prediction_unit().
|
static |
Definition at line 517 of file mvs.c.
Referenced by mv_mp_mode_mx_lt().
|
static |
|
static |
void ff_hevc_luma_mv_mvp_mode | ( | HEVCLocalContext * | lc, |
const HEVCPPS * | pps, | ||
int | x0, | ||
int | y0, | ||
int | nPbW, | ||
int | nPbH, | ||
int | log2_cb_size, | ||
int | part_idx, | ||
int | merge_idx, | ||
MvField * | mv, | ||
int | mvp_lx_flag, | ||
int | LX | ||
) |
Definition at line 589 of file mvs.c.
Referenced by hevc_luma_mv_mvp_mode().
|
static |
Definition at line 28 of file mvs.c.
Referenced by derive_spatial_merge_candidates().