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

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp103 static void sycc_to_rgb(int offset, int upb, int y, int cb, int cr, function
146 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
181 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
186 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
238 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
243 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
248 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb);
253 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb);

Completed in 620 milliseconds