Searched refs:FIXP (Results 1 – 2 of 2) sorted by relevance
29 #define FIXP (1 << 16) macro34 int64_t v = FIXP; in int_pow()38 v /= FIXP; in int_pow()98 x = xprime + xi + FIXP * w / 2; in gen_image()101 y = yprime + yi + FIXP * h / 2; in gen_image()149 h = 2 * FIXP + int_sin(radian); in init_demo()150 h_cos[i] = h * int_sin(radian + MY_PI / 2) / 2 / FIXP; in init_demo()151 h_sin[i] = h * int_sin(radian) / 2 / FIXP; in init_demo()
202 #define FIXP (1<<16) macro436 x = xprime + xi + FIXP*(inw-1)/2; in filter_slice()437 y = yprime + yi + FIXP*(inh-1)/2; in filter_slice()531 angle_int = res * FIXP * 16; in filter_frame()