Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/
Dgstchromium.c113 static inline int abs_int (int val);
295 abs_int (int val) in abs_int() function
327 red = abs_int (cos_from_table ((red + edge_a) + ((red * edge_b) / 2))); in transform()
328 green = abs_int (cos_from_table ( in transform()
330 blue = abs_int (cos_from_table ((blue + edge_a) + ((blue * edge_b) / 2))); in transform()
/third_party/boost/libs/compute/test/
Dtest_lambda.cpp53 BOOST_AUTO_TEST_CASE(abs_int) in BOOST_AUTO_TEST_CASE() argument