Searched refs:vp9_motion_field_mi_get_mv (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_non_greedy_mv.h | 121 int_mv vp9_motion_field_mi_get_mv(const MotionField *motion_field, int mi_row,
|
D | vp9_non_greedy_mv.c | 289 int_mv vp9_motion_field_mi_get_mv(const MotionField *motion_field, int mi_row, in vp9_motion_field_mi_get_mv() function
|
D | vp9_encoder.c | 6337 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);
|
D | vp9_rdopt.c | 2698 vp9_motion_field_mi_get_mv(motion_field, tpl_mi_row, tpl_mi_col); in discount_newmv_test()
|