Searched refs:which_mv (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 224 static INLINE int_mv get_sub_block_mv(const MODE_INFO *candidate, int which_mv, in get_sub_block_mv() argument 229 .as_mv[which_mv] in get_sub_block_mv() 230 : candidate->mv[which_mv]; in get_sub_block_mv()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 53 const int which_mv = 0; in temporal_filter_predictors_mb_c() local 76 scale, BW, BH, which_mv, kernel, in temporal_filter_predictors_mb_c() 82 uv_block_width, uv_block_height, which_mv, kernel, mv_precision_uv, x, in temporal_filter_predictors_mb_c() 88 scale, uv_block_width, uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c() 94 BH, which_mv, kernel, MV_PRECISION_Q3, x, y); in temporal_filter_predictors_mb_c() 98 uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c() 103 uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c() 122 which_mv, kernel, MV_PRECISION_Q3, x, y, xd->bd); in temporal_filter_predictors_mb_c() 125 BW, &mv, scale, xs, ys, which_mv, kernel, in temporal_filter_predictors_mb_c() 130 BW, &mv, scale, xs, ys, which_mv, kernel, in temporal_filter_predictors_mb_c() [all …]
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 62 static INLINE int_mv get_block_mv(const MB_MODE_INFO *candidate, int which_mv) { in get_block_mv() argument 63 return candidate->mv[which_mv]; in get_block_mv()
|