Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp132 static void sycc_to_rgb(int offset, int upb, int y, int cb, int cr, in sycc_to_rgb() function
175 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc444_to_rgb()
212 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc422_to_rgb()
214 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc422_to_rgb()
219 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc422_to_rgb()
268 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb()
270 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb()
272 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb()
274 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb()
279 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb()
[all …]