Searched refs:best_ref_mv (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.h29 int_mv *best_ref_mv, int_mv *second_best_ref_mv);
H A Dvp9_block.h38 int_mv best_ref_mv; member in struct:__anon20703
H A Dvp9_encodemv.c318 int_mv *best_ref_mv, int_mv *second_best_ref_mv) {
332 diff.row = mi->bmi[i].as_mv[0].as_mv.row - best_ref_mv->as_mv.row;
333 diff.col = mi->bmi[i].as_mv[0].as_mv.col - best_ref_mv->as_mv.col;
347 diff.row = mbmi->mv[0].as_mv.row - best_ref_mv->as_mv.row;
348 diff.col = mbmi->mv[0].as_mv.col - best_ref_mv->as_mv.col;
317 vp9_update_nmv_count(VP9_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, int_mv *second_best_ref_mv) argument
H A Dvp9_firstpass.c528 int_mv best_ref_mv; local
530 best_ref_mv.as_int = 0;
602 first_pass_motion_search(cpi, x, &best_ref_mv,
607 if (best_ref_mv.as_int) {
650 best_ref_mv.as_int = 0;
682 best_ref_mv.as_int = mv.as_int;
H A Dvp9_rdopt.c1439 int_mv *best_ref_mv,
1460 thismvcost = vp9_mv_bit_cost(this_mv, best_ref_mv, mvjcost, mvcost,
2024 int_mv *best_ref_mv,
2046 bsi->ref_mv = best_ref_mv;
2048 bsi->mvp.as_int = best_ref_mv->as_int;
2215 ctx->best_ref_mv.as_int = ref_mv->as_int;
1434 labels2mode(MACROBLOCK *x, int i, MB_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *this_second_mv, int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int_mv seg_mvs[MAX_REF_FRAMES], int_mv *best_ref_mv, int_mv *second_best_ref_mv, int *mvjcost, int *mvcost[2], VP9_COMP *cpi) argument
2023 rd_pick_best_mbsegmentation(VP9_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, int_mv *second_best_ref_mv, int64_t best_rd, int *returntotrate, int *returnyrate, int64_t *returndistortion, int *skippable, int64_t *psse, int mvthresh, int_mv seg_mvs[4][MAX_REF_FRAMES], BEST_SEG_INFO *bsi_buf, int filter_idx, int mi_row, int mi_col) argument
H A Dvp9_encodeframe.c434 best_mv.as_int = ctx->best_ref_mv.as_int;
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c392 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) argument
400 best_ref_mv->as_mv.row) >> 1)]++;
402 best_ref_mv->as_mv.col) >> 1)]++;
578 int_mv best_ref_mv; local
648 best_ref_mv.as_int = 0;
678 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
724 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
738 && best_ref_mv.as_int==0)
741 && best_ref_mv.as_int==parent_ref_mv.as_int)
863 int col_min = ((best_ref_mv
[all...]
H A Drdopt.c951 int_mv *this_mv, int_mv *best_ref_mv,
990 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1385 int_mv *best_ref_mv, int best_rd,
1396 bsi.ref_mv = best_ref_mv;
1397 bsi.mvp.as_int = best_ref_mv->as_int;
1423 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
1424 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
1425 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL;
1426 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL;
1735 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) argument
947 labels2mode( MACROBLOCK *x, int const *labelings, int which_label, B_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *best_ref_mv, int *mvcost[2] ) argument
1384 vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, int best_rd, int *mdcounts, int *returntotrate, int *returnyrate, int *returndistortion, int mvthresh) argument
1949 int_mv best_ref_mv; local
[all...]
H A Dfirstpass.c581 int_mv best_ref_mv; local
583 best_ref_mv.as_int = 0;
657 first_pass_motion_search(cpi, x, &best_ref_mv,
664 if (best_ref_mv.as_int)
698 best_ref_mv.as_int = 0;
727 best_ref_mv.as_int = d->bmi.mv.as_int;

Completed in 312 milliseconds