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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c56 int const_motion = 0; local
80 const_motion = 1;
122 return const_motion;
1111 int const_motion[MAX_REF_FRAMES] = { 0 }; local
1201 const_motion[ref_frame] = mv_refs_rt(cm, x, xd, tile_info,
1238 if (const_motion[ref_frame] && this_mode == NEARMV)
H A Dvp9_rdopt.c3193 int const_motion = 1; local
3204 const_motion &= (ref_mv.as_int == ref_mbmi->mv[0].as_int) &&
3217 const_motion &= (ref_mv.as_int == ref_mbmi->mv[0].as_int) &&
3228 if (const_motion)

Completed in 100 milliseconds