Searched defs:mv_ref (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c38 const POSITION *const mv_ref = &mv_ref_search[i]; local
39 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
40 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
48 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block),
51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block),
60 const POSITION *const mv_ref = &mv_ref_search[i]; local
61 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
62 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref
102 const POSITION *mv_ref = &mv_ref_search[i]; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c65 const POSITION *const mv_ref = &mv_ref_search[i]; local
66 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
67 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
75 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, -1),
86 const POSITION *const mv_ref = &mv_ref_search[i]; local
87 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
88 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
102 const POSITION *mv_ref local
[all...]

Completed in 29 milliseconds