Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.c127 static INLINE int_mv get_sub_block_mv(const MODE_INFO *candidate, int which_mv, in get_sub_block_mv()
220 const MB_MODE_INFO *const candidate = &candidate_mi->mbmi; in find_mv_refs_idx() local
238 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row * in find_mv_refs_idx() local
264 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row in find_mv_refs_idx() local
/hardware/intel/img/hwcomposer/merrifield/common/base/
DVsyncManager.cpp172 bool VsyncManager::enableVsync(int candidate) in enableVsync()