Handbook
Glossary
yuv>rgb-row ( index rgb yuv y -- index )
Vocabulary
benchmark
.
yuv-to-rgb
Inputs
index
an
object
rgb
an
object
yuv
an
object
y
an
object
Outputs
index
an
object
Definition
USING:
accessors
generalizations
kernel
sequences
;
IN:
benchmark.yuv-to-rgb
:
yuv>rgb-row
( index rgb yuv y -- index )
over
stride
pick
y_width>>
<iota>
[
yuv>rgb-pixel
]
4
nwith
each
;
inline