Home | History | Annotate | Download | only in src

Lines Matching defs:indx

374     int     indx;
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
380 p1x = motxdata[indx];
381 p1y = motydata[indx];
388 p1x = motxdata[indx];
389 p1y = motydata[indx];
394 indx = indx + 1 - nMVPerRow; /* upper_block */
397 indx -= (block & 1);
398 p2x = motxdata[indx];
399 p2y = motydata[indx];
400 p3x = motxdata[indx + 1];
401 p3y = motydata[indx + 1];
410 p2x = motxdata[indx];
411 p2y = motydata[indx];
416 indx = indx + 2 - (block & 1);
417 p3x = motxdata[indx];
418 p3y = motydata[indx];