Home | History | Annotate | Download | only in common

Lines Matching refs:Left

22                               const uint8_t *above, const uint8_t *left);
45 space here. Similary for "Left". */
55 unsigned char Left[8];
59 vp8_zero_array(Left, 8);
62 unsigned char Left[16];
64 unsigned char Left[4];
67 Left[0] = yleft[0];
68 Left[1] = yleft[left_stride];
69 Left[2] = yleft[2 * left_stride];
70 Left[3] = yleft[3 * left_stride];
74 pred[b_mode](dst, dst_stride, Above, Left);