Lines Matching defs:index
28 * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_MAD
108 int index = j - 3;
109 unsigned offset = (mb_y * 8 + (mv_y/2))*t->last_frame->linesize[index] + mb_x * 8 + (mv_x/2);
110 if (offset >= (t->avctx->height/2 - 7) * t->last_frame->linesize[index] - 7)
112 comp(frame->data[index] + (mb_y*8)*frame->linesize[index] + mb_x * 8,
113 frame->linesize[index],
114 t->last_frame->data[index] + offset,
115 t->last_frame->linesize[index], add);
127 int index = j - 3;
129 frame->data[index] + (mb_y*8)*frame->linesize[index] + mb_x*8,
130 frame->linesize[index], block);