Searched defs:best_ref_mv (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpickinter.c394 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) argument
402 best_ref_mv->as_mv.row) >> 1)]++;
404 best_ref_mv->as_mv.col) >> 1)]++;
580 int_mv best_ref_mv; local
651 best_ref_mv.as_int = 0;
681 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
727 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
741 && best_ref_mv.as_int==0)
744 && best_ref_mv.as_int==parent_ref_mv.as_int)
866 int col_min = ((best_ref_mv
[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;
H A Drdopt.c953 int_mv *this_mv, int_mv *best_ref_mv,
992 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1387 int_mv *best_ref_mv, int best_rd,
1398 bsi.ref_mv = best_ref_mv;
1399 bsi.mvp.as_int = best_ref_mv->as_int;
1425 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
1426 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
1427 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL;
1428 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL;
1737 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) argument
949 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
1386 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
1951 int_mv best_ref_mv; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_block.h47 int_mv best_ref_mv[2]; member in struct:__anon1141
H A Dvp9_firstpass.c565 int_mv best_ref_mv; local
567 best_ref_mv.as_int = 0;
640 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, &mv.as_mv,
649 if (best_ref_mv.as_int) {
699 best_ref_mv.as_int = 0;
727 best_ref_mv.as_int = mv.as_int;
H A Dvp9_rdopt.c1478 int_mv *best_ref_mv[2],
1493 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv,
1497 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv,
2086 int_mv *best_ref_mv,
2108 bsi->ref_mv[0] = best_ref_mv;
2110 bsi->mvp.as_int = best_ref_mv->as_int;
2280 ctx->best_ref_mv[0].as_int = ref_mv->as_int;
2281 ctx->best_ref_mv[1].as_int = second_ref_mv->as_int;
1473 labels2mode(VP9_COMP *cpi, MACROBLOCKD *xd, int i, MB_PREDICTION_MODE mode, int_mv this_mv[2], int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int_mv seg_mvs[MAX_REF_FRAMES], int_mv *best_ref_mv[2], const int *mvjcost, int *mvcost[2]) argument
2084 rd_pick_best_mbsegmentation(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, 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

Completed in 435 milliseconds