Searched refs:NEWMV (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | pickinter.c | 665 case NEWMV: in vp8_pick_inter_mode() 689 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() 690 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode() 706 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() 707 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode() 711 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row; in vp8_pick_inter_mode() 712 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col; in vp8_pick_inter_mode() 722 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() 723 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode() 728 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() [all …]
|
D | rdopt.c | 110 NEWMV, 111 NEWMV, 112 NEWMV, 1706 this_mode = NEWMV; in vp8_rd_pick_inter_mode() 1709 mode_mv[NEWMV].row = x->e_mbd.block[0].bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode() 1710 mode_mv[NEWMV].col = x->e_mbd.block[0].bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode() 1711 rate2 += vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, x->mvcost, 96); in vp8_rd_pick_inter_mode() 1753 case NEWMV: in vp8_rd_pick_inter_mode() 1782 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode() 1783 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode() [all …]
|
D | bitstream.c | 1004 case NEWMV: in pack_inter_mode_mvs()
|
D | encodeframe.c | 1279 else if (xd->mode_info_context->mbmi.mode == NEWMV) in vp8cx_encode_inter_macroblock()
|
D | mcomp.c | 1638 if (m == NEWMV) in accum_mv_refs()
|
D | firstpass.c | 689 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv.as_mv); in vp8_first_pass()
|
/external/libvpx/vp8/common/ |
D | reconintra.c | 142 case NEWMV: in vp8_build_intra_predictors_mby() 268 case NEWMV: in vp8_build_intra_predictors_mby_s() 406 case NEWMV: in vp8_build_intra_predictors_mbuv() 551 case NEWMV: in vp8_build_intra_predictors_mbuv_s()
|
D | blockd.h | 87 NEWMV, enumerator
|
D | entropymode.c | 156 -NEWMV, -SPLITMV
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 144 case NEWMV: in vp8mt_build_intra_predictors_mby() 287 case NEWMV: in vp8mt_build_intra_predictors_mby_s() 450 case NEWMV: in vp8mt_build_intra_predictors_mbuv() 619 case NEWMV: in vp8mt_build_intra_predictors_mbuv_s()
|
D | decodemv.c | 450 case NEWMV: in vp8_read_mb_modes_mv()
|