/external/libaom/libaom/av1/encoder/ |
D | mcomp.h | 170 MV ref_mv_full, int num_planes, int use_subpixel); 175 const MV ref_mv_full, int use_subpixel,
|
D | partition_strategy.c | 55 const MV ref_mv_full = { .row = 0, .col = 0 }; in get_res_var_features() local 56 av1_simple_motion_sse_var(cpi, x, mi_row, mi_col, bsize, ref_mv_full, in get_res_var_features() 619 const MV ref_mv_full = { .row = 0, .col = 0 }; in av1_get_max_min_partition_features() local 622 ref_mv_full, 0, &sse, &var); in av1_get_max_min_partition_features()
|
D | firstpass.c | 220 MV ref_mv_full = { ref_mv->row >> 3, ref_mv->col >> 3 }; in first_pass_motion_search() local 239 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg[SS_CFG_SRC], &ref_mv_full, in first_pass_motion_search() 262 x, &cpi->ss_cfg[SS_CFG_SRC], &ref_mv_full, &tmp_mv, step_param + n, in first_pass_motion_search()
|
D | mcomp.c | 3072 MV ref_mv_full, int num_planes, in av1_simple_motion_search() argument 3117 cpi, x, bsize, &ref_mv_full, step_param, search_methods, do_mesh_search, in av1_simple_motion_search() 3169 const MV ref_mv_full, int use_subpixel, in av1_simple_motion_sse_var() argument 3175 av1_simple_motion_search(cpi, x, mi_row, mi_col, bsize, ref, ref_mv_full, 1, in av1_simple_motion_sse_var()
|
D | encodeframe.c | 595 const MV ref_mv_full = { .row = 0, .col = 0 }; in pick_sb_modes() local 597 av1_simple_motion_sse_var(cpi, x, mi_row, mi_col, bsize, ref_mv_full, 0, in pick_sb_modes() 3768 const MV ref_mv_full = { .row = 0, .col = 0 }; in rd_pick_partition() local 3771 av1_simple_motion_sse_var(cpi, x, mi_row, mi_col, bsize, ref_mv_full, 0, in rd_pick_partition()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 416 int_mv ref_mv_full; in first_pass_motion_search() local 433 ref_mv_full.as_mv.col = ref_mv->as_mv.col >> 3; in first_pass_motion_search() 434 ref_mv_full.as_mv.row = ref_mv->as_mv.row >> 3; in first_pass_motion_search() 435 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 456 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|
/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 417 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 439 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|
D | vp9_encodeframe.c | 3501 MV ref_mv_full = { 0, 0 }; in ml_predict_var_rd_paritioning() local 3515 vp9_full_pixel_search(cpi, x, bsize, &ref_mv_full, step_param, in ml_predict_var_rd_paritioning()
|