Searched refs:sycc_to_rgb (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcodec/jpx/ |
D | cjpx_decoder.cpp | 76 void sycc_to_rgb(int offset, in sycc_to_rgb() function 123 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc444_to_rgb() 198 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() 203 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() 208 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 213 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 226 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() 231 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 250 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() 255 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() [all …]
|