Searched defs:ref_mv_full (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 55 const MV ref_mv_full = { .row = 0, .col = 0 }; in get_res_var_features() local 619 const MV ref_mv_full = { .row = 0, .col = 0 }; in av1_get_max_min_partition_features() local
|
D | firstpass.c | 220 MV ref_mv_full = { ref_mv->row >> 3, ref_mv->col >> 3 }; in first_pass_motion_search() local
|
D | mcomp.c | 3072 MV ref_mv_full, int num_planes, in av1_simple_motion_search() 3169 const MV ref_mv_full, int use_subpixel, in av1_simple_motion_sse_var()
|
D | encodeframe.c | 595 const MV ref_mv_full = { .row = 0, .col = 0 }; in pick_sb_modes() local 3768 const MV ref_mv_full = { .row = 0, .col = 0 }; in rd_pick_partition() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 416 int_mv ref_mv_full; in first_pass_motion_search() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 396 MV ref_mv_full = { ref_mv->row >> 3, ref_mv->col >> 3 }; in first_pass_motion_search() local
|
D | vp9_encodeframe.c | 3501 MV ref_mv_full = { 0, 0 }; in ml_predict_var_rd_paritioning() local
|