Lines Matching defs:left
904 const uint8_t *get_submv_prob(uint32_t left, uint32_t top, int is_vp7)
909 if (left == top)
910 return vp8_submv_prob[4 - !!left];
913 return vp8_submv_prob[1 - !!left];
957 uint32_t left, above;
961 left = AV_RN32A(&left_mv[mbsplits_left[k + 3]]);
963 left = AV_RN32A(&cur_mv[mbsplits_cur[k - 1]]);
969 submv_prob = get_submv_prob(left, above, is_vp7);
985 AV_WN32A(&mb->bmv[n], left);
1117 mb - 1 /* left */,
1118 0 /* top-left */ };
1140 /* Process MB on top, left and top-left */
1225 uint8_t *const left = s->intra4x4_pred_mode_left;
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)
1790 { 0, 1, 2, 1, 2, 1, 2, 1 }, // nr. of left extra pixels,
2406 memset(mb - 1, 0, sizeof(*mb)); // zero left macroblock
2747 /* Zero macroblock structures for top/top-left prediction