Searched refs:sine_table (Results 1 – 2 of 2) sorted by relevance
92 static DECLARE_ALIGNED(32, float, sine_table)[2048]; ///< wave table variable102 sine_table[i] = sin(TWOPI * i / 2048); in ff_atrac3p_init_dsp_static()149 out[i] += sine_table[pos] * amp; in waves_synth()
1121 static const guint8 sine_table[256] = { variable1217 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()