HomeSort by relevance Sort by last modified time
    Searched refs:best_ref_mv (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
rdopt.c 925 MV *this_mv, MV *best_ref_mv,
963 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1106 static int vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, MV *best_ref_mv, int best_rd, int *mdcounts, int *returntotrate, int *returnyrate, int *returndistortion, int compressor_speed, int *mvcost[2], int mvthresh, int fullpixel)
1396 MV best_ref_mv; local
    [all...]
pickinter.c 48 extern int vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, MV *best_ref_mv, int best_rd, int *, int *, int *, int, int *mvcost[2], int, int fullpixel);
453 MV best_ref_mv[4]; local
473 &best_ref_mv[LAST_FRAME], MDCounts[LAST_FRAME], LAST_FRAME, cpi->common.ref_frame_sign_bias);
487 &best_ref_mv[GOLDEN_FRAME], MDCounts[GOLDEN_FRAME], GOLDEN_FRAME, cpi->common.ref_frame_sign_bias);
501 &best_ref_mv[ALTREF_FRAME], MDCounts[ALTREF_FRAME], ALTREF_FRAME, cpi->common.ref_frame_sign_bias);
607 best_ref_mv1 = best_ref_mv[x->e_mbd.mode_info_context->mbmi.ref_frame];
encodeframe.c 1245 MV best_ref_mv; local
    [all...]
firstpass.c 539 MV best_ref_mv = {0, 0}; local
577 MV best_ref_mv = {0, 0}; local
638 vp8_first_pass_motion_search(cpi, x, &best_ref_mv,
643 if ((best_ref_mv.col != 0) || (best_ref_mv.row != 0))
699 best_ref_mv.row = d->bmi.mv.as_mv.row;
700 best_ref_mv.col = d->bmi.mv.as_mv.col;
701 //best_ref_mv.row = 0;
702 //best_ref_mv.col = 0;
764 best_ref_mv.row = 0
    [all...]

Completed in 180 milliseconds