Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp797 std::vector<uint8_t*> channel_bufs(image->numcomps); in Decode() local
800 channel_bufs[i] = dest_buf + offsets[i]; in Decode()
813 uint8_t* pChannel = channel_bufs[channel]; in Decode()