Home
last modified time | relevance | path

Searched refs:h_sin (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/tests/
Drotozoom.c63 static int h_sin[360]; variable
84 const int s = h_sin[num % 360]; in gen_image()
151 h_sin[i] = h * int_sin(radian) / 2 / FIXP; in init_demo()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c53 int h_sin[NB_THETA]; member
82 data->h_sin[i] = 0x10000 * (h * sin (radian + 1.57) * sin (radian)); in compute_tables()
158 const int s = data->h_sin[data->theta]; in create_output_with_brightness()