Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_ycbcr2rgb
Function
af_ycbcr2rgb
src/api/c/ycbcr_rgb.cpp:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
af_err af_ycbcr2rgb(af_array* out, const af_array in,
156
const af_ycc_std standard) {
157
return convert<true>(out, in, standard);
158
}
159
160
af_err af_rgb2ycbcr(af_array* out, const af_array in,
161
const af_ycc_std standard) {
Callers
1
ycbcr2rgb
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected