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

/external/chromium_org/third_party/libvpx/source/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)]++;
581 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;
734 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
748 && best_ref_mv.as_int==0)
751 && best_ref_mv.as_int==parent_ref_mv.as_int)
873 int col_min = ((best_ref_mv
[all...]
H A Drdopt.c947 int_mv *this_mv, int_mv *best_ref_mv,
986 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1381 int_mv *best_ref_mv, int best_rd,
1392 bsi.ref_mv = best_ref_mv;
1393 bsi.mvp.as_int = best_ref_mv->as_int;
1419 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
1420 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
1421 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL;
1422 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL;
1731 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) argument
943 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
1380 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
1946 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;
/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.c948 int_mv *this_mv, int_mv *best_ref_mv,
987 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1382 int_mv *best_ref_mv, int best_rd,
1393 bsi.ref_mv = best_ref_mv;
1394 bsi.mvp.as_int = best_ref_mv->as_int;
1420 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
1421 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
1422 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL;
1423 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL;
1732 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) argument
944 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
1381 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
1946 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;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h47 int_mv best_ref_mv[2]; member in struct:__anon24933
H A Dvp9_firstpass.c566 int_mv best_ref_mv; local
568 best_ref_mv.as_int = 0;
641 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, &mv.as_mv,
650 if (best_ref_mv.as_int) {
700 best_ref_mv.as_int = 0;
728 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
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c518 MV best_ref_mv = {0, 0}; local
621 first_pass_motion_search(cpi, x, &best_ref_mv, &mv, &motion_error);
629 if (!is_zero_mv(&best_ref_mv)) {
685 best_ref_mv.row = 0;
686 best_ref_mv.col = 0;
728 best_ref_mv = mv;
H A Dvp9_rdopt.c1041 int_mv *best_ref_mv[2], const int *mvjcost,
1054 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv,
1058 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv,
1269 int_mv *best_ref_mv,
1306 bsi->ref_mv[0] = best_ref_mv;
1308 bsi->mvp.as_int = best_ref_mv->as_int;
1037 set_and_cost_bmi_mvs(VP9_COMP *cpi, MACROBLOCKD *xd, int i, 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
1267 rd_pick_best_sub8x8_mode(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 823 milliseconds