Searched refs:NEARMV (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.c | 165 &mode_mv_sb[sign_bias][NEARMV], in vp8_find_near_mvs_bias() 173 invert_and_clamp_mvs(&mode_mv_sb[!sign_bias][NEARMV], in vp8_find_near_mvs_bias() 174 &mode_mv_sb[sign_bias][NEARMV], xd); in vp8_find_near_mvs_bias()
|
D | reconintra.c | 132 case NEARMV: in vp8_build_intra_predictors_mby_s_c() 273 case NEARMV: in vp8_build_intra_predictors_mbuv_s_c()
|
D | entropymode.c | 138 -NEARMV, 6,
|
D | blockd.h | 83 NEARMV, enumerator
|
D | loopfilter.c | 56 lfi->mode_lf_lut[NEARMV] = 2; in lf_init_lut()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 262 frame_mv[NEARESTMV], frame_mv[NEARMV], yv12_mb); in vp9_pick_inter_mode() 276 clamp_mv2(&frame_mv[NEARMV][ref_frame].as_mv, xd); in vp9_pick_inter_mode() 283 mode_idx[NEARMV] = THR_NEARMV; // LAST_FRAME, NEARMV in vp9_pick_inter_mode()
|
D | vp9_rdopt.c | 95 {NEARMV, {LAST_FRAME, NONE}}, 96 {NEARMV, {ALTREF_FRAME, NONE}}, 102 {NEARMV, {LAST_FRAME, ALTREF_FRAME}}, 104 {NEARMV, {GOLDEN_FRAME, NONE}}, 105 {NEARMV, {GOLDEN_FRAME, ALTREF_FRAME}}, 1506 case NEARMV: in labels2mode() 1507 this_mv[0].as_int = frame_mv[NEARMV][mbmi->ref_frame[0]].as_int; in labels2mode() 1509 this_mv[1].as_int = frame_mv[NEARMV][mbmi->ref_frame[1]].as_int; in labels2mode() 1681 (this_mode == NEARMV || this_mode == NEARESTMV || this_mode == ZEROMV) && in check_best_zero_mv() 1686 int c1 = cost_mv_ref(cpi, NEARMV, rfc); in check_best_zero_mv() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 76 NEARMV, enumerator
|
D | vp9_entropymode.c | 238 -INTER_OFFSET(NEARMV), -INTER_OFFSET(NEWMV)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 389 case NEARMV: { in assign_mv() 480 if (b_mode == NEARESTMV || b_mode == NEARMV) in read_inter_block_mode_info()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | pickinter.c | 736 if (vp8_mode_order[mode_index] == NEARMV && in vp8_pick_inter_mode() 737 mode_mv[NEARMV].as_int ==0) in vp8_pick_inter_mode() 1045 case NEARMV: in vp8_pick_inter_mode()
|
D | rdopt.c | 90 NEARMV, 98 NEARMV, 99 NEARMV, 2379 case NEARMV: in vp8_rd_pick_inter_mode() 2389 … if (((this_mode == NEARMV) || (this_mode == NEARESTMV)) && (mode_mv[this_mode].as_int == 0)) in vp8_rd_pick_inter_mode()
|
D | mcomp.c | 2004 if (m == NEARMV) in accum_mv_refs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 514 mbmi->mode = NEARMV; in read_mb_modes_mv()
|