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

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp738 int tmpPixel = (src >> adjust_comps[channel]) + ((src >> (adjust_comps[channel] - 1)) % 2); local
739 if (tmpPixel > 255) {
740 tmpPixel = 255;
741 } else if (tmpPixel < 0) {
742 tmpPixel = 0;
744 *pPixel = (FX_BYTE)tmpPixel;

Completed in 303 milliseconds