Home
last modified time | relevance | path

Searched refs:pred_mv_sad (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_pickmode.c68 if ((x->pred_mv_sad[ref] >> 3) > x->pred_mv_sad[i]) { in full_pixel_motion_search()
258 x->pred_mv_sad[ref_frame] = INT_MAX; in vp9_pick_inter_mode()
Dvp9_block.h117 int pred_mv_sad[MAX_REF_FRAMES]; member
Dvp9_rdopt.c2201 x->pred_mv_sad[ref_frame] = best_sad; in mv_pred()
2434 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4); in single_motion_search()
2440 if ((x->pred_mv_sad[ref] >> 3) > x->pred_mv_sad[i]) { in single_motion_search()
3195 x->pred_mv_sad[ref_frame] = INT_MAX; in vp9_rd_pick_inter_mode_sb()
3221 if ((x->pred_mv_sad[ref_frame] >> 2) > x->pred_mv_sad[i]) { in vp9_rd_pick_inter_mode_sb()
3835 if ((x->pred_mv_sad[ref_frame] >> 1) > x->pred_mv_sad[i]) { in vp9_rd_pick_inter_mode_sub8x8()