Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstsynaescope.c113 #define PEAKIFY(x) BOUND((x) - (x)*(255-(x))/255/2) in gst_synae_scope_init() macro
116 r = PEAKIFY ((i & 15 * 16)); in gst_synae_scope_init()
117 g = PEAKIFY ((i & 15) * 16 + (i & 15 * 16) / 4); in gst_synae_scope_init()
118 b = PEAKIFY ((i & 15) * 16); in gst_synae_scope_init()
123 #undef PEAKIFY in gst_synae_scope_init()