Home | History | Annotate | Download | only in common

Lines Matching refs:above

67     const MODE_INFO *above = here - xd->mode_info_stride;
69 const MODE_INFO *aboveleft = above - 1;
79 /* Process above */
80 if (above->mbmi.ref_frame != INTRA_FRAME)
82 if (above->mbmi.mv.as_int)
84 (++mv)->as_int = above->mbmi.mv.as_int;
85 mv_bias(above, refframe, mv, ref_frame_sign_bias);
114 /* Process above left */
139 /* See if above-left MV can be merged with NEAREST */
144 cnt[CNT_SPLITMV] = ((above->mbmi.mode == SPLITMV)
202 /* On top edge, get from MB above us */