Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.h192 __m128 alphas, onblack, onwhite; in colordifference() local
202 onwhite = _mm_add_ps(onblack, alphas); // x - y + (y.a - x.a) in colordifference()
205 onwhite = _mm_mul_ps(onwhite, onwhite); in colordifference()
208 const __m128 max = _mm_add_ps(onwhite, onblack); in colordifference()