FIXP 438 libavfilter/vf_rotate.c x = xprime + xi + FIXP*(inw-1)/2; FIXP 439 libavfilter/vf_rotate.c y = yprime + yi + FIXP*(inh-1)/2; FIXP 533 libavfilter/vf_rotate.c angle_int = res * FIXP * 16; FIXP 34 tests/rotozoom.c int64_t v = FIXP; FIXP 38 tests/rotozoom.c v /= FIXP; FIXP 98 tests/rotozoom.c x = xprime + xi + FIXP * w / 2; FIXP 101 tests/rotozoom.c y = yprime + yi + FIXP * h / 2; FIXP 149 tests/rotozoom.c h = 2 * FIXP + int_sin(radian); FIXP 150 tests/rotozoom.c h_cos[i] = h * int_sin(radian + MY_PI / 2) / 2 / FIXP; FIXP 151 tests/rotozoom.c h_sin[i] = h * int_sin(radian) / 2 / FIXP;