Searched defs:tmp_mv (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_pickmode.c32 int_mv *tmp_mv) {
69 tmp_mv->as_int = INVALID_MV;
92 &ref_mv, &tmp_mv->as_mv);
97 &ref_mv, &tmp_mv->as_mv);
102 &ref_mv, &tmp_mv->as_mv);
107 &ref_mv, &tmp_mv->as_mv);
112 &ref_mv, &tmp_mv->as_mv);
119 &ref_mv, &tmp_mv->as_mv);
136 MV *tmp_mv, int *rate_mv) {
157 cpi->find_fractional_mv_step(x, tmp_mv,
29 full_pixel_motion_search(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, BLOCK_SIZE bsize, int mi_row, int mi_col, int_mv *tmp_mv) argument
133 sub_pixel_motion_search(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, BLOCK_SIZE bsize, int mi_row, int mi_col, MV *tmp_mv, int *rate_mv) argument
[all...]
H A Dvp9_mbgraph.c85 int_mv tmp_mv; local
96 tmp_err = do_16x16_motion_iteration(cpi, &ref_mv->as_mv, &tmp_mv.as_mv,
100 dst_mv->as_int = tmp_mv.as_int;
107 int_mv zero_ref_mv, tmp_mv; local
110 tmp_err = do_16x16_motion_iteration(cpi, &zero_ref_mv.as_mv, &tmp_mv.as_mv,
113 dst_mv->as_int = tmp_mv.as_int;
H A Dvp9_firstpass.c394 MV tmp_mv = {0, 0}; local
416 tmp_err = cpi->diamond_search_sad(x, &ref_mv_full, &tmp_mv,
422 tmp_err = vp9_get_mvpred_var(x, &tmp_mv, ref_mv, &v_fn_ptr, 1);
428 best_mv->row = tmp_mv.row;
429 best_mv->col = tmp_mv.col;
442 tmp_err = cpi->diamond_search_sad(x, &ref_mv_full, &tmp_mv,
448 tmp_err = vp9_get_mvpred_var(x, &tmp_mv, ref_mv, &v_fn_ptr, 1);
454 best_mv->row = tmp_mv.row;
455 best_mv->col = tmp_mv.col;
631 int_mv mv, tmp_mv; local
[all...]
H A Dvp9_rdopt.c2373 int_mv *tmp_mv, int *rate_mv) {
2442 tmp_mv->as_int = INVALID_MV;
2465 &ref_mv, &tmp_mv->as_mv);
2467 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv,
2472 &ref_mv, &tmp_mv->as_mv);
2474 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv,
2479 &ref_mv, &tmp_mv->as_mv);
2481 bestsme = vp9_get_mvpred_var(x, &tmp_mv->as_mv, &ref_mv,
2486 &ref_mv, &tmp_mv->as_mv);
2488 bestsme = vp9_get_mvpred_var(x, &tmp_mv
2369 single_motion_search(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, BLOCK_SIZE bsize, int mi_row, int mi_col, int_mv *tmp_mv, int *rate_mv) argument
2583 int_mv tmp_mv; local
2749 int_mv tmp_mv; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c445 int_mv tmp_mv; local
462 tmp_mv.as_int = 0;
465 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param,
474 best_mv->row = tmp_mv.as_mv.row;
475 best_mv->col = tmp_mv.as_mv.col;
490 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv,
500 best_mv->row = tmp_mv.as_mv.row;
501 best_mv->col = tmp_mv.as_mv.col;
639 MV tmp_mv = {0, 0}; local
667 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv,
[all...]

Completed in 102 milliseconds