Searched refs:mv_ref (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 38 const POSITION *const mv_ref = &mv_ref_search[i]; in find_mv_refs_idx() local 39 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_mv_refs_idx() 40 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row * in find_mv_refs_idx() 48 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block), in find_mv_refs_idx() 51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block), in find_mv_refs_idx() 60 const POSITION *const mv_ref = &mv_ref_search[i]; in find_mv_refs_idx() local 61 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_mv_refs_idx() 62 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row * in find_mv_refs_idx() 102 const POSITION *mv_ref = &mv_ref_search[i]; in find_mv_refs_idx() local 103 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_mv_refs_idx() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 65 const POSITION *const mv_ref = &mv_ref_search[i]; in mv_refs_rt() local 66 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in mv_refs_rt() 67 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row * in mv_refs_rt() 75 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, -1), in mv_refs_rt() 86 const POSITION *const mv_ref = &mv_ref_search[i]; in mv_refs_rt() local 87 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in mv_refs_rt() 88 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row * in mv_refs_rt() 102 const POSITION *mv_ref = &mv_ref_search[i]; in mv_refs_rt() local 103 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in mv_refs_rt() 104 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row in mv_refs_rt()
|