Searched refs:NEARMV (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/vp8/common/ |
D | reconintra.c | 140 case NEARMV: in vp8_build_intra_predictors_mby() 266 case NEARMV: in vp8_build_intra_predictors_mby_s() 404 case NEARMV: in vp8_build_intra_predictors_mbuv() 549 case NEARMV: in vp8_build_intra_predictors_mbuv_s()
|
D | blockd.h | 83 NEARMV, enumerator
|
D | entropymode.c | 155 -NEARMV, 6,
|
/external/webp/src/dec/ |
D | tree.c | 39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator 57 -NEARMV, 3,
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 141 case NEARMV: in vp8mt_build_intra_predictors_mby() 277 case NEARMV: in vp8mt_build_intra_predictors_mby_s() 433 case NEARMV: in vp8mt_build_intra_predictors_mbuv() 595 case NEARMV: in vp8mt_build_intra_predictors_mbuv_s()
|
D | decodemv.c | 421 case NEARMV: in read_mb_modes_mv()
|
/external/libvpx/vp8/encoder/ |
D | rdopt.c | 83 NEARMV, 91 NEARMV, 92 NEARMV, 1902 mode_mv[NEARMV] = frame_near_mv[x->e_mbd.mode_info_context->mbmi.ref_frame]; in vp8_rd_pick_inter_mode() 2211 case NEARMV: in vp8_rd_pick_inter_mode() 2225 if (((this_mode == NEARMV) || (this_mode == NEARESTMV)) && in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 597 mode_mv[NEARMV] = near_mv[x->e_mbd.mode_info_context->mbmi.ref_frame]; in vp8_pick_inter_mode() 796 case NEARMV: in vp8_pick_inter_mode()
|
D | mcomp.c | 1632 if (m == NEARMV) in accum_mv_refs()
|