WIDTH 70 libavcodec/c93.c int from_x = offset % WIDTH;
WIDTH 71 libavcodec/c93.c int from_y = offset / WIDTH;
WIDTH 72 libavcodec/c93.c int overflow = from_x + width - WIDTH;
WIDTH 158 libavcodec/c93.c for (x = 0; x < WIDTH; x += 8) {
WIDTH 41 libavcodec/motion-test.c uint8_t img1[WIDTH * HEIGHT];
WIDTH 42 libavcodec/motion-test.c uint8_t img2[WIDTH * HEIGHT];
WIDTH 85 libavcodec/motion-test.c fill_random(img1, WIDTH * HEIGHT);
WIDTH 86 libavcodec/motion-test.c fill_random(img2, WIDTH * HEIGHT);
WIDTH 89 libavcodec/motion-test.c for(x=0;x<WIDTH-17;x++) {
WIDTH 90 libavcodec/motion-test.c ptr = img2 + y * WIDTH + x;
WIDTH 91 libavcodec/motion-test.c d1 = test_func(NULL, img1, ptr, WIDTH, 1);
WIDTH 92 libavcodec/motion-test.c d2 = ref_func(NULL, img1, ptr, WIDTH, 1);
WIDTH 106 libavcodec/motion-test.c for(x=0;x<WIDTH-17;x++) {
WIDTH 107 libavcodec/motion-test.c ptr = img2 + y * WIDTH + x;
WIDTH 108 libavcodec/motion-test.c d1 += test_func(NULL, img1, ptr, WIDTH, 1);
WIDTH 117 libavcodec/motion-test.c (double)NB_ITS * (WIDTH - 16) * (HEIGHT - 16) /