MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_rgb2ycbcr

Function af_rgb2ycbcr

src/api/c/ycbcr_rgb.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160af_err af_rgb2ycbcr(af_array* out, const af_array in,
161 const af_ycc_std standard) {
162 return convert<false>(out, in, standard);
163}

Callers 1

rgb2ycbcrFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected