Home | History | Annotate | Download | only in encoder

Lines Matching defs:Above

246         /* Experimental code using the same basic equation as used for Q above
659 unsigned char *Above = dst - dst_stride;
661 unsigned char top_left = Above[-1];
670 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
1007 if (m == ABOVE4X4) /* replace above with left if same */
1537 const MODE_INFO *above = here - xd->mode_info_stride;
1539 const MODE_INFO *aboveleft = above - 1;
1561 if (above->mbmi.ref_frame != INTRA_FRAME)
1563 near_mvs[vcnt].as_int = above->mbmi.mv.as_int;
1564 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, &near_mvs[vcnt], ref_frame_sign_bias);
1565 near_ref[vcnt] = above->mbmi.ref_frame;
1597 /* above in last frame */
1680 * 0-cf above, 1-cf left, 2-cf aboveleft,
1681 * 3-lf current, 4-lf above, 5-lf left, 6-lf right, 7-lf below
2468 /* required for left and above block mv */