Lines Matching refs:top
904 const uint8_t *get_submv_prob(uint32_t left, uint32_t top, int is_vp7)
909 if (left == top)
911 if (!top)
1116 VP8Macroblock *mb_edge[3] = { 0 /* top */,
1118 0 /* top-left */ };
1140 /* Process MB on top, left and top-left */
1224 uint8_t *top;
1227 top = mb->intra4x4_pred_mode_top;
1229 top = s->intra4x4_pred_mode_top + 4 * mb_x;
1233 ctx = vp8_pred4x4_prob_intra[top[x]][left[y]];
1235 left[y] = top[x] = *intra4x4;
1451 * all-zero blocks (only left/top, so 0-2)
1585 // or to initialize the top row to 127
1681 /* for the first row, we need to run xchg_mb_border to init the top edge
1699 // the top macroblock for their topright edge
1703 // from the top macroblock
2747 /* Zero macroblock structures for top/top-left prediction