Home
last modified time | relevance | path

Searched refs:vp9_motion_field_mi_get_mv (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.h121 int_mv vp9_motion_field_mi_get_mv(const MotionField *motion_field, int mi_row,
Dvp9_non_greedy_mv.c289 int_mv vp9_motion_field_mi_get_mv(const MotionField *motion_field, int mi_row, in vp9_motion_field_mi_get_mv() function
Dvp9_encoder.c6337 mv = vp9_motion_field_mi_get_mv(motion_field, mi_row, mi_col);
6493 mv = vp9_motion_field_mi_get_mv(motion_field, mi_row, mi_col);
6760 int_mv mv = vp9_motion_field_mi_get_mv(motion_field, mi_row, mi_col);
Dvp9_rdopt.c2698 vp9_motion_field_mi_get_mv(motion_field, tpl_mi_row, tpl_mi_col); in discount_newmv_test()