|
MythTV master
|
#include <libmythtv/visualisations/goom/filters.h>
Public Attributes | |
| int | vitesse |
| unsigned char | pertedec |
| unsigned char | sqrtperte |
| int | middleX |
| int | middleY |
| bool | reverse |
| char | mode |
| int | hPlaneEffect |
| int | vPlaneEffect |
| bool | waveEffect |
| bool | hypercosEffect |
| char | noisify |
| int ZoomFilterData::hPlaneEffect |
Definition at line 19 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| bool ZoomFilterData::hypercosEffect |
Definition at line 23 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| int ZoomFilterData::middleX |
Definition at line 15 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| int ZoomFilterData::middleY |
Definition at line 15 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| char ZoomFilterData::mode |
Definition at line 17 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| char ZoomFilterData::noisify |
Definition at line 25 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| unsigned char ZoomFilterData::pertedec |
Definition at line 13 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| bool ZoomFilterData::reverse |
Definition at line 16 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| unsigned char ZoomFilterData::sqrtperte |
Definition at line 14 of file filters.h.
Referenced by goom_update().
| int ZoomFilterData::vitesse |
Definition at line 11 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| int ZoomFilterData::vPlaneEffect |
Definition at line 20 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().
| bool ZoomFilterData::waveEffect |
Definition at line 22 of file filters.h.
Referenced by goom_update(), and zoomFilterFastRGB().