Handbook
Glossary
compute-blue ( y u v -- b )
Vocabulary
benchmark
.
yuv-to-rgb
Inputs
y
an
object
u
an
object
v
an
object
Outputs
b
an
object
Definition
USING:
kernel
math
;
IN:
benchmark.yuv-to-rgb
:
compute-blue
( y u v -- b )
drop
516
*
128
+
swap
298
*
+
-8
shift
clamp
;
inline