Searched refs:which_mv (Results 1 – 2 of 2) 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 | 42 const int which_mv = 0; in temporal_filter_predictors_mb_c() local 60 scale, 16, 16, which_mv, kernel, in temporal_filter_predictors_mb_c() 66 uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c() 72 uv_block_height, which_mv, kernel, in temporal_filter_predictors_mb_c() 79 which_mv, kernel, MV_PRECISION_Q3, x, y); in temporal_filter_predictors_mb_c() 83 which_mv, kernel, mv_precision_uv, x, y); in temporal_filter_predictors_mb_c() 87 which_mv, kernel, mv_precision_uv, x, y); in temporal_filter_predictors_mb_c()
|