Searched refs:sycc_to_rgb (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 132 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 …]
|