Searched refs:sycc_to_rgb (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 44 void sycc_to_rgb(int offset, in sycc_to_rgb() function 90 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc444_to_rgb() 150 sycc_to_rgb(offset, upb, *y++, *cb, *cr, r++, g++, b++); in sycc422_to_rgb() 151 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc422_to_rgb() 154 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc422_to_rgb() 336 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() 341 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() 346 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 351 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 364 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b); in sycc420_to_rgb() [all …]
|