Home
last modified time | relevance | path

Searched refs:const_motion (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c71 int const_motion = 0; in mv_refs_rt() local
94 const_motion = 1; in mv_refs_rt()
151 return const_motion; in mv_refs_rt()
1249 int const_motion[MAX_REF_FRAMES], int *ref_frame_skip_mask, in find_predictors()
1270 const_motion[ref_frame] = in find_predictors()
1715 int const_motion[MAX_REF_FRAMES] = { 0 }; in vp9_pick_inter_mode() local
1990 find_predictors(cpi, x, ref_frame, frame_mv, const_motion, in vp9_pick_inter_mode()
2158 if (const_motion[ref_frame] && this_mode == NEARMV) continue; in vp9_pick_inter_mode()
Dvp9_rdopt.c3570 int const_motion = 1; in vp9_rd_pick_inter_mode_sb() local
3581 const_motion &= (ref_mv.as_int == ref_mi->mv[0].as_int) && in vp9_rd_pick_inter_mode_sb()
3592 const_motion &= (ref_mv.as_int == ref_mi->mv[0].as_int) && in vp9_rd_pick_inter_mode_sb()
3602 if (const_motion) in vp9_rd_pick_inter_mode_sb()