Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/
Drotozoom.c62 static int h_cos[360]; variable
83 const int c = h_cos[num % 360]; in gen_image()
150 h_cos[i] = h * int_sin(radian + MY_PI / 2) / 2 / FIXP; in init_demo()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c54 int h_cos[NB_THETA]; member
81 data->h_cos[i] = 0x10000 * (-h * cos (radian) * cos (radian)); in compute_tables()
157 const int c = data->h_cos[data->theta]; in create_output_with_brightness()