Home | History | Annotate | Download | only in src

Lines Matching defs:dist

426                 int a, dist = (pt1.y >> (XY_SHIFT - 5)) & 31;
428 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
433 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
438 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
458 int a, dist = (pt1.x >> (XY_SHIFT - 5)) & 31;
460 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
465 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
470 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
501 int a, dist = (pt1.y >> (XY_SHIFT - 5)) & 31;
503 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
508 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
513 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
533 int a, dist = (pt1.x >> (XY_SHIFT - 5)) & 31;
535 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
540 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
545 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;