/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 32 int_mv *tmp_mv) { in full_pixel_motion_search() argument 69 tmp_mv->as_int = INVALID_MV; in full_pixel_motion_search() 92 &ref_mv, &tmp_mv->as_mv); in full_pixel_motion_search() 97 &ref_mv, &tmp_mv->as_mv); in full_pixel_motion_search() 102 &ref_mv, &tmp_mv->as_mv); in full_pixel_motion_search() 107 &ref_mv, &tmp_mv->as_mv); in full_pixel_motion_search() 112 &ref_mv, &tmp_mv->as_mv); in full_pixel_motion_search() 119 &ref_mv, &tmp_mv->as_mv); in full_pixel_motion_search() 136 MV *tmp_mv, int *rate_mv) { in sub_pixel_motion_search() argument 157 cpi->find_fractional_mv_step(x, tmp_mv, &ref_mv, in sub_pixel_motion_search() [all …]
|
D | vp9_mbgraph.c | 85 int_mv tmp_mv; in do_16x16_motion_search() local 96 tmp_err = do_16x16_motion_iteration(cpi, &ref_mv->as_mv, &tmp_mv.as_mv, in do_16x16_motion_search() 100 dst_mv->as_int = tmp_mv.as_int; in do_16x16_motion_search() 107 int_mv zero_ref_mv, tmp_mv; in do_16x16_motion_search() local 110 tmp_err = do_16x16_motion_iteration(cpi, &zero_ref_mv.as_mv, &tmp_mv.as_mv, in do_16x16_motion_search() 113 dst_mv->as_int = tmp_mv.as_int; in do_16x16_motion_search()
|
D | vp9_firstpass.c | 394 MV tmp_mv = {0, 0}; in first_pass_motion_search() local 416 tmp_err = cpi->diamond_search_sad(x, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 422 tmp_err = vp9_get_mvpred_var(x, &tmp_mv, ref_mv, &v_fn_ptr, 1); in first_pass_motion_search() 428 best_mv->row = tmp_mv.row; in first_pass_motion_search() 429 best_mv->col = tmp_mv.col; in first_pass_motion_search() 442 tmp_err = cpi->diamond_search_sad(x, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 448 tmp_err = vp9_get_mvpred_var(x, &tmp_mv, ref_mv, &v_fn_ptr, 1); in first_pass_motion_search() 454 best_mv->row = tmp_mv.row; in first_pass_motion_search() 455 best_mv->col = tmp_mv.col; in first_pass_motion_search() 631 int_mv mv, tmp_mv; in vp9_first_pass() local [all …]
|
D | vp9_rdopt.c | 2373 int_mv *tmp_mv, int *rate_mv) { in single_motion_search() argument 2442 tmp_mv->as_int = INVALID_MV; in single_motion_search() 2465 &ref_mv, &tmp_mv->as_mv); in single_motion_search() 2467 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv, in single_motion_search() 2472 &ref_mv, &tmp_mv->as_mv); in single_motion_search() 2474 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv, in single_motion_search() 2479 &ref_mv, &tmp_mv->as_mv); in single_motion_search() 2481 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv, in single_motion_search() 2486 &ref_mv, &tmp_mv->as_mv); in single_motion_search() 2488 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv, in single_motion_search() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 445 int_mv tmp_mv; in first_pass_motion_search() local 462 tmp_mv.as_int = 0; in first_pass_motion_search() 465 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 474 best_mv->row = tmp_mv.as_mv.row; in first_pass_motion_search() 475 best_mv->col = tmp_mv.as_mv.col; in first_pass_motion_search() 490 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 500 best_mv->row = tmp_mv.as_mv.row; in first_pass_motion_search() 501 best_mv->col = tmp_mv.as_mv.col; in first_pass_motion_search() 639 MV tmp_mv = {0, 0}; in vp8_first_pass() local 667 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, in vp8_first_pass() [all …]
|