Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac3plusdsp.c92 static DECLARE_ALIGNED(32, float, sine_table)[2048]; ///< wave table variable
102 sine_table[i] = sin(TWOPI * i / 2048); in ff_atrac3p_init_dsp_static()
149 out[i] += sine_table[pos] * amp; in waves_synth()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c1121 static const guint8 sine_table[256] = { variable
1217 color.Y = sine_table[phase & 0xff]; in gst_video_test_src_zoneplate()
1265 p->tmpline_u8[i] = sine_table[phase & 0xff]; in gst_video_test_src_zoneplate()
1353 color.U = sine_table[phase & 0xff]; in gst_video_test_src_chromazoneplate()
1354 color.V = sine_table[phase & 0xff]; in gst_video_test_src_chromazoneplate()
1400 p->tmpline_u8[i] = sine_table[d & 0xff]; in gst_video_test_src_circular()