Lines Matching defs:index
933 int index = (y & 0xC) | (x / 4 % 4);
935 uint8_t val = FFMIN(s->pre[index], index % 4 == 0 ? 9 : s->pre[index + 3]);
944 s->pre[index + 4] = val;
946 s->pre[index + 5] = s->pre[index + 8] = s->pre[index + 9] = val;
1078 int width, int height, int index,
1087 if (index <= 5) {
1088 int sidx = -FFMAX(1, index) + s->current_pic;
1094 if (index > 0) {
1188 int adjx = index == 8 ? 0 : width / 2;
1189 int adjy = index == 8 ? height / 2 : 0;