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.cpp427 uint32_t des_b = 0, des_g = 0, des_r = 0; in PngAskScanlineBuf() local
429 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
433 *pDes++ = (uint8_t)((des_b) >> 16); in PngAskScanlineBuf()
438 uint32_t des_r = 0, des_g = 0, des_b = 0; in PngAskScanlineBuf() local
440 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
444 *pDes++ = (uint8_t)((des_b) >> 16); in PngAskScanlineBuf()
490 uint32_t des_b = 0, des_g = 0, des_r = 0; in PngOneOneMapResampleHorz() local
493 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
497 des_b += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
500 *des_scan++ = (uint8_t)((des_b) >> 16); in PngOneOneMapResampleHorz()
[all …]