Home
last modified time | relevance | path

Searched refs:des_b (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp449 uint32_t des_b = 0, des_g = 0, des_r = 0; in PngAskScanlineBuf() local
451 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
455 *pDes++ = (uint8_t)((des_b) >> 16); in PngAskScanlineBuf()
460 uint32_t des_r = 0, des_g = 0, des_b = 0; in PngAskScanlineBuf() local
462 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
466 *pDes++ = (uint8_t)((des_b) >> 16); in PngAskScanlineBuf()
512 uint32_t des_b = 0, des_g = 0, des_r = 0; in PngOneOneMapResampleHorz() local
515 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
519 des_b += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
522 *des_scan++ = (uint8_t)((des_b) >> 16); in PngOneOneMapResampleHorz()
[all …]