Home
last modified time | relevance | path

Searched refs:sintable (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstwarp.c103 static gint32 sintable[1024 + 256]; variable
111 tsinptr = tptr = sintable; in initSinTable()
180 *ctptr++ = ((sintable[i] * yw) >> 15); in gst_warptv_transform_frame()
181 *ctptr++ = ((sintable[i + 256] * xw) >> 15); in gst_warptv_transform_frame()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dplugin_info.c224 pp->sintable[i] = in plugin_info_init()
225 (int) (1024 * sin ((double) i * 360 / (sizeof (pp->sintable) / in plugin_info_init()
226 sizeof (pp->sintable[0]) - 1) * 3.141592 / 180) + .5); in plugin_info_init()
Dgoom_plugin_info.h139 int sintable[0x10000]; member
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters.c64 static int sintable[0xffff]; variable
179 ShiftRight (sintable[(unsigned short) (0xffff * dist * in calculatePXandPY()
334 sintable[us] = (int) (1024.0f * sin (us * 2 * 3.31415f / 0xffff)); in zoomFilterSetResolution()