Home
last modified time | relevance | path

Searched refs:which_mv (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c43 const int which_mv = 0; in temporal_filter_predictors_mb_c() local
66 scale, BW, BH, which_mv, kernel, in temporal_filter_predictors_mb_c()
72 uv_block_width, uv_block_height, which_mv, kernel, mv_precision_uv, x, in temporal_filter_predictors_mb_c()
78 scale, uv_block_width, uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c()
84 BH, which_mv, kernel, MV_PRECISION_Q3, x, y); in temporal_filter_predictors_mb_c()
88 uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c()
93 uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c()
112 which_mv, kernel, MV_PRECISION_Q3, x, y, xd->bd); in temporal_filter_predictors_mb_c()
115 BW, &mv, scale, xs, ys, which_mv, kernel, in temporal_filter_predictors_mb_c()
120 BW, &mv, scale, xs, ys, which_mv, kernel, in temporal_filter_predictors_mb_c()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h224 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/libaom/libaom/av1/common/
Dmvref_common.h62 int which_mv, int search_col) { in get_sub_block_mv() argument
64 return candidate->mv[which_mv]; in get_sub_block_mv()
68 int which_mv, int search_col) { in get_sub_block_pred_mv() argument
70 return candidate->mv[which_mv]; in get_sub_block_pred_mv()