Searched refs:NEWMV (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | pickinter.c | 611 if(cpi->sf.improved_mv_pred && x->e_mbd.mode_info_context->mbmi.mode == NEWMV) in vp8_pick_inter_mode() 681 case NEWMV: in vp8_pick_inter_mode() 736 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() 737 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode() 742 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() 743 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode() 765 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode() 766 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode() 770 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row; in vp8_pick_inter_mode() 771 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col; in vp8_pick_inter_mode() [all …]
|
D | rdopt.c | 98 NEWMV, 99 NEWMV, 100 NEWMV, 1908 if(x->e_mbd.mode_info_context->mbmi.mode == NEWMV) in vp8_rd_pick_inter_mode() 2047 case NEWMV: in vp8_rd_pick_inter_mode() 2100 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode() 2101 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode() 2106 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode() 2107 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode() 2129 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode() [all …]
|
D | bitstream.c | 994 case NEWMV: in pack_inter_mode_mvs()
|
D | encodeframe.c | 1385 else if (xd->mode_info_context->mbmi.mode == NEWMV) in vp8cx_encode_inter_macroblock()
|
D | mcomp.c | 1642 if (m == NEWMV) in accum_mv_refs()
|
D | firstpass.c | 672 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 | 85 NEWMV, enumerator
|
D | entropymode.c | 156 -NEWMV, -SPLITMV
|
/external/webp/src/dec/ |
D | tree.c | 39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator 58 -NEWMV, -SPLITMV
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 143 case NEWMV: in vp8mt_build_intra_predictors_mby() 279 case NEWMV: in vp8mt_build_intra_predictors_mby_s() 435 case NEWMV: in vp8mt_build_intra_predictors_mbuv() 597 case NEWMV: in vp8mt_build_intra_predictors_mbuv_s()
|
D | decodemv.c | 443 case NEWMV: in read_mb_modes_mv()
|