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.c60 int const_motion = 0; in mv_refs_rt() local
83 const_motion = 1; in mv_refs_rt()
140 return const_motion; in mv_refs_rt()
1189 int const_motion[MAX_REF_FRAMES], int *ref_frame_skip_mask, in find_predictors()
1210 const_motion[ref_frame] = in find_predictors()
1459 int const_motion[MAX_REF_FRAMES] = { 0 }; in vp9_pick_inter_mode() local
1617 find_predictors(cpi, x, ref_frame, frame_mv, const_motion, in vp9_pick_inter_mode()
1678 if (const_motion[ref_frame] && this_mode == NEARMV) continue; in vp9_pick_inter_mode()
Dvp9_rdopt.c3250 int const_motion = 1; in vp9_rd_pick_inter_mode_sb() local
3261 const_motion &= (ref_mv.as_int == ref_mi->mv[0].as_int) && in vp9_rd_pick_inter_mode_sb()
3272 const_motion &= (ref_mv.as_int == ref_mi->mv[0].as_int) && in vp9_rd_pick_inter_mode_sb()
3282 if (const_motion) in vp9_rd_pick_inter_mode_sb()