Searched refs:mv_ref (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c41 const POSITION *const mv_ref = &mv_ref_search[i]; local
42 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
43 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
53 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
61 const POSITION *const mv_ref = &mv_ref_search[i]; local
62 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
63 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref
87 const POSITION *mv_ref = &mv_ref_search[i]; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c148 // This macro is used to add a motion vector mv_ref list if it isn't
216 const POSITION *const mv_ref = &mv_ref_search[i]; local
217 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
218 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
226 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
228 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
236 const POSITION *const mv_ref = &mv_ref_search[i]; local
237 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
238 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref
262 const POSITION *mv_ref = &mv_ref_search[i]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.c58 const POSITION *const mv_ref = &mv_ref_search[i]; local
59 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
60 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
68 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, -1));
78 const POSITION *const mv_ref = &mv_ref_search[i]; local
79 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
80 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
94 const POSITION *mv_ref local
[all...]

Completed in 476 milliseconds